Request
Body Params application/json
{
"data": {
"merchantId": "string",
"pelagoOrderId": "string",
"merchantRefundId": "string",
"refundAmount": 0,
"refundReason": "string",
"timestamp": "string",
"nonce": "string",
"notifyUrl": "string"
},
"signature": "string"
}
Request Code Samples
curl --location --request POST 'https://api.pelagotech.com/openapi/crypto/refund' \
--header 'X-App-Key: {{merchant-app-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"merchantId": "string",
"pelagoOrderId": "string",
"merchantRefundId": "string",
"refundAmount": 0,
"refundReason": "string",
"timestamp": "string",
"nonce": "string",
"notifyUrl": "string"
},
"signature": "string"
}'
Responses
{
"code": "string",
"data": {
"scenarioCode": "string",
"pelagoRefundId": "string",
"merchantRefundId": "string",
"refundAmount": "string",
"refundTime": "string",
"refundAddress": "string",
"refundReason": "string",
"notifyUrl": "string"
},
"msg": "string"
}
Modified at 2025-06-13 03:33:14