Create Convert Order
Initiate convert.
Overview
This page documents thePOST /v1/pay/convert endpoint. The full schema, parameters, and examples are rendered from the linked OpenAPI definition above.
Notes
- Authentication uses the standard GatePay signed headers.
- This page documents the standard merchant endpoint.
- For shared signing rules, see /api-reference/version/100/en/common/securityAndSignature.
Headers
Merchant client ID assigned when registering the application
"mZ96D37oKk-HrWJc"
Request signature for verification
"8504fe097f7297f8952c76e628ce59dbc93d1df64c95f26c73140ef365d4aa1471826ada0534315461682ec35c131d7e133c51d2ab0822fe7366650a111887ba"
UTC timestamp in milliseconds
"1740019013818"
Random string, recommended length within 32 characters
"9722139164"
Body
Client request ID (randomly generated by the user to ensure idempotency)
Quote ID (must match the one returned by the preview interface)
Purchase amount (must match the one returned by the preview interface)
Purchase currency (must match the one returned by the preview interface)
Sell amount (must match the one returned by the preview interface)
Sell currency (must match the one returned by the preview interface)

