#WilliamG1
1 messages · Page 1 of 1 (latest)
hi! not sure I follow really. You don't have to use Link if you don't want to. You can use regular Stripe payments APIs , there aren't really any PCI concerns.
like you can just use Customer objects with stored PaymentMethods (https://stripe.com/docs/payments/save-and-reuse) , the PaymentSheet component in our mobile SDKs manages a Customer object and exposes saved PaymentMethods
Yes, my dev said we can use Stripe's low level api for a custom solution. But as we are storing their payment data - how do we be PCI compliant?
that's a question for your PCI auditor and business, if you are choosing to store actual raw credit card numbers
Is there a different solution?
to what problem/what question?
if you're storing the actual raw card numbers yourself, then you can't really use our SDKs/frontend libraries, and you also need to get your business PCI certified (and submit evidence of that to Stripe annually) https://stripe.com/docs/security/guide#validating-pci-compliance
99% of merchants on Stripe don't do that.
you can use our various APIs like Customer objects to store card tokens inside Stripe and manage/select them during payments, that's the usual way.
just checking with my dev
Ok, can we leave this thread open? He is not available. Do those APIs work with Flutter?
Also, can you recommend a dev to do this customization for us?
I can leave it open for maybe 30 minutes but otherwise ask in the main channel
we don't have any official Flutter support but there's https://pub.dev/packages/flutter_stripe which has good community support
no I can't recommend anyone
Thank you.