Authentication
Send your store key in the header:X-API-Key: sk_.... See the API overview for where to find it.
Request body
orderId(string, required): Your internal order identifier.priceAmount(string, required): Decimal amount, quoted inpriceCurrency.priceCurrency(string, required): ISO 4217 currency (e.g.,USD).successRedirectUrl(string, optional): Where to send the buyer after a successful payment.
Example request
- cURL
- JavaScript
- Python
- PHP
- Go
- Ruby

