Discussing APIs and development related to customers, discounts, and order management.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
I am trying to create a customerPaymentMethod, however after successfully retrieving the session ID from the card vault, I pass the session ID, billing address and customer ID into the mutation but receive the following error:
{
"extensions": Object {
"code": "INTERNAL_SERVER_ERROR",
"requestId": "6af6cc70-412d-43ac-ae94-51523ee85184",
},
"message": "Internal error. Looks like something went wrong on our end.
Request ID: 6af6cc70-412d-43ac-ae94-51523ee85184 (include this in support requests).",
}
Could I get some help with what could be causing this?
Hey @toaitrinh,
Just wanted to check if this internal error is still returning when you app processes this mutation? If so, the best next steps would be contacting Shopify Support so someone can take a closer look, and connect you with the right team - Cheers!
awwdam | API Support @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Having the same error using customerPaymentMethodCreditCardCreate mutation.
message [
{
message: 'Internal error. Looks like something went wrong on our end.\n' +
'Request ID: 214db4e5-c5c7-4d9d-b6f5-df1a33a940f6 (include this in support requests).',
extensions: {
code: 'INTERNAL_SERVER_ERROR',
requestId: '214db4e5-c5c7-4d9d-b6f5-df1a33a940f6'
}
}
]
How to contact Shopify customer support? I was sent into this forum when I wrote about my api related issue to customer support.