#recipe.p
1 messages · Page 1 of 1 (latest)
Hi there!
This doesn't do anything really, it's just for you to keep track of things. This is covered here: https://stripe.com/docs/connect/charges-transfers#transfer-options
Yeah I read it but can't get the idea actually...
So using this function, what is the benefit?
Are you using Stripe Connect and Transfers?
Yes
Got it. If you are using source_transaction (which we recommend), then the transfer_group is set automatically for you. Otherwise you can set the transfer_group to anything you want fo tracking purposes on your end. If you don't need it, you can also leave it empty.
So it's not the function to help me automate transfer but just to track(labeling) the transfer such as product category right?
Correct!
Okay thank you!