#hrueger
1 messages · Page 1 of 1 (latest)
You would need to know the amounts before the payment occurs, so you would have to set up the Payment Method first and then calculate the amounts based on the type of payment method before creating a charge.
I'm using Stripe Checkout, I forgot to mention that.
That means, I'd have to build my own payment method selection and only allow that method in stripe checkout afterwards, correct?
Ah, okay, that's not possible unless you use Checkout in setup mode, to accept the payment method credentials (name, number, etc.) and then charge them at a later time
OK, no problem. Thanks!
Also consider legal ramifications: there are jurisdictions that specifically forbid this practice. Check your local regulations.