#miran_docs
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/1286788667305889968
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- miran_code, 17 hours ago, 6 messages
๐
Hello!
Here are the steps for cloning customers & payment methods:
1/ Create the customer on the Platform Account
2/ Create the Payment Method on the Platform Account using SetupIntents by passing the customer id on the SetupIntents
4/ Create a Payment Method (via /v1/payment_methods endopoint) using the Stripe Account Header and by passing the above object ids both the customer id and the payment method id. It creates a new payment method id on the Connected Account
5/ Create a charge using that payment method from 4.
If you have a specific request id that resulted in the error you shared above, I'm happy to look further.
Could you please provide me with the link of the doc where it says how to fetch payment method of the customer on the connected account?
You just need to retrieve the Payment Method or Customer using the "Stripe-Account" header
(passing in the Connected account in question)
oh okay, thanks a lot sir!