Create a new payment order via ByBit integration for USDT to PYUSD conversion
order_info.order_amount or order_info.quote_id must be provided, but not both.order_info.quote_id is not provided, order_info.order_amount and the fin object are required. A rebalance fee workflow will be executed in this case.order_info.quote_id is provided, order_info.order_amount and the fin object must not be included.order_info.order_amount and order_info.quote_id results in a 422 error.order_info.quote_id and the fin object results in a 422 error.428 response code is a placeholder. When errors occur from the payment provider (ByBit), the original status code from the provider will be forwarded as part of the error response (either 4xx or 5xx).Bearer token authentication. Obtain token from /v1/oauth/token endpoint
Integration provider type. Only BYBIT is allowed for now.
BYBIT "BYBIT"
Payment order information as per ByBit's current request payload.
Conditional requirements:
order_amount or quote_id must be provided, but not both.quote_id is not provided, order_amount is required.order_amount is not provided, quote_id is required.order_amount and quote_id results in a 422 error.Additional data required for settlement.
Conditionally required when order_info.quote_id is not provided. Must not be provided when order_info.quote_id is present — providing both results in a 422 error.
When this object is included, a rebalance fee workflow will be executed.
Payment created successfully