#meisei81

1 messages · Page 1 of 1 (latest)

torn stagBOT
hoary stag
#

Hi! Let me help you with this.

ember willow
#

request-id: req_fqEPKmmbkeHJ02

hoary stag
#

And, why are you sending raw CC numbers to Stripe yourself?

ember willow
#

We collect the customer's card number in our APP and using it to create and pay an invoice

ember willow
#

we don't do any thing on it.

hoary stag
#

Then you must not send raw card details to Stripe.

#

This is extremely unsafe.

ember willow
#

How could we do

hoary stag
#

What are you trying to do? Save payment method details and then pay Invoices with it?

ember willow
#

Yes

hoary stag
#

And then you can use the generated PaymentMethod pm_xxx to pay for Invoice.

ember willow
#

When did this regulation come out?

hoary stag
#

I think the article says 2006.

ember willow
#

Really?

#

We integrate the payment method and invoice last year

#

Maybe we should change our flow again.

hoary stag
#

Yes, you should, as soon as possible.

ember willow
#

Okay. But what should we do about the existing customers which have already used card number to create payment method?

hoary stag
#

The problem is about transfering the card information to Stripe. The ones that are already created are fine.