#unknowncat
1 messages · Page 1 of 1 (latest)
The default payment method is set on invoice_settings.default_payment_method:
to be used as the customer’s default payment method for subscriptions and invoices.
It will only be used for Subscriptions and Invoices
In addition, with Payment Method (pm_xxx), you should use it in Payment Intent API not Charge API
Charge API doesn't support Payment Method (pm_xxx)
I'd recommend following this payment guide: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
thank you