#Suraj-SCT
1 messages · Page 1 of 1 (latest)
The transferGroup ID is to associate the transfer(s) with the original paymentIntent.
means ..? please can you give example ..?
Sure, this doc explains in details https://stripe.com/docs/connect/charges-transfers
this is unique string need to provider when charge is created on customer's card , then when transfer the amount then we need to define that is again in transfer. This is what you want say ..?
Actually i did not get any clarity on this page. !
The transferGroup allows you to track the fund flow from the platform to the connected accounts (as illustrated in the flow chart of the same page). Of course you can also make a transfer without either an associated charge or a transfer_group
ok, this is just for linking the payment from platform to connect, right. Also we can add over own system generated id to it , right ..??
Yes, you can use an arbitrary ID, so long it's unqiue.