#baung-paymentmethod-attach
1 messages · Page 1 of 1 (latest)
Hello @lapis basalt . You've helped me before so looking forward for more assistance. 🙂
@marsh lily glad to see you back and happy to help! today you can't set that automatically on a customer. That information lives in invoice_settings[default_payment_method] and applies only to invoices (either one-off or on subs)
Usually with Billing you use payment_behaviour: 'default_incomplete' on subscription creation and then client-side when you confirm the PaymentIntent or SetupIntent it will set the Subscription's default_payment_method for you
Got it. Thanks!