#seriallos-checkout
1 messages · Page 1 of 1 (latest)
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