#Nadiya-Transfer group
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
since there's not much going on in that thread would you mind asking your specific question here?
i was using transfer_group in separate charges and transfer with one time payment,
i would like to do the same on subscription too
but actually not sure if the transfer_group is something which can track the transfer ? if yes, how should i use it for subscription?
i'm using this approach for one time payment
but subscription doesn't have a transfer_group field, so what should i use in place of transfer_group for subscription transfer?
this one transfer the amount when subscription is created with active status?
we would like to hold the amount in platform account for n days, then will transfer the amount to connected account
is it possible?
the above doc that you send only mention about direct charge and destination charge. it doesn't say anything about separate charges and transfer
I'm looking into this, sorry for the delay
ok
@strange garden note that transfer_group is mostly optional so it's not really needed. But ultimately like you say, you can't set it when creating a subscription, so one option is to just create the subscription as normal and then later update the resulting charge with a transfer group https://stripe.com/docs/api/charges/update#update_charge-transfer_group
yep!
it's for accounting/audit so that it's possible to track the flow of funds
e.g. this Payment in group "A" led to money being transferred in these other transfers, so that we can audit where the money goes and where it comes from
sorry?
this is the transfer that i've made after few days from the original payment made by customer .
so with this transfer_group, i can identify the corresponding transaction made to the platform account?
i mean customer - platform transaction?
sure
oh? is it possible from the dashboard?
like that's what https://stripe.com/docs/api/charges/list#list_charges-transfer_group is for
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
you can probably log into the platform's dashboard and search in the search bar in the top for the transfer group