Hie?
I am having an issue when it comes to redirecting clients back to my site after successful payment. Initiation of payment process and the payment process on paynow website is working fine. But the paynow system is raising an error afterwards instead of returning users.
I am using the paynow library. This is my code for initiating payment:
paynow = Paynow(settings.PAYNOW_INTEGRATION_ID,
settings.PAYNOW_INTEGRATION_KEY,
result_url,
return_url,
)
What could be the problem?