#jacob3553
1 messages · Page 1 of 1 (latest)
Sure thing - sub_1NMwvHKi1pB0cEA7vn4JJMgz
I see the collection_method: send_invoice, is this intended?
I think so - the idea is the user gets shown the invoice, then can pay in their own time instead of being automatically charged
The Invoice should be finalized automatically in about an hour, and then sent to the customer.
Is there a way to finalise it instantly? They make the change, and then should be able to see the invoice on their dashboard right after so, if they want, they can just pay it then
my thinking was maybe to listen to created invoices through webhooks and finalise through that, but feels a bit bodgy
You will have to do it manually then.
Webhooks are actually the most reliable way to do that.
Happy to help!