#mochihealth

1 messages · Page 1 of 1 (latest)

woeful crownBOT
spark basin
#

A quick way is the Billing Portal, when you configure it to allow them to update their cards

ripe citrus
#

but is there a way where they can do it through our custom ui maybe using stripe elements

spark basin
#

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

ripe citrus
#

how can i set up the stripe billing portal

spark basin
ripe citrus
#

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?

spark basin
#

Stripe Elements is PCI-compliant. If you use Stripe Elements you should be safe. Any custom UI built by yourself is not PCI-compliant

ripe citrus
#

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

#

?

spark basin
#

You are talking about a scenario when you reuse PaymentElement instead of using Customer Portal?