Hi,
Currently, in sandbox mode, when I generate the token with credit information, the process went through and give back the token values include object token->value.
But when I change the API from sandbox to live.
The process still go through and give back all information except token->value (the most important value for making payment).
We really need it done asap, so we can make the site go live.
Please help me !!!! Do I need to call to activate the token feature or what can I do to make it work?
The url that I use for it is: https://api.payeezy.com/v1/transactions/tokens
Here is example information it just gave back to my site:
Array ( [status] => 1 [message] => [o] => stdClass Object ( [correlation_id] => 234.1469640808600 [status] => success [type] => transarmor [avs] => W [token] => stdClass Object ( [type] => American Express [cardholder_name] => {customer name} [exp_date] => {expire} ) ) [token] => stdClass Object ( [type] => American Express [cardholder_name] => {customer name} [exp_date] => {expire} ) )
Please use this for generating tokens - http://developer.payeezy.com/payeezy-api/apis/get/securitytokens
THe API endpoint for this is https://api-cert.payeezy.com/v1/securitytokens
Also, token generation only works when transarmor is enabled for the merchant account.