Disputes
Show Dispute
API Documentation
Business
- Account
- Disburse
- Payment
Cards
Transactions
Miscellaneous
Disputes
Show Dispute
GET
/
disputes
/
{reference}
curl --request GET \
--url https://api.sandbox.saalal.com/v1/disputes/{reference} \
--header 'Authorization: Bearer <token>'
{
"message": "OK",
"statusCode": 200,
"data": {
"dispute": {
"transaction_slug": "962b954d-bbd3-4b03-8a70-80fb595e9049",
"slug": "SBkRUq6GDCf0sdFc1LFU",
"status": "submitted",
"reason": "duplicate",
"explanation": "No real explanation even now"
}
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Response
200 - application/json
OK
Example:
"OK"
Example:
200
Example:
"962b954d-bbd3-4b03-8a70-80fb595e9049"
Example:
"962b954d-bbd3-4b03-8a70"
Example:
"submitted"
Available options:
duplicate
, not_received
, fraudulent
, product_not_as_described
, service_not_as_described
, canceled
, other
Example:
"No real explanation even now"
curl --request GET \
--url https://api.sandbox.saalal.com/v1/disputes/{reference} \
--header 'Authorization: Bearer <token>'
{
"message": "OK",
"statusCode": 200,
"data": {
"dispute": {
"transaction_slug": "962b954d-bbd3-4b03-8a70-80fb595e9049",
"slug": "SBkRUq6GDCf0sdFc1LFU",
"status": "submitted",
"reason": "duplicate",
"explanation": "No real explanation even now"
}
}
}