Skiro docs
Take card payments, get paid in crypto. Skiro is a REST API: use any language, no install required.
Quickstart
Take your first test payment in five minutes with curl or fetch.
Core concepts
How sessions, webhooks, payouts, and fees fit together.
API reference
Endpoints, parameters, responses. Everything you can call.
Webhooks
Event payloads, signature verification, retry behavior.
The whole loop
- You create a checkout session server-side with the amount and the crypto you want to be paid in.
- Customer pays on a Skiro-hosted page (or your own embedded checkout).
- We convert at the live rate and send the funds to the wallet you configured. No payout button, no minimums.
- You receive a signed webhook so your system can fulfill the order.
Authentication
Every request to api.skiro.io uses a Bearer token: Authorization: Bearer sk_live_.... Test keys (sk_test_...) are interchangeable in the same routes: they just don't hit real cards.
Get help
- Email support@skiro.io for general questions.
- Email security@skiro.io for security disclosures.