#Falloppium
1 messages · Page 1 of 1 (latest)
What type of charge are you using (e.g. destination, direct, separate charges and transfers)? In other words, how are you transferring the money to the Express account?
Hi! I set it as direct, if I did it right
Do you have an example payment?
can give u access to platform for a test? not sure what u mean sorry
Just looking for the Payment Intent ID specifically
Either will work. Taking a look now
thanks
So this is creating a direct charge to your Platform account. If you want the payment to go to the connected account, then you'll need to use Destination Charges: https://stripe.com/docs/connect/subscriptions#use-destination-charges-to-create-a-subscription
That essentially boils down to passing the below fields into the Subscription on creation:
transfer_data={"destination": "{{CONNECTED_STRIPE_ACCOUNT_ID}}"}, stripe_account='{{CONNECTED_ACCOUNT_ID}}'
oh cool thank you. I'll check and test.