#skoshkarli

1 messages · Page 1 of 1 (latest)

fathom kernelBOT
tropic spoke
#

Hi, can you share your request id (req_xxx)

twin pewter
#

req_YL0aG3YzZPxT2F

#

followed by req_WriJTUWzHWd1JF to confirm paymentIntent

tropic spoke
#

Hi, I do see pm_1M2O9QErhtagFlzSRb2yCodj set as default_payment_method for sub_1M2O8bErhtagFlzSsP5y9l79

twin pewter
#

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

tropic spoke
#

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