#mochihealth
1 messages · Page 1 of 1 (latest)
A quick way is the Billing Portal, when you configure it to allow them to update their cards
but is there a way where they can do it through our custom ui maybe using stripe elements
Yes that's possible, but keep in mind that using Stripe SDK you will be PCI compliant automatically, while doing it yourself expose you to the PCI risk
how can i set up the stripe billing portal
i implemented paying for a subscription with stripe elements. do I have the same PCI compliance concerns as letting the customer change their payment information through custom ui?
Stripe Elements is PCI-compliant. If you use Stripe Elements you should be safe. Any custom UI built by yourself is not PCI-compliant
Please see this section: https://stripe.com/docs/security/guide#validating-pci-compliance
so what would be the api that i would use with stripe elements to enable users to switch the card they pay their subscriptions with
?
You are talking about a scenario when you reuse PaymentElement instead of using Customer Portal?