#ilyoTheHorrid
1 messages · Page 1 of 1 (latest)
Hi the approach you shared in the best option if you want to collect payment details outside of any payment flow. This approach can be used if you want to process a payment and save the payment method details simultaneously:
~~https://stripe.com/docs/payments/ach-debit#timing~~
https://stripe.com/docs/payments/save-during-payment
Both of these approaches require you to tell us when to process the off_session payment, so they only cover the Stripe side of the integration. How you decide to trigger the future payments is up to you and what best fits your system/use-case.
Thank you, but there is no way I can schedule a single payment in the future with Stripe (without any trigger on my side), correct?
That is correct
I'm so sorry, that was not the link that I meant to provide there. One sec
I meant to provide a link to our guide for saving payment method details while simultaneously processing a payment:
https://stripe.com/docs/payments/save-during-payment
ah makes sense
is there any benefit in invoices in this scenario?
I'm handling invoice separately through Xero
If you are already managing an Invoice somewhere else, then nothing immediately comes to mind.