August 2025
3 months ago by Leon Menzies
-
Added new dispute verification endpoints
Method Endpoint Description POST /dispute-management/generate-embed-urlThis endpoint generates a unique URL to embed into your application using an iFrame. GET /dispute-management/listThis endpoint allows you to fetch a list of your disputes and chargebacks. GET /dispute-management/detailThis endpoint allows you to fetch details for a dispute. GET /dispute-management/documentThis endpoint allows you to fetch the document for a dispute. POST /dispute-management/acceptThis endpoint allows you to accept a dispute. POST /dispute-management/challengeThis endpoint allows you to challenge a dispute. POST /dispute-management/respondThis endpoint allows you to respond to a retrieval request. POST /dispute-management/add-noteThis endpoint allows you to add a note to a dispute. GET /dispute-management/report/dispute-overviewThis endpoint returns a summary overview of all disputes and chargebacks. GET /dispute-management/report/dispute-reasonsThis endpoint returns a summary of all current dispute reasons. GET /dispute-management/report/dispute-stagesThis endpoint returns a summary of all current dispute stages. -
Added new verification endpoint
Method Endpoint Description GET /account-verification/cardThis endpoint is used to verify a credit or debit card.