Questions, troubleshooting, and feedback on Subscription APIs
Hey,
I'm using Shopify Payments Test Mode, however, I face a problem regarding Payment Methods, When I try to retrieve the payment method from the customer, it giving me a blank answer.
How do you guys test the payments?
Hello,
It should work fine with Shopify Payments on Test Mode. Could you describe in details what steps you are taking and what errors are you seeing?
Thanks!
Hey @ThomazReis ,
I'm trying to get user payment method id, but when i try to get it showing me blank, i'm using this:
query {
customer(id: “gid://shopify/Customer/XXXXXXXXXX”) {
email
firstName
lastName
paymentMethods(first: 5) {
edges {
cursor
node {
id
}
}
}
}
}
How to setup Shopify Payments on Test Mode in a developer shop?
----
I've found https://help.shopify.com/en/manual/payments/shopify-payments/testing-shopify-payments
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022