#arvind_singh_21006

1 messages · Page 1 of 1 (latest)

candid willowBOT
pliant stream
#

No, we don't do receipts for transfers between accounts. You'd need to handle that yourself

brisk harness
#

okay can guid me to handle this situtation ?

pliant stream
#

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

brisk harness
#

actually i'm not using web hook i handle all of those using rest api

pliant stream
#

Then of your transfers.create call succeeds, make the same call to generate the receipt

brisk harness
#

sorry not getting it

#

how

pliant stream
#

You'll need to use some kind of third-party service. We don't have an API for that

brisk harness
#

third party like ?

pliant stream
#

Not sure I'm afraid. Depends what exactly it is you need!

brisk harness
#

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\

pliant stream
#

I've already advised you on what you need to do. As for generating a receipt, you need to look at some kind of API/library that will create a PDF for you

#

There is no Stripe API/product to do that