Reputation: 115
I'm testing my website which is integrated with PayU Money. Weeks before the error, the code was working fine but now when I enter bank credentials and submit on the Test Server, it returns me an error code:
E500, "Unknown error pg"
The FormCollection Object says "Bank failed to authenticate the customer".
What can be the error that is getting this condition to occur?
Upvotes: 2
Views: 1411
Reputation: 11
It seems you entered wrong card detail or use expired card. Use fresh dummy card. It can be get from PayU for SANDBOX environment.
My dummy card detail as follows:
CardName: Any name
CardNumber: 5123456789012346
CVV: 123
Expiry: May 2020
Upvotes: 1