Error Handling

Payout Initiate Status Definition

Errors can be returned if a mandatory field or a header is missing from the Initiate Payout Request.

Sample error responses

{
"status": 400,
"title": "Constraint Violation",
"violations": [
{
"field": "errors.com.payout.idempotency_error",
"message": "Request id should not be duplicated",
"comment": "requestId: koongpayout79_request_id_4July2023BBB, payoutId: fab29194-5e2f-4929-93d2-64a5af94c64c"
}
]
}

Check Status

These errors will be shown if the payout status is either Failed or Rejected from Check Status API.

Last updated