Chargebacks
Overview
JSON
{
"txRef": "CHG53827867342",
"note": "I accept that the value was not delivered to the customer."
}curl -X 'POST' \
'{baseUrl}/api/v1/Chargeback/AcceptChargeBack' \
-H 'accept: text/plain' \
-H 'DeviceType: 1' \
-H 'ApplicationID: 3qfw3' \
-H 'SecretKey: afwqefdqfe' \
-H 'Authorization: bearer gl0JhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9' \
-H 'Content-Type: application/json' \
-d 'JSON
{
"txRef": "CHG53827867342",
"note": "I accept that the value was not delivered to the customer."
}'
Last updated