#quentin
1 messages · Page 1 of 1 (latest)
Hi there!
What exact event do you want to listen to? When a payment is successful? When a transfer to a connected account happened? Something else?
The idea is to be able to make bank transfers to a connected account and be notified when the money arrives in the connected account. These are not payments, but rather users adding funds to the connected account.
but rather users adding funds to the connected account.
Can you clarify this point? Who is the "user" here? You the platform, the connected account, a end user making a payment?
We are using your Issuing Connect product. Each connected account utilizes a balance. However, French law requires us to sequester all the money credited by users into a special Connect account, which then redistributes the funds to the connected accounts of users.
Or maybe we can listen for bank transfer on the admin Issuing account ?
what API are you using to transfer the funds exactly?
for example there is https://stripe.com/docs/api/events/types#event_types-topup.succeeded for when you're using this https://stripe.com/docs/issuing/funding/balance#top-up-from-the-api
Is it possible to listen for deposits from a bank account to the Issuing admin account ?
ok I guess I can manage to do what I want with topup
it might be, you'd need to answer my question about what exact API or processes you're using
I will probably use this api https://stripe.com/docs/api/topups/create
I see, so you are not using anything yet, you were asking a more general question
well in that case I would start by reading through https://stripe.com/docs/issuing/funding/balance I think and see what the options are. A lot of it is based on the TopUp API and it has a topup.succeeded event anyway