v1
latestOpenAPI 3.0.32026-07-26214048.5 KBSender
Create a v2 payment order (offramp or onramp)
Creates a new payment order.
- Offramp (stablecoin → fiat): set source.type = "crypto" and destination.type = "fiat". The response providerAccount contains a receiveAddress to send tokens to.
- Onramp (fiat → stablecoin): set source.type = "fiat" and destination.type = "crypto". The response providerAccount contains a virtual bank account for the user to deposit fiat into.
post/sender/orders
Request body
Example request
{
"amount": "100"
}Response
Order created
Example response
{
"status": "success",
"message": "Payment order created successfully"
}