Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerPaymentMethodRevocationReason
The revocation reason types for a customer payment method.
Signature:
export declare enum CustomerPaymentMethodRevocationReason
Member | Value | Description |
---|---|---|
AuthorizeNetGatewayNotEnabled | "AUTHORIZE_NET_GATEWAY_NOT_ENABLED" |
The Authorize.net payment gateway is not enabled. |
AuthorizeNetReturnedNoPaymentMethod | "AUTHORIZE_NET_RETURNED_NO_PAYMENT_METHOD" |
Authorize.net did not return any payment methods. Make sure that the correct Authorize.net account is linked. |
BraintreeApiAuthenticationError | "BRAINTREE_API_AUTHENTICATION_ERROR" |
Failed to contact Braintree API. |
BraintreeGatewayNotEnabled | "BRAINTREE_GATEWAY_NOT_ENABLED" |
The Braintree payment gateway is not enabled. |
BraintreePaymentMethodNotCard | "BRAINTREE_PAYMENT_METHOD_NOT_CARD" |
The Braintree payment method type should be a credit card or Apple Pay card. |
BraintreeReturnedNoPaymentMethod | "BRAINTREE_RETURNED_NO_PAYMENT_METHOD" |
Braintree returned no payment methods. Make sure the correct Braintree account is linked. |
FailedToUpdateCreditCard | "FAILED_TO_UPDATE_CREDIT_CARD" |
The credit card failed to update. |
ManuallyRevoked | "MANUALLY_REVOKED" |
The payment method was manually revoked. |
Merged | "MERGED" |
The payment method was replaced with an existing payment method. The associated contracts have been migrated to the other payment method. |
StripeApiAuthenticationError | "STRIPE_API_AUTHENTICATION_ERROR" |
Failed to contact the Stripe API. |
StripeApiInvalidRequestError | "STRIPE_API_INVALID_REQUEST_ERROR" |
Invalid request. Failed to retrieve payment method from Stripe. |
StripeGatewayNotEnabled | "STRIPE_GATEWAY_NOT_ENABLED" |
The Stripe payment gateway is not enabled. |
StripePaymentMethodNotCard | "STRIPE_PAYMENT_METHOD_NOT_CARD" |
The Stripe payment method type should be card. |
StripeReturnedNoPaymentMethod | "STRIPE_RETURNED_NO_PAYMENT_METHOD" |
Stripe did not return any payment methods. Make sure that the correct Stripe account is linked. |