#sunnylbk-charge-invoice

1 messages · Page 1 of 1 (latest)

sick flumeBOT
#

sunnylbk-charge-invoice

opal mason
#

hello
can you share the example invoice ID?

#

invoice ID starting with in_xxxx

rapid pike
#

sorry

#

in_1OSTUsFDHhS1SIerDVFJfXNH

opal mason
#

auto advance is disabled on the invoice

#

an Invoice doesn’t actually charge the customer when finalized, unless auto_advance: true is set on the invoice

rapid pike
#

I actually have this enabled in code, if collectionMethod == stripe.InvoiceCollectionMethodChargeAutomatically { // Invoices you create with the API, however, won’t automatically finalize. You must turn on automatic collection by setting the auto_advance property on the invoice to true invoiceParams.AutoAdvance = stripe.Bool(true) }

#

wierdly doesn't seem to propagate to created invoice

#

does a customer have to do anything to setup the mandate ahead?

#

or with above param, will it debit?

opal mason
rapid pike
#

Oh, I might have misconfigured it then. Thanks for pointing that out. Will try with right configuration and reach again in case of issues!

opal mason
#

NP! 🙂 Good luck