paynow.model.InitResponse object at 0x000001E653AD7BB0
Hi im using the python sdk and im having this error paynow.model.InitResponse object at 0x000001E653AD7BB0
elphas
#2
Good day Tino
Kindly print out
response.data to view the full error coming from Paynow and send attach it here
tinotenda404
#3
hi ive done that , its saying
{‘status’: ‘Error’, ‘error’: ‘Invalid Hash. Hash should start with: 6A4E47’}
tinotenda404
#6
im now having this error
{‘status’: ‘Error’, ‘error’: ‘The specified ID does not have any ACTIVE EcoCash payment method’}
i dont want to explicitly select the payment method , i want a payment link to redirect the user to the paynow page were the user can select the payment method of choice ratherthan pre defining it, is it possible using the python SDK
elphas
#7
Okay. For you to redirect to Paynow for payment use.
response = paynow.send(payment)
Reference : https://developers.paynow.co.zw/docs/python_quickstart.html#usage-example