#jon-subscription-checkout
1 messages · Page 1 of 1 (latest)
- manual capture works fine if you're certain that the resulting amount you charge is always less. Otherwise
setupmode is the best approach
- no why would it cause issue? It's the point of that feature
- impossible to say really. It's all up to the bank and whether the customer has funds or not and whether the bank's fraud algorithm let it through
- As long as you collect card details via Checkout before then it will show their most recent card on Checkout, see https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout#handling-existing-customers
- yes. Not sure I understand the "other ways" part
- You would write this yourself
jon-subscription-checkout
Thanks for the quick responses. The docs mentioned that off_session could get denied more often (or is more scrutinized) so I was looking for a gut check on my assumptions; thanks for the info.
-
I can re-check but I believe Checkout would only prompt about using a prior card if in
paymentmode; I'm fine checking in advance if a customer has a card on file or not. -
I was mostly looking to see if a non-default payment method would be applied or if it's restricted to only customers with a default.
- not sure I understand if there's a question now sorry. But you can test all of this in Test mode
- You control which PaymentMethod to use really. https://stripe.com/docs/api/invoices/create#create_invoice-default_payment_method
Thanks; I think that's all I need for now. It sounds like we should not expect a bunch more bank failures for an off_session payment method vs on_session when paying a larger invoice.
In case this effects anything, we are not using subscriptions but we are issuing invoices.
I just noticed you mentioned subscriptions in the thread name.
yeah doesn't change anything