{
"data": {
"merchantId": 10033,
"orderNumber": "7bcdec25-453f-4aa3-aa24-ce582059be0b",
"orderCurrency": "CAD",
"orderAmount": 10,
"orderCountry": "CN",
"timestamp": "1742536880",
"nonce": "10000"
},
"signature": "eiusmod aliqua"
}curl --location --request POST 'https://api.pelagotech.com/openapi/fiat/createPelagoOrder' \
--header 'X-App-Key: {{merchant-app-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"merchantId": 10033,
"orderNumber": "7bcdec25-453f-4aa3-aa24-ce582059be0b",
"orderCurrency": "CAD",
"orderAmount": 10,
"orderCountry": "CN",
"timestamp": "1742536880",
"nonce": "10000"
},
"signature": "eiusmod aliqua"
}'{
"code": 0,
"data": {
"pelagoOrderId": "string",
"orderNumber": "string",
"paymentUrl": "string",
"orderAmount": "string",
"orderCurrency": "string",
"orderCountry": "string",
"expireTime": 0,
"createTime": 0
},
"msg": "string"
}