#karanmehra.zeroit
1 messages · Page 1 of 1 (latest)
@open salmon How can I help?
I want to set the default payment method when users pay via Stripe screen
only for Credit card payments
with his name or Email and number
You can refer to the doc here for saving customer's payment methods during payment: https://stripe.com/docs/payments/save-during-payment
After the payment method is saved and returned as pm_xxx, then use customer API to update the default payment method: https://stripe.com/docs/api/customers/update#update_customer-invoice_settings-default_payment_method
I'll check. If haven't found my solution then I ping you back. Thank you!