Django integration


#1

having trouble using the send_mobile method but send method is working. What could be the issue. I used the documentation that noted this

response = paynow.send_mobile(payment, ‘0777777777’, ‘ecocash’)

if(response.success):
poll_url = response.poll_url

print("Poll Url: ", poll_url)

status = paynow.check_transaction_status(poll_url)

time.sleep(30)

print("Payment Status: ", status.status)

No response status is being returned


#2

I assume your account is still in testing mode , testing numbers can be found at this link


Please note while in testing you will not get a USSD prompt