Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderTransactionErrorCode
A standardized error code, independent of the payment provider.
Signature:
export declare enum OrderTransactionErrorCode
| Member | Value | Description |
|---|---|---|
| AmazonPaymentsInvalidPaymentMethod | "AMAZON_PAYMENTS_INVALID_PAYMENT_METHOD" |
The payment method was invalid. |
| AmazonPaymentsMaxAmountCharged | "AMAZON_PAYMENTS_MAX_AMOUNT_CHARGED" |
The maximum amount has been captured. |
| AmazonPaymentsMaxAmountRefunded | "AMAZON_PAYMENTS_MAX_AMOUNT_REFUNDED" |
The maximum amount has been refunded. |
| AmazonPaymentsMaxAuthorizationsCaptured | "AMAZON_PAYMENTS_MAX_AUTHORIZATIONS_CAPTURED" |
The maximum of 10 authorizations has been captured for an order. |
| AmazonPaymentsMaxRefundsProcessed | "AMAZON_PAYMENTS_MAX_REFUNDS_PROCESSED" |
The maximum of 10 refunds has been processed for an order. |
| AmazonPaymentsOrderReferenceCanceled | "AMAZON_PAYMENTS_ORDER_REFERENCE_CANCELED" |
The order was canceled, which canceled all open authorizations. |
| AmazonPaymentsStale | "AMAZON_PAYMENTS_STALE" |
The order was not confirmed within three hours. |
| CallIssuer | "CALL_ISSUER" |
Call the card issuer. |
| CardDeclined | "CARD_DECLINED" |
The card was declined. |
| ConfigError | "CONFIG_ERROR" |
There is an error in the gateway or merchant configuration. |
| ExpiredCard | "EXPIRED_CARD" |
The card is expired. |
| GenericError | "GENERIC_ERROR" |
There was an unknown error with processing the payment. |
| IncorrectAddress | "INCORRECT_ADDRESS" |
The address does not match the card number. |
| IncorrectCvc | "INCORRECT_CVC" |
The CVC does not match the card number. |
| IncorrectNumber | "INCORRECT_NUMBER" |
The card number is incorrect. |
| IncorrectPin | "INCORRECT_PIN" |
The entered PIN is incorrect. |
| IncorrectZip | "INCORRECT_ZIP" |
The ZIP or postal code does not match the card number. |
| InvalidAmount | "INVALID_AMOUNT" |
The amount is either too high or too low for the provider. |
| InvalidCountry | "INVALID_COUNTRY" |
The payment method is not available in the customer’s country. |
| InvalidCvc | "INVALID_CVC" |
The format of the CVC is incorrect. |
| InvalidExpiryDate | "INVALID_EXPIRY_DATE" |
The format of the expiry date is incorrect. |
| InvalidNumber | "INVALID_NUMBER" |
The format of the card number is incorrect. |
| PaymentMethodUnavailable | "PAYMENT_METHOD_UNAVAILABLE" |
The payment method is momentarily unavailable. |
| PickUpCard | "PICK_UP_CARD" |
The card has been reported as lost or stolen, and the card issuer has requested that the merchant keep the card and call the number on the back. |
| ProcessingError | "PROCESSING_ERROR" |
There was an error while processing the payment. |
| TestModeLiveCard | "TEST_MODE_LIVE_CARD" |
A real card was used but the gateway was in test mode. |
| UnsupportedFeature | "UNSUPPORTED_FEATURE" |
The gateway or merchant configuration doesn’t support a feature, such as network tokenization. |