Response
The Response object indicates the success of the request and may contain relevant payload data.
Response Object
Field | Data Type | |
---|---|---|
success | boolean | |
message | string | |
payload | object |
{
"success":true,
"payload":{
"id":"txn_2387jmsjm234asdf02sf2"
}
}
{
"success":false,
"message":"Authentication failed."
}
Error Codes
Error Type | Error Message |
---|---|
E | The system is unable to process your transaction at this time |
E | This transaction has already been submitted for processing |
E | Valid Referring ID or approved Credit PIN Required |
E | This credit has been submitted |
E | The original transaction has already been reversed with transaction ID |
E | The reversal for transaction has been submitted |
E | The database is currently unavailable |
E | Check Number Required For {TRANSACTION_TYPE} Transactions |
E | State Required For POP Transactions |
E | Failed to accept this transaction |
E | '{MERCHANT_ID}' is an invalid Merchant ID |
E | '{ROUTING_NUMBER}' is an invalid Routing Number |
E | '{ACCOUNT_NUMBER}' is an invalid Account Number |
E | '{AMOUNT}' is an invalid Amount |
E | Credits are limited to 50,000,000 USD |
E | Routing Number '{ROUTING_NUMBER}' was not found |
E | This is a duplicate transaction |
E | Duplicate transaction for this check. Check number: {CHECK_NUMBER} |
E | Credit amount is over the maximum |
E | Unable to accept {TRANSACTION_TYPE} transactions for this merchant |
E | Exceeded maximum dollar amount (${AMOUNT_LIMIT}) for this merchant. |
E | You have exceeded the allowed max daily num checks for this merchant |
E | You have exceeded your allowed max dollar amount for this merchant of |
E | You have exceeded the allowed max daily num checks overall |
E | You have exceeded your allowed max dollar amount overall of |
E | You have exceeded the maximum number of checks for this merchant this period |
E | You have exceeded the maximum dollar amount for this merchant this period |
E | You have exceeded the maximum number of checks overall this period |
E | You have exceeded the maximum dollar amount overall this period |
E | You have exceeded your monthly transaction volume |
E | You have exceeded your monthly dollar amount cap |
E | This transaction brings your monthly dollar amount over the maximum average amount allowed |
Updated less than a minute ago