Reference Key
Example
import requests
ref_url = 'http://api.mtnapi.com/ref'
r = requests.get(url = ref_url)
ref = r.json()['ref']
print(ref)Returns a reference key to track the status of a transaction
{
// Response
}Last updated