#ilyoTheHorrid

1 messages · Page 1 of 1 (latest)

daring nebulaBOT
long kelp
#

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.

cold plover
#

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?

long kelp
#

That is correct

cold plover
#

ok thank you

#

What is the benefit of the ACH, compared to simply tigger a payment?

long kelp
#

I'm so sorry, that was not the link that I meant to provide there. One sec

cold plover
#

ah makes sense

#

is there any benefit in invoices in this scenario?

#

I'm handling invoice separately through Xero

long kelp
#

If you are already managing an Invoice somewhere else, then nothing immediately comes to mind.