#dennis_de
1 messages · Page 1 of 1 (latest)
We work without Stripe Billing at the point, we just announce the payment.
Ah gotcha
In that case you mostly want to just rely on webhooks here
So there will be a source.transaction.created
And a source.chargeable event
So mostly you want to use those to know a transaction came in and then whether it aligns with what you are trying to charge
So a transfer to the virtual IBAN triggers this webhook?
Yep
As soon as the transaction arrives in your account on the Source then that webhook will fire
ok, thanks. Okay, thanks. I will discuss this with our developers.