Request
Body Params application/json
"data": {
"scenarioCode": "string",
"pelagoOrderId": "string",
"merchantOrderId": "string",
"orderAmount": "string",
"orderCurrency": "string",
"orderCountry": "string",
"orderStatus": 0,
"expireTime": "string",
"paymentUrl": "string",
"failedReason": "string"
}
Request Code Samples
curl --location --request POST 'https://api.pelagotech.comxxx' \
--header 'Content-Type: application/json' \
--data-raw '"data": {
"scenarioCode": "string",
"pelagoOrderId": "string",
"merchantOrderId": "string",
"orderAmount": "string",
"orderCurrency": "string",
"orderCountry": "string",
"orderStatus": 0,
"expireTime": "string",
"paymentUrl": "string",
"failedReason": "string"
}'
Modified at 2025-05-27 14:21:57