GET
/
disputes
/
categories
{
  "status": "00",
  "message": "Dispute categories retrieved successfully",
  "data": {
    "dispute_categories": [
      {
        "id": "1213123",
        "name": "Internet Service Providers",
        "description": "Internet and data service providers including ISPs and Telcos"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

connection-id
string

Connection ID for the target bank

idempotency-key
string
required

Unique key to ensure idempotency of the request

signature
string
required

SHA-256 signature of client_secret + ";" + idempotency-key

Response

Dispute categories retrieved successfully

status
string
required
Example:

"00"

message
string
required
Example:

"Dispute categories retrieved successfully"

data
object
required
I