Hello,
Im trying to implement Zaypay in my vb.net application. The response seems to be working, but all I’m getting is the following XML code:
<?xml version=”1.0” encoding=”UTF-8”?> <response> <error>Not Found</error> </response>Ive tried using different requests, an example:
https://secure.zaypay.com/ipaddress/pay/price_setting_id/locale_for_ip?key=price_setting_key
Of course replacing ipaddress an IP address (and tried others too), replacing price_setting_id with a price setting I made on this account and the key is the price setting key thats on the price setting page.
Is there something wrong in my code or in my request url?
If needed, I will post the vb.net code im using.
Thanks for the help.