#benjamin_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1306585408204832769
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
we don't know nothing about Shopify here. you would need to ask Shopify support directly.
ok but my question is not about shopiyf
Can I use an existing pm_xxxxxxx and add it to a Stripe customer, so this payment method can be use to debit this customer ?
you would need to change your integration to achieve this. but since I know nothing about how Shopify integrates with Stripe, it's difficult to help.
ok, but again you don't need to know Shopify here.
Here again is my question : Can I use an existing pm_xxxxxxx and add it to a Stripe customer, so this payment method can be use to debit this customer ?
well it depends, you can't like remove a pm_xxx from one customer and attach to another no
you would recollect details from the user (create a new pm_xxx object) and use that
I understand a pm is a payment method right ? Why this payment method cannot be attached to 2 customers ? Some customers have 2 active subscriptions on my case
because it's just not how our API works. A single PaymentMethod object can only be used with a single customer. You can create a second object that is the exact same underlying details(same card number etc) and attach that to a different customer, but it's a different object.