#raf-Transfer API
1 messages ยท Page 1 of 1 (latest)
Hi there, the transfer API is for you to move funds from platform to connected account.
Yep currently I received the payment but I want also receive the email
But according to this they haven't sent it
A transfer is not a payment, and there is no email for transfer.
Hmmm
Is there a way to send the receipt to the connected account ?
this one ๐
You can listen to the transfer.paid event (https://stripe.com/docs/api/events/types#event_types-transfer.paid) and send out the email by yourself.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
last question. how can I listen to this one? sorry I'm new to stripe..
and how to trigger the email
If you are new to webhook, you can get started from https://stripe.com/docs/webhooks/quickstart
You need to use your own email server to send out email to connected accounts.
no other way to call this on webhook?
There is no Stripe API for sending an email about transfer.
Got this thank you Jack :))
No problem, welcome!