August 2025
17 days ago by Leon Menzies
-
Added new dispute verification endpoints
Method Endpoint Description POST /dispute-management/generate-embed-url
This endpoint generates a unique URL to embed into your application using an iFrame. GET /dispute-management/list
This endpoint allows you to fetch a list of your disputes and chargebacks. GET /dispute-management/detail
This endpoint allows you to fetch details for a dispute. GET /dispute-management/document
This endpoint allows you to fetch the document for a dispute. POST /dispute-management/accept
This endpoint allows you to accept a dispute. POST /dispute-management/challenge
This endpoint allows you to challenge a dispute. POST /dispute-management/respond
This endpoint allows you to respond to a retrieval request. POST /dispute-management/add-note
This endpoint allows you to add a note to a dispute. GET /dispute-management/report/dispute-overview
This endpoint returns a summary overview of all disputes and chargebacks. GET /dispute-management/report/dispute-reasons
This endpoint returns a summary of all current dispute reasons. GET /dispute-management/report/dispute-stages
This endpoint returns a summary of all current dispute stages. -
Added new verification endpoint
Method Endpoint Description GET /account-verification/card
This endpoint is used to verify a credit or debit card.