Appearance
Errors
The following API errors can be encountered with card transactions.
Caution – Only the legacy API sends the error code in HTTP errors
When handling errors with connect, only the message
attribute is returned for now.
Card Transaction errors
Code | Message |
---|---|
61000 | Length of acceptorId must be lower than 16 characters |
61001 | Length of acceptorName must be lower than 23 characters |
61002 | Length of acceptorCity must be lower than 14 characters |
61003 | Length of acceptorCountry must be lower than 4 characters |
61004 | Length of paymentLocalTime must be lower than 6 characters |
61005 | Length of panToken must be lower than 2^63-1 and higher than 1. |
61006 | paymentAmount is mandatory |
61007 | Length of paymentCurrency must equal 3 numbers |
61008 | Length of fees must be lower than 9 numbers |
61009 | Length of paymentCountry must equal 3 characters |
61010 | paymentId is mandatory |
61011 | paymentStatus is mandatory |
61012 | posCardholderPresence length must be lower than 2 numbers |
61013 | posCardPresence length must be lower than 2 numbers |
61014 | panEntryMethod length must be lower than 3 numbers |
61015 | Length of authorizationResponseCode must equal 2 numbers |
61016 | authorizationIssuerId is mandatory |
61017 | authorizationMti length must be equal to 4 numbers |
61018 | authorizedBalance is mandatory |
61019 | acceptorName is mandatory |
61020 | acceptorCity is mandatory |
61021 | acceptorCountry is mandatory |
61022 | panToken is mandatory |
61023 | authorizationResponseCode is mandatory |
61024 | authorizationMti is mandatory |
61025 | paymentCurrency is mandatory |
61026 | Impossible to read card transactions |
61027 | Unable to filter card transactions by merchantId without at least one of its input parameters: id, cardId, walletId, publicToken, paymentId. |
61028 | Card Transaction Id is mandatory |
61029 | Card Transaction Id does not exist |
61030 | clientId is mandatory |
61031 | The request must contain at least one of those inputs: cardId, paymentId, publicToken, walletId |
61032 | cardTransactionId must be an integer |
61033 | cardId must be an integer |
61034 | walletId must be an integer |
61035 | publicToken must be a string |
61036 | paymentId must be an integer |
61037 | merchantId must be a string |
61038 | Invalid cardTransactionId format (numeric is expected) |
61039 | Invalid format (numeric is expected) |
61040 | The request must contain at least one of those inputs: cardTransactionId, cardId, paymentId, publicToken, walletId |
61041 | Impossible to read card transactions |