Chargeback APIs
The following APIs are used in chargeback:
API | Description |
---|---|
Get Token API | Authenticates a merchant user with email and password, and returns a access token if credentials are correct. |
Read Chargeback API | Responds with the all the chargebacks corresponding to the merchant. |
Read Reasons API | Lists all the reasons required for the merchant to provide in order to accept or contest the chargeback. |
Accept Chargeback API | Accept the chargeback by providing the appropriate reasons in the request body against the chargeback and merchant ID. |
Contest Chargeback API | Contest the chargeback by providing the appropriate reasons in the request body against the chargeback and merchant ID. |
Updated 4 months ago