#jarcher
1 messages · Page 1 of 1 (latest)
Hey there
Can you provide a PaymentIntent ID that you are testing with where those payment methods aren't displaying?
We are using automatic_payment_methods.enabled = true and the standard connect account customer has klarna + afterpay turned on in their payment method settings
pi_3LpxVjFSRlrDjPli0oHY1fbD
Payment Intent ID: pi_3LpxVjFSRlrDjPli0oHY1fbD
Thanks, looking
Ah the issue is setup_future_usage
These payment methods aren't multi-use.
They are single use
You want to set setup_future_usage in payment_method_options instead
So it doesn't apply to apply payment method types
But just the ones you set it for
That would set it for just Cards
And allow Afterpay and Klarna to still be used
ahaa amazing
Try that and let me know if it fixes it