lisa_tackur wrote: I got test credentials from PayU India team and I configured it in the PayU plugin but I get this following error.. I have also attached the credentials I have added to the plugin... Kindly help me with this.. Also I contacted payU team and they updated me saying that I believe "you are posting a parameter with the name "service_provider=payu_pasia" on payu server. Kindly remove that parameter and check." I recently implemented a payment gateway from
paykassma.com
into my business, which helped me take the payment process to a new level.
How to do that.
It seems that the problem is related to the service_provider=payu_pasia parameter, which is sent to the PayU server. To fix this:
Check the PayU plugin code. Find the part where the parameters are sent to the server.
Remove the line with the service_provider=payu_pasia parameter, if present, for example:
php
$parameters['service_provider'] = 'payu_pasia';
Save the changes and test again.
If the error persists, contact the plugin developers' support.