payeezy / payeezy_direct_API

Payeezy bindings for PHP, Ruby, nodeJS, Python and Curl
60 stars 114 forks source link

tokenize() method missing in Payeezy.php #8

Open rohitrajagopal opened 8 years ago

rohitrajagopal commented 8 years ago

Encountered an issue on executing the PayeezyTest.php file because Payeezy.php does not have the function tokenize().

kevinsearle commented 8 years ago

What is this missing method supposed to do exactly?

rohitrajagopal commented 8 years ago

the tokenize() function, if it existed, would issue a HTTP GET request to the Payeezy API while passing the cardholder information. The API response will contain a token. This token can then be used for future transactions. This is important to many merchants who do not want to store cardholder data in their systems.

gonzag88 commented 8 years ago

It would be great to have tokenize() in Payeezy.ruby also!

noprobz09 commented 7 years ago

I also have this issue. Please let us know when its fix :)