#jayvir_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/1276081636517351476
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
https://api.stripe.com/v1/payment_intents
i want to use payment_method - created in one connected account &
use in another connected account
i am getting error
resource_missing - payment_method
No such PaymentMethod
hello! you'll want to collect the PaymentMethod on the platform account and then clone the PaymentMethod to the connected accounts : https://stripe.com/docs/payments/payment-methods/connect#cloning-payment-methods
pm_1PqVD8JRoJfA1S16maCU6PfY is not working
let me know what i am doing wrong
https://dashboard.stripe.com/acct_1MhDXEE4lb5RtEN5/test/logs/req_lWuMAoXSSK6gIr?t=1724311825
@unborn sleet
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
it is platform account - z
it is one of connected account ie x
y - another connected account
i have copy PaymentMethod of x & charge to y
@lapis prairie ?
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
What do you mean by "not working" exactly?
If you created a PaymentMethod on Connected account, you can't copy it to another Connected account. You have to collect the PaymentMethod on the Platform account initially.