v1

latestOpenAPI 3.1.02026-07-24920300.7 KB

List Cancellation Reasons

Provides an overview of all recorded reasons for cancellation per application. Authentication must be made via API User Scope.

get/merchant/cancel_reason/

Query parameters

applicationstring

Name of the application to filter

Response

200

cancel_reasoninteger
applicationstring

Example response

{
  "cancel_reason": 12,
  "application": "msi"
}