Sunday, 9 April 2017

Setting up PayPal to run payments for Meteor app

I have a question: How would I tokenize a credit card number in order to create necessary charges and subscriptions on the server in my Meteor app to be PCI compliant? I'm using Stripe's official paypal-node-sdk package.

For example, for stripe, I load a client side script, that gives me access to a method that turns the credit card info into a token, so it's safe to send to server and do all the necessary manipulations.

Let's say user fills out form, enters credit card information, what do I need to do to be able to send that info to the server in order to stay PCI compliant?

Thanks



via Mabeh Al-Zuq Yadeek

No comments:

Post a Comment