- A backend API for creating payment intents
- A web SDK for payer checkout
- Webhook delivery flows for payment events
Integration model
- Your backend creates a payment intent with your KryptoPay API key.
- Your backend returns
client_secretto your frontend. - Your frontend opens the KryptoPay SDK modal.
- KryptoPay resolves and tracks the intent until completion.
What is public today
Public integration docs currently focus on:POST /v1/payment_intents- SDK integration (
@kryptopay/sdk,@kryptopay/sdk/react)