tenderReference
, or the pspReference
. We recommend implementing based on the tenderReference
, as this is generated for both offline and online transactions.curl --location --request POST '/voidPendingRefund' \
--header 'Content-Type: application/json' \
--data-raw ''
{
"additionalData": {
"property1": "string",
"property2": "string"
},
"pspReference": "string",
"response": "[capture-received]"
}