Suggest Edits
HTTP Status Code | Error Code | Reason | Message |
---|---|---|---|
400 | client_error | Missing Accept Header | Invalid value provided for Accept header. |
400 | client_error | Missing Path Parameters | Your request could not be processed due to invalid or missing parameters. |
401 | client_error | Invalid Token Format | Invalid token format. The token should be in the following format: ID|TOKEN_VALUE. Example: 12345|abcdefg |
401 | client_error | Invalid Token Format | Invalid token format. The ID in the token must be an integer. Example: 12345|abcdefg |
401 | client_error | Unauthorized | Invalid token. |
403 | client_error | Invalid Account Type | Only a bank account connected through our bank link widget can provide access to the account balance. |
403 | client_error | User Scheduled for Deletion | This user is not available as they have been scheduled for deletion. |
404 | client_error | User Not Found | The User was not found. |
404 | client_error | Bank Account Not Found | No bank account found with the given details. |
406 | Invalid Billing User UUID | The requested billing merchant user uuid does not exist. | |
406 | Billing Merchant Deleted | The billing merchant is deleted and cannot be used for billing purposes. | |
503 | system_error | Unable to fetch the balance | We are unable to fetch the account balance. |