#Dan The Man ๐Ÿ‡จ๐Ÿ‡ฆ

1 messages ยท Page 1 of 1 (latest)

lime cradleBOT
elder cargo
#

Hi there, it depends on whether it's a direct charge or destination charge

#

The connected account pays the stripe_fee for a direct charge, and platform pays for destination charge.

dusty marsh
#

oh ok how would I know or specify what type of charge it is?

#

I'm using the stripe.paymentIntents.create({}) api

elder cargo
dusty marsh
#

oh ok, i'm getting this error now:

OAuth key or Stripe-Account header was used but API request was provided with a platform-owned payment method ID. Please ensure that the provided payment method matches the specified account

I am using a payment method that is tied to my account as opposed to the connected account. Is there a way to use that payment but still perform a direct charge?

#

*without adding the payment option to the connected account itself

elder cargo
dusty marsh
#

actually I got it to work fine while still using a destination charge. Thanks for your help! ๐Ÿ™‚

elder cargo
#

You are using a paymentMethod created in platform, and that's why you are getting this error.

dusty marsh
#

oh ok good to know, thanks!