Closed remipassmoilesel closed 7 years ago
This looks like a temporary issue on the Payline side. The Payline URL that is used to tokenize the card details gives a 503 Service Temporarily Unavailable error.
Thanks for your response, I hope this is not a frequent error :)
If I can suggest something, maybe it is a good idea to handle this kind of error another way than throwing an error about CORS:
Code: 001596, message: An HTTP request was blocked by the User's computer (probably due to an antivirus)
Hi ! I try to use cardregistration-js-kit in a small market place. I have a sandbox account which works well. I use Spring to register a client and I can get his id without problem, and after I create a card registration with success.
I follow strictly the example provided in demo/index.php.
But when I try to send card details each time I get a http 500 error:
What am I doing wrong ?
Here is my front code:
Thanks for your help !