#s_cloaked_43543

1 messages · Page 1 of 1 (latest)

orchid dirgeBOT
normal saffron
#

Hi, let me help you with this.

#

Could you please share the Subscription ID?

woven plaza
#

Sure: sub_1OeNBnF6KY2ZyIKCyKQx5ul2

normal saffron
#

I see a default_payment_method is set correctly.

woven plaza
#

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.

normal saffron
#

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.

woven plaza
#

I got it! That has nothing to do with the customer''s default payment method, right?

normal saffron
#

Yes

woven plaza
#

Thank you for your help!

normal saffron
#

Happy to help.