#treasure><

1 messages · Page 1 of 1 (latest)

neat sandalBOT
viral badger
#

Hi there

#

Yep cloning is the correct approach

#

You only handle the PaymentMethod objects on your server so you never touch the actual raw card info so you are totally safe PCI-wise and Stripe handles all of that for you.

glass igloo
#

I dont think I can understand how can I implement a way to create a payment method without sending the credit card information to our server.

we have this method https://stripe.com/docs/api/payment_methods/create which takes the credit card informations.

so our frontend need to pass this information to our server right ? and the UI for credit card collection can we customize that ?

viral badger
#

Okay let's back up a bit.

#

How do you collect a payment method currently?

#

What integration are you using?

#

(Ignore the cloning piece right now)