using tekens in PyFlow transactions

ruwan
New Community Member

Hi

At out company, we use PayFlow Gateway for credit card sales. The integration with PayFlow is done using SOAP API.

Recently we are trying to use the PayPal Vault to store credit card numbers (instead of storing them in our local databse). Using Vault we get a token (card id) for each credit card we store.  Now, when we want to process sales transaction, currently we send soap message with actual credit card number. But since we will not have these card numebers anymore, and instead we will have tokens that we got from PyPal Vault, the question become:

Can we use these vault tokens instead of the credit card numbers in the credit card transaction (still using SOAP message)? (Because we tried to pass the token first to the Vault to get the card number then use it in the credit card transaction, but the Vault retuns masked card number e.g. xxxxxxxxxxxxx1234).

I know we can use these tokens to mprocess payments but we must use REST API (whcih we do not want to now).

 

Thanks in advance

 

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.