Get Account mandate

Get all bank accounts linked to a BVN after consent has been given

Get accounts

POST /api/v1/merchant/external/direct-debit/account/get-accounts/<beneficiary-id>

Get all bank accounts linked to a BVN after consent has been given

Headers

Name
Value

Content-Type

application/json

api-key

your organisation api key

Body

Name
Type
Description

account_id

string

Account ID

Response

{
    "status": true,
    "message": "Get mandate for an account",
    "detail": "Success",
    "data": {
        "message": "Welcome to NIBSS e-mandate authentication service, a seamless and convenient authentication experience. Kindly proceed with a token payment of N50:00 into account number \"1000000000\" with PAYSTACK - TITAN, Account name is NIGERIA INTERBANK SETTLEMENT SYSTEM PLC. Note: The payment should be done from the account on which the mandate is setup. This payment will trigger the authentication of your mandate. Thank You",
        "data": {
            "mandateCode": "RC1000000/1111/0001110111"
        }
    }
}

Last updated