Authorization: Bearer ********************
{
"clientReference": "string",
"amount": 0
}
curl --location --request POST '/card-payment/top-up//refund' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientReference": "string",
"amount": 0
}'
{
"id": "string",
"clientReference": "string",
"topUpOrderId": "string",
"type": "AUTHORIZATION",
"processedOn": "2019-08-24T14:15:22Z",
"amount": "string",
"approved": "string",
"authCode": "string",
"responseCode": "string",
"responseSummary": "string"
}