#Gautam
1 messages · Page 1 of 1 (latest)
Can you share the customer portal session ID (bps_xxx) you created?
Ah I see that you use no code option. Can you share the screenshot what the customer saw and the customer ID (cus_xxx)?
Can you screenshot the full page? The screenshot was cut at the current plans
It's because that Customer has an unsupported default payment method type: https://stripe.com/docs/customer-management#:~:text=The portal doesn’t display the payment method section if the portal doesn’t support the customer’s default payment method.
Seem like it's a Bank Account, which is unsupported: https://stripe.com/docs/customer-management#supported-payment-methods
You need to update/unset the default_source field for that Customer: https://stripe.com/docs/api/customers/update#update_customer-default_source
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
after updating the default as card .. it start coming ...earlier default was Stripe BANK
Yup, Bank Accounts are unsupported in the portal so we don't sow the update UI
ok .. thanks