Getting Started with Paynow Python SDK


#1

Hi guys i have read the paynow python sdk and i wanted to know is during payment , eg a user clicks the pay button are they redirected to a paynow page to pay and then redirect back to the product that is transaction is successful


#2

Yes ,user will be redirected to your set return_url and the transaction data will be posted to your result_url


#3

not working with python sdk help

when i make payment its show me error like below

and code:
returnUrl = ‘https://fortest.imanny.repl.co/test
resultUrl = ‘https://fortest.imanny.repl.co/getdata
paynow = Paynow(
id,
key,
returnUrl,
resultUrl

    )

and check the url in the image i send its binds the return url which i was pass