#karishma-onetime-invoices
1 messages · Page 1 of 1 (latest)
for more context, we're confirming a prepaid amount from a subscriber for international roaming and then want to only trigger the payment once the subscriber goes on vacation on the date they specify
HI 👋
The most straightforward way would be schedule something yourself via the API
great! so would that work where we create a draft invoice and we can designate when we can collect the payment via the api?
What you would do is, when you create the Invoice, you would set auto_advance to false to prevent the Invoice from finalizing
https://stripe.com/docs/invoicing/integration/automatic-advancement-collection
Then you would use the API to advance the Invoice and attempt payment collection
karishma-onetime-invoices