#skoshkarli
1 messages · Page 1 of 1 (latest)
Hi, can you share your request id (req_xxx)
Hi, I do see pm_1M2O9QErhtagFlzSRb2yCodj set as default_payment_method for sub_1M2O8bErhtagFlzSsP5y9l79
i dont see that coming back when i request for customer
custom_fields: null,
default_payment_method: null,
footer: null,
rendering_options: null
},
default_source: null,
its not there on the invoice or the customer
I see the payment method on the customer but its not set as default
in the UI
It's on the Subscription!
payment_settings.save_default_payment_method
Either off, or on_subscription. With on_subscription Stripe updates subscription.default_payment_method when a subscription payment succeeds
It's also attached to Customer but as you observed, not their default yet. You can call the Update Customer to set as default if you wish