Get Account Consent
Get account consent
GET /api/v1/merchant/external/direct-debit/account/get-consent/<beneficiary-id>
Get consent from user to retrieve all bank accounts linked to a BVN
Headers
Name
Value
Content-Type
application/json
api-key
your organisation api key
Response
{
"status": true,
"message": "Account consent initiated",
"detail": "Account consent initiated",
"data": {
"statusCode": "false",
"url": "https://services.useclars.com",
"reference": "595-22222222231-250927022024"
}
}{
"status":false,
"message": "An error occured while generating consent, try again"
}Last updated