#Babu Munavarbasha
1 messages · Page 1 of 1 (latest)
I am setting up the intent under connected account
Hi there, it depends where you want the payment method to be created
For Direct Chrage, the payment method should be created on connected account
For Destination charge, the payment method should be created on platform
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_VargQebAMiaUTK
OK, this setupIntent was created in connected account. You should specify a stripe_account in the request.
By specifying a stripe_account, you are telling Stripe that you want to make an API call on behalf of a connected account. You can refer to this doc to learn more about making API request for connected account (https://stripe.com/docs/connect/authentication)
I am doing the confirmCardSetup for the intent on client side. Where do i mention stripe_account
I am passing the stripeAccountId for creating the intent.
What kind of client?
Single page application
so a web appliaction
Do I need to pass the stripe account id to client. The client secret should suffice i would think
okay sorry, Yes i am doing it for the other payments.
makes sense.