JCB cards rejected by customerPaymentMethodCreditCardCreate mutation

itte
Shopify Partner
2 1 0

Hi,

I have enabled the use of JCB cards.

But, customerPaymentMethodCreditCardCreate mutation became an error:

 

 

 

data: {
  customerPaymentMethodCreditCardCreate: {
    userErrors: [
      {
        field: null,
        message: 'Your card is not supported. Please use a Visa, MasterCard, or American Express card'
      }
    ],
    customerPaymentMethod: null
  }
}

 

 

 

Is there a solution or another way to register credit cards as a CustomerPaymentMethod object with the Admin API?

Replies 0 (0)