#yetzederixx
1 messages · Page 1 of 1 (latest)
Hello, just to clarify your situation, are you saying that you have raw PANs on your server and are wondering how to convert them to PaymentMethods so that you can get rid of that data?
Or somethign else?
One sec, lemme get the message directly from the project manager workign on this.
The only thing I store are the customer's id cus_slkjadlfkjalsdfjk . The app uses that to pull the list of pm's off their account, and sends in the stripe id of that payment method in to my backend.
This particular issue is in our customers account management where they add a card to their account in a mobile app.
Gotcha, so your options for #2 here would be implementing something from the iOS, Android, or React Native tab of one of these docs
https://stripe.com/docs/payments/accept-a-payment
https://stripe.com/docs/payments/accept-a-payment-deferred
I just need to know the best way to change how it's being done currently that costs me the least amount of money. I know why Stripe made this decision, but we're poor and have new/active customers who cannot use our app now.
Or the "web" tab in which case you would display it with a web view
It's in Flutter
There are third party wrappers made for Flutter such as https://pub.dev/packages/flutter_stripe
and all payments are done via invoices which is why the backend handles it, I just need to know how to do card management.
I can't advise on how to use third party libraries (they have devs and communities for that though), but they may make the card collection aspect easier for you