#Blitoka33
1 messages ยท Page 1 of 1 (latest)
Hi ๐ to clarify, are you wanting to use Destination Charges but are running into problems when trying to do so, or you do you want to use a different charge structure like Direct Charges?
I use express accounts, and for that reason I see destination charges more practical.
Yup, Destination Charges are recommended for use with Express accounts.
Are you looking for the transfer_data hash that is located within either payment_intent_data or subscription_data (depending on the mode the Checkout Session is being created for) then?
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-transfer_data
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-subscription_data-transfer_data
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yes, thats what I needed, thanks!
Any time!