#newtreyes
1 messages · Page 1 of 1 (latest)
@lethal holly Hey there, Sir
Can you share the request where you get that error?
oh, you did
ty!
In this case, you're doing a destination charge to that account, the PM needs to exist on the paltform
the PM you tried to use exists on the connected account
Got it
Makes sense
This is what I am doing right now to create the Payment Method
I am including the StripeAccount as part of the stripe js initialization process
which should be the same one as the one I am sending when trying to create the payment intent
Yea so when you init stripe.js like that with a connected account id, the PM (or any object) is going to be on the connected account
for a destination payment thats not what you want
Got it
you need to create the PM on the platform, so you can omit that option
Awesome... trying now
👍