#arvind_singh_21006
1 messages · Page 1 of 1 (latest)
No, we don't do receipts for transfers between accounts. You'd need to handle that yourself
okay can guid me to handle this situtation ?
You can listen for transfer.created events in a webhook, then use some kind of service to generate a receipt in whatever format you require using the fields/values
actually i'm not using web hook i handle all of those using rest api
Then of your transfers.create call succeeds, make the same call to generate the receipt
You'll need to use some kind of third-party service. We don't have an API for that
third party like ?
Not sure I'm afraid. Depends what exactly it is you need!
i have an application they have three part first is admin second tutor other is student when student booking session then create customer on stripe
when tutor approve the session request then create charges after this stripe hold money over the session session completed then transfer money from stripe to tutor bank account i'm just doing this case
guid me correctly\