#dupont-transfer
1 messages · Page 1 of 1 (latest)
heya @whole kelp! could you elaborate a bit more on your use case? e.g. why would you want to move funds between connected accounts?
Hi,
We have a use case where a merchand can move a part of his fund to an other connected account.
For example if two merchands work together but the first collect of the sells, they want to split their revenues
so typically, the way this works is that you - as the platform, would initiate the charge, and then split the charge between the two connected accounts. We call this kind of fund flow Separate Charges and Transfers (SCT) . You can read more about it here : https://stripe.com/docs/connect/charges-transfers
thanks, in that case, we need to remove the payment_intent_data from checkout and handle it in the webhook after success ?
can you share an example payment intent id? so i can take a look at your current integration
yep, you're correct, remove the payment_intent_data from checkout and handle it in the webhook after success
ok perfect, thanks