Thu, 12/22/2016 - 06:19
#1
Tokenize credit card data before send to server
Hi all, i am using the JS SDK to tokenize the credit card data, but how i can make a credit card purchase using that token and the direct API ?
In the docs i see the full information of the credit card: https://developer.payeezy.com/payeezy-api/apis/post/transactions-3 but i can see a field to set the token.
You don't need to do anything special to tokenize the card. Simple auth or purchase transaction should give you transarmor token which you could store for future transactions.
To do future transactions you can use below API to do token based transaction:
https://developer.payeezy.com/payeezy-api/apis/post/transactions-4
Regards,
Ritesh