Request
Body Params application/json
{
"signature": "string",
"data": {
"pelagoOrderId": "string",
"merchantId": "string",
"orderAmount": 0
}
}
Request Code Samples
curl --location --request POST 'https://api.pelagotech.com/openapi/merchant/checkOrderInfo' \
--header 'X-App-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"signature": "string",
"data": {
"pelagoOrderId": "string",
"merchantId": "string",
"orderAmount": 0
}
}'
Responses
application/json {
"isExist": true,
"pelagoOrderId": "string",
"merchantId": "string",
"merchantName": "string",
"orderAmount": 0,
"orderCurrency": "string",
"paymentMethod": "string",
"orderTime": "string"
}
Modified at 2026-01-09 07:26:54