#s_cloaked_43543
1 messages · Page 1 of 1 (latest)
Sure: sub_1OeNBnF6KY2ZyIKCyKQx5ul2
I see a default_payment_method is set correctly.
I mean it's not set as a default method for customer.
I know how to set the default payment method: I need to grab the customer's latest successfully paid invoice, dig into related payment intent, grab the "latest" successful payment method ID and mark it as default. But this is a whole separate process.
At the customer creation time I don't have a payment method.
It won't. 'save_default_payment_method': 'on_subscription' means it will be saved on the Subscription object.
You would need to do it manually.
I got it! That has nothing to do with the customer''s default payment method, right?
Yes
Thank you for your help!
Happy to help.