#waleedumer42-paymentintent
1 messages · Page 1 of 1 (latest)
Can you let me know that if we can use an array for
transfer_data parameter in stripe payment intent?
no, you can not
if you need to transfer to multiple connected accounts you'd use the separate charges and transfers integration : https://stripe.com/docs/connect/charges-transfers which is a bit more complicated.
okay thanks for your help @woven raven
what should be the value for transfer_group ? Could be any string value?
it can be anything yes, but should be somewhat meaningful so it's clear what the connection between the money movements is (for example something like a transaction ID from your payments system or some other reference)