Authorization: Bearer ********************
{
"requestId": "string",
"originalTransactionId": "string",
"currency": "string",
"amount": 0,
"description": "string"
}
curl --location --request POST '/card-payment/transaction/top-up/refund' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "string",
"originalTransactionId": "string",
"currency": "string",
"amount": 0,
"description": "string"
}'
{
"id": "string",
"requestId": "string",
"clientOrderId": "string",
"merchantId": "string",
"terminalId": "string",
"consumer": {
"consumerId": "string",
"consumerName": "string",
"consumerEmail": "string",
"telephoneCountryCode": "string",
"telephoneNumber": "string"
},
"type": "string",
"currency": "string",
"amount": 0,
"redirectUrl": "string",
"originalTransactionId": "string",
"description": "string",
"createdTime": "string",
"updatedTime": "string",
"status": "string",
"failedReason": "string",
"obfuscatedPan": "string"
}