#Blitoka33

1 messages ยท Page 1 of 1 (latest)

distant radishBOT
still topaz
#

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?

ornate verge
#

I use express accounts, and for that reason I see destination charges more practical.

still topaz
#

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

ornate verge
#

Yes, thats what I needed, thanks!

still topaz
#

Any time!