Reputation: 49
Where can I find the JS information for BlueSnap to tokenize sensitive vendor information such as ssn, passport/drivers license number before making the API call to create a vendor? This would be the same step as creating an Account Token for Stripe https://stripe.com/docs/connect/account-tokens. The only other information I found was Client-side encryption http://developers.bluesnap.com/v8976-Basics/docs/client-side-encryption but seems to only cater to payment information.
Upvotes: 0
Views: 75
Reputation: 83
BlueSnap only tokenizes payment information (Credit Card number, expiration date and Security code) through the hosted payment fields. They do not tokenize any other data.
I would email their support team to confirm the answer and express the demand for such a feature.
FYI The Client side encryption you linked to is an encryption, not a tokenization.
Upvotes: 0