Error
A valid request URL is required to generate request examples{
"status": "00",
"message": "The process was completed successfully",
"data": {
"custom_properties": [
{
"id": "1",
"description": "custom_property",
"type": "string"
}
],
"report_reference": "DISP1234567890",
"report_status": "LOGGED",
"first_response_sla": "24 hours",
"resolution_sla": "7 days",
"follow_up_email": "support@example.com",
"follow_up_phone": "+2348012345678"
}
}{
"status": "01",
"error_code": "MISSING_FIELD",
"message": "The field is missing",
"data": {}
}{
"status": "02",
"message": "The authentication failed",
"data": {}
}{
"status": "03",
"message": "You are not allowed to perform this operation",
"data": {}
}{
"status": "05",
"message": "An unknown error occurred",
"data": {}
}Disputes
Report Dispute
Report a dispute
POST
/
disputes
Error
A valid request URL is required to generate request examples{
"status": "00",
"message": "The process was completed successfully",
"data": {
"custom_properties": [
{
"id": "1",
"description": "custom_property",
"type": "string"
}
],
"report_reference": "DISP1234567890",
"report_status": "LOGGED",
"first_response_sla": "24 hours",
"resolution_sla": "7 days",
"follow_up_email": "support@example.com",
"follow_up_phone": "+2348012345678"
}
}{
"status": "01",
"error_code": "MISSING_FIELD",
"message": "The field is missing",
"data": {}
}{
"status": "02",
"message": "The authentication failed",
"data": {}
}{
"status": "03",
"message": "You are not allowed to perform this operation",
"data": {}
}{
"status": "05",
"message": "An unknown error occurred",
"data": {}
}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
Show child attributes
Show child attributes