A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
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?