#gui
1 messages · Page 1 of 1 (latest)
Hi, is the business account a Connected Account?
yes
And are you trying to create the PaymentIntent on the Connected Account or transfer funds to it?
What type of Connected Account?
I am trying to transfer funds from customer to the Connected Account
I'm not sure, but its the business account
Do you know what charge flow you are trying to use? Direct charges or destination charges?
I think it is destination charges
Gotcha, then you want to set transfer_data.destination: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-transfer_data-destination
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You only need on_behalf_of if you are transferring cross border (to a Connected Account not in the same country as you)
You can also use on_behalf_of if you want to make the Connected Account the mercahnt of record