Stored Credit Cards & Pipes

Has anyone successfully created a dashboard for users to manage stored credit cards in the Stripe Pipe?

I need the ability to have the user login, view the currently stored cards associated with theirStripe customer account and add or delete them. I already have the Stripe Pipe creating the Customer Account automatically when they create a user account. I cannot figure out a way to do this without storing the card data (temporarily) in the database which is a big PCI complaint no-no.

Any suggestions?

Hey @beaugast

Have you looked at the Stripe Customer Portal? Looks like it could be quite useful!

The downside here is that the Stripe Payment module inside of Forms is not configured to accept a saved payment method so you would have to continue building out your payment system using the Stripe Pipe.