c# - safely transfer a credit card number to paypal -


there way store , use customer credit card paypal. explanation how here. want use /vault/credit-card, paypal asks me include credit card details. safest way this? i'm using c# , .net

basically, if want deal credit card numbers , other details must pci compliant. it's long, difficult , costly process subject frequent , tough audits.

alternatively, don't handle sensitive data @ all, use cryptographic identifiers, tell bob paid product without disclosing sensitive data you.

this paypal says

if use paypal rest apis accepting credit card payments, handle card data directly , need ensure pci compliant.

note: don’t want store credit cards on servers? can store credit card details paypal using vault call.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -