#Zhi-Checkout
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
yes you could use the StripeAccount header (https://stripe.com/docs/api/connected_accounts) when you create the Checkout Session
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
do you have code example of how to create the session?
we are using python
I don't see any documentation of how to add the header in the doc
how does this work with the session creation?
we are using stripe checkout
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
same way
..., //all of your current session params
stripe_account="acct_xyz"
)```
this is not in the docuemnt
what do you mean?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I couldn't find it here.
it's a option that you could use with most of our APIs, we don't mention it in each one separately
this is why I linked to the part in the API docs (https://stripe.com/docs/api/connected_accounts) that explains that
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
let me know if you need any more help
doing the test now
should see the result in 10 minutes
will post the result here
tks
I just create the payment (test mode - developer), but the payment is not in the stripe website. Any delay?
you created it on the connect account
yes
do you have the request id? here's how you can get 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.
thank you very much, all good now ๐
Glad to hear! Let us know if there is anything else that we can assist with.