#mlo300
1 messages · Page 1 of 1 (latest)
How many accounts are involved here, in total? Just 2? You main platform and one connection account?
And what kind of account?
https://stripe.com/docs/connect/separate-charges-and-transfers#on-behalf-of
what does the currency parameter allow you to do?
currency on a payment intent sets the presentment currency for the payment, what currency will the customer pay in
What are you trying to do? That's quite different than the question about transfering a portion of apyment automatically
I would like to split the payment into two percentages one going to me and the other to connect
or even better in a monetary amount
what does this do?
automatic_payment_methods: {
enabled: true,
},
This is choosing whether to use automatic payment methods (configured in dashboard) or not:
https://stripe.com/docs/payments/payment-methods/integration-options#using-automatic-payment-methods