API Codes
Last updated
Was this helpful?
When something goes wrong, the API returns a JSON object with a code and a message explaining what happened.
{
"code": "ERROR_CODE",
"message": "Human-readable error description"
}UNAUTHORIZED
401
Session expired or invalid token. Log in again.
FORBIDDEN
403
Your account does not have the required permission. Contact your account administrator.
NOT_FOUND
404
The ticket or resource does not exist. Double-check the ID.
DEPOSIT_NOT_REVIEWABLE
400
The deposit cannot be flagged for review. It may not exist, belong to another merchant, or not enough time has passed since creation.
INVALID_DOCUMENT
400
Invalid file or document type when uploading an attachment.
If you receive a 401 UNAUTHORIZED error, your session has expired. Simply call the Login Endpoint again to get a new BEARER_TOKEN.
Some endpoints require specific capabilities assigned to your user account. If you receive a 403 FORBIDDEN error, contact your account administrator to verify your permissions.
TICKETS_CREATE
Creating draft tickets
TICKETS_CONFIRM
Confirming and submitting tickets
DEPOSITS_FLAG_REVIEW
Flagging deposits for review
If you are missing a capability, reach out to your account manager or contact our support team at [email protected].
Last updated
Was this helpful?
Was this helpful?

