Testing PayPal certificate on a different domain
Posted
by PHP thinker
on Stack Overflow
See other posts from Stack Overflow
or by PHP thinker
Published on 2010-04-11T11:38:47Z
Indexed on
2010/04/11
11:43 UTC
Read the original article
Hit count: 278
I have a PP-enabled site that needs to be tested. I've already tested it with Sandbox credentials and it works ok. The next step is to test it with live PayPal credentials on test server. Here I hit a wall, because using real credentials from liveserver.com on test.liveserver.com gives me error of "malformed url" (which as I read stands for "invalid credentials").
And here is the question: are PayPal credentials domain-bound? Can I get error message because I am using live api credentials on a subdomain(different domain)?
© Stack Overflow or respective owner