Request
Body Params application/json
{
"data": {
"scenarioCode": "string",
"merchantId": "string",
"merchantOrderId": "string",
"orderAmount": 0,
"productId": "string",
"orderCountry": "st",
"orderCurrency": "str",
"timestamp": "string",
"nonce": "string",
"notifyUrl": "string",
"redirectUrl": "string"
},
"signature": "string"
}
Request Code Samples
curl --location --request POST 'https://api.pelagotech.com/openapi/fiat/createOrder' \
--header 'X-App-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"scenarioCode": "string",
"merchantId": "string",
"merchantOrderId": "string",
"orderAmount": 0,
"productId": "string",
"orderCountry": "st",
"orderCurrency": "str",
"timestamp": "string",
"nonce": "string",
"notifyUrl": "string",
"redirectUrl": "string"
},
"signature": "string"
}'
Responses
{
"code": "string",
"data": {
"scenarioCode": "string",
"pelagoOrderId": "string",
"merchantOrderId": "string",
"orderAmount": "string",
"orderCurrency": "string",
"orderCountry": "string",
"orderStatus": 0,
"expireTime": "string",
"paymentUrl": "string"
},
"msg": "string"
}
Modified at 2026-02-05 01:10:15