#meisei81
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Could you please share the Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
request-id: req_fqEPKmmbkeHJ02
And, why are you sending raw CC numbers to Stripe yourself?
Is your app PCI-compliant? https://stripe.com/gb/guides/pci-compliance
We collect the customer's card number in our APP and using it to create and pay an invoice
we don't
we don't do any thing on it.
How could we do
What are you trying to do? Save payment method details and then pay Invoices with it?
Yes
You can follow this guide to use SetupIntents to collect a Payment Method for a Customer in a compliant way: https://stripe.com/docs/payments/save-and-reuse
And then you can use the generated PaymentMethod pm_xxx to pay for Invoice.
When did this regulation come out?
I think the article says 2006.
Really?
We integrate the payment method and invoice last year
Maybe we should change our flow again.
Yes, you should, as soon as possible.
Okay. But what should we do about the existing customers which have already used card number to create payment method?
The problem is about transfering the card information to Stripe. The ones that are already created are fine.