#seriallos-checkout

1 messages · Page 1 of 1 (latest)

silk bobcat
#

the reason why you have to specify the payment_method_types when using Checkout's setup mode (or SetupIntents) is because SetupIntents don't currently have the ability to specify currency, so you can end up in a state where a payment method could be collected (e.g. ideal) that then can't actually be used to complete a future payment (e.g. USD).

You'll have to manually specify the accepted payment_method_types for now

echo niche
#

Cool, suppose I'll just limit customers to changing to the same type they have for now and keep an eye out for future info

#

Thanks!