#dupont-transfer

1 messages · Page 1 of 1 (latest)

left umbra
#

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?

whole kelp
#

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

left umbra
#

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

whole kelp
#

thanks, in that case, we need to remove the payment_intent_data from checkout and handle it in the webhook after success ?

left umbra
#

can you share an example payment intent id? so i can take a look at your current integration

whole kelp
#

maybe this one

#

py_1JdG8WQvgrFRTrTcBeSHWr4I

left umbra
#

yep, you're correct, remove the payment_intent_data from checkout and handle it in the webhook after success

whole kelp
#

ok perfect, thanks