Authenticate
Revoke an access_token
API Documentation
Accounts
- GETList all accounts
- POSTCreate an account
- GETFetch account details
- GETFetch parent account details
- GETFetch account balance
- GETFetch parent account balance
- PUTSuspend an account
- PUTReactivate an account
- GETFetch terminals assigned to an account
- GETFetch terminals assigned to the parent account
- PUTUpdate access to account
Virtual Accounts
Online Checkout
Charge
- GETGet Order details based on the generated Order reference
- POSTSubmit customer card details
- POSTSubmit customer card OTP
- POSTResend OTP to customer's phone
- POSTFetch checkout transaction details
- GETFetch checkout Flash account number for transfer payment
- POSTRequest OTP before saving a user's card
- POSTRequest OTP to validate a user before fetching saved cards
- POSTSubmit user OTP
- GETGet user saved cards
- POSTCancel Checkout transaction
Transfers
Terminals
Transactions
- GETFetch creditdebit transactions on an account
- GETFetch credit/debit transactions on the parent account
- GETFetch transactions on an account
- POSTFilter account transactions
- GETFetch transactions on the parent account
- POSTFilter parent account transactions
- GETFetch a single transaction on an account
- GETFetch a single transaction on the parent account
- GETFetch a single transaction on the parent account
Airtime & Data Vending
Cable & Bill Payments
- GETFetch discos/electricity providers
- POSTVend electricity via parent account
- POSTVend electricity via a specific account
- POSTCableTv subscription via parent account
- POSTCableTv subscription via a sub-account
- GETFetch customer information from a cable tv provider
- GETFetch customer information from an electricity provider
Authenticate
Revoke an access_token
You can use this endpoint to revoke an access_token
.
POST
/
v1
/
auth
/
token
/
revoke
object
*
Required
object
A structure representing a request to revoke a token.
clientId
string
*
clientId
Required
string
The client's id as obtained from your Nomba dashboard.
Add Example Value
access_token
string
*
access_token
Required
string
The JWT (Json Web Token) token to be revoked
Add Example Value
Body
application/json
clientId
string
requiredThe client's id as obtained from your Nomba dashboard.
access_token
string
requiredThe JWT (Json Web Token) token to be revoked
Response
200 - application/json
code
string
Tells if the access_token has been revoked
description
string
Describes the result of the action performed