Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Connection ID for the target bank
Unique key to ensure idempotency of the request
SHA-256 signature of client_secret + ";" + idempotency-key
Body
application/json
The reference for the dispute
Example:
"DISP1234567890"
The description of the dispute
Example:
"Dispute description"
The customer ID
Example:
"CUS1234567890"
The dispute category ID
Example:
"DISP1234567890"
The amount of the dispute
Example:
100
Additional fields for future expansion