Crypto Orchestration
Create a Payment
Create a new payment order for a supported integration type (ByBit, Kraken, OKX, Pass Through)
POST
Creates a payment order through the ByBit integration for USDT to PYUSD conversion.
The payment flow supports QR code and e-commerce payment types with automatic settlement to a specified wallet address.
Conditional Field Rules:
- Either
order_info.order_amountororder_info.quote_idmust be provided, but not both. - When
order_info.quote_idis not provided,order_info.order_amountand thefinobject are required. - When
order_info.quote_idis provided,order_info.order_amountand thefinobject must not be included. - Providing both results in a
422error.
428 response code is a placeholder. When errors occur from the payment provider (ByBit), the original status code will be forwarded.Authorizations
Bearer token authentication. Obtain token from Issue a Token endpoint
Body
application/json
Response
Payment created successfully
