#Tanvir
1 messages · Page 1 of 1 (latest)
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.
pi_3N4GkHD1ZSo6PUBC1MU327Wt
The direct charge was created successful, what's your question about?
its not showing proper stripe checkout
Did you pass in connected account's ID in the stripe_header when initializing Stripe.js? https://stripe.com/docs/connect/authentication#adding-the-connected-account-id-to-a-client-side-application
still not working
Request ID?
req_gqMaZIipBC5lV5
I don't see any requests from your frontend. Can you show me your client-side code on how you initialize the SDK?
In another words, how did you instantiate Stripe() object
https://stripe.com/docs/connect/authentication#adding-the-connected-account-id-to-a-client-side-application No I still don't see any code related to Stripe.js initialization. I'd suggest you to go through this doc to learn how to add the connected account ID in your client-side application.
already define like that
OK, do you see any errors in browser console?
no there is no error its creating pi properly only its not opening a strip checkout
Do you have a public URL that I can visit and reproduce the issue?
this code is in my localhost not on prod
OK. I still suspect that you only set the stripeAccount in backend node.js code and not yet in frontend (because I don't see you share this part of frontend code), I'd recommend you to check your frontend code again.
Ok