sdk-php icon indicating copy to clipboard operation
sdk-php copied to clipboard

Card validate work on SANDBOX but not work on live mode

Open rushika89 opened this issue 6 years ago • 0 comments

I had used this library and paymen is working fine on sandbox mode but not working on live mode.

Below is the link for code I am executing. https://pastebin.com/td1fcG98 Let me know if I do something wrong in this.

On sandbox it is printing below: ( [message] => Invalid response [status] => ERROR [responsecode] => [auth_code] => [trans_id] => [ref_id] => 1549025223 )

On live it it printing below: ( [message] => Invalid response [status] => ERROR [responsecode] => 4 [auth_code] => 937176 [trans_id] => xxxxxxxxxx [ref_id] => xxxxxxxx )

Any help or suggession will be highly approciated.

Thanks in advance.

rushika89 avatar Feb 01 '19 14:02 rushika89