JAMB API
Jamb Public API
Users must provide an email and a phone number to be used for vending.
Users must also provide all server IPs that will connect to this system which has to be allowed for vending by Payvantage.
post
{{baseUrl}}
/api2/merchant/profreq/
Jamb candidates profile request
post
{{baseUrl]}
/api2/merchant/airtimereq/
Jamb pin request
Field | Required/Optional | Data Type | Description |
---|---|---|---|
utransid | Required | String | Unique transaction id as sent from vendor. Preferably not less than 16 characters and not more than 25 characters. |
auditid | Required | String | Return ID generated from Payvantage. For audit purposes. |
pinnos | Required | String | Pin number from JAMB |
airtimeStatus | Required | String | This is status of the payment. ‘Success’ or ‘Failed’. |
statusMessage | Optional | String | A description of the status. |
hash | Required | String | SHA512 hash of all parameters in the order. |
Last modified 3mo ago