Chargeback
In this section, you will find all the technical specifications of the IDPay product REST APIs for managing chargeback transactions
Before you begin
Endpoint to request a chargeback review for a specified transaction.
Transaction ID to be submitted for chargeback.
A valid access token. The value must be sent in the format Bearer {token}.
Chargeback request date and time in ISO 8601 format.
2023-01-05T03:00:00.000ZName of the requestor.
USER_NAMEReason for the chargeback request.
REQUEST_REASONGeneral observations about the request.
GENERAL_OBSERVATIONSChargeback request successful.
Generated chargeback ID.
8263a268-5388-492a-bca2-28e1ff4a69f0Bad request (invalid data).
Access forbidden (invalid token or insufficient permissions).
Transaction not found.
Internal server error.
Endpoint to check the status of a specific chargeback for a transaction.
Transaction ID associated with the chargeback.
Chargeback ID to be retrieved.
A valid access token. The value must be sent in the format Bearer {token}.
Chargeback status retrieved successfully.
Chargeback ID.
8263a268-5388-492a-bca2-28e1ff4a69f0Current status of the chargeback.
waitingBad request (invalid data).
Access forbidden (invalid token or insufficient permissions).
Transaction or chargeback not found.
Internal server error.
Last updated
Was this helpful?