#dennis_de

1 messages · Page 1 of 1 (latest)

frank boltBOT
obsidian blaze
#

Hi there

#

So this first depends on your invoice settings for partial payments

night harness
#

We work without Stripe Billing at the point, we just announce the payment.

obsidian blaze
#

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

night harness
#

So a transfer to the virtual IBAN triggers this webhook?

obsidian blaze
#

Yep

#

As soon as the transaction arrives in your account on the Source then that webhook will fire

night harness
#

ok, thanks. Okay, thanks. I will discuss this with our developers.