Skip to main content
POST
Debit a mandate

Authorizations

Authorization
string
header
required

Nomba authenticates API calls with OAuth2 HTTP bearer tokens. There are two methods of authentication; Client-Credentials method and PKCE (Proof Key for Code Exchange) method. In each of the methods, You will get an ACCESS_TOKEN. You need to use an "Authorization" HTTP header to provide your ACCESS_TOKEN. For example: Authorization: {ACCESS_TOKEN}.

Headers

accountId
string
required

The vendor account ID

Body

application/json
mandateId
string
required

Unique identifier of the mandate to debit

amount
string
required

Amount to be debited

Response

Mandate debited successfully

code
string
required
Example:

"00"

description
string
required
Example:

"SUCCESS"

data
object
required
message
string
required
Example:

"SUCCESS"

status
boolean
required
Example:

true