POST
/
identity
/
bvn
curl -X POST https://api.swervpay.co/api/v1/identity/bvn \
  -H "Authorization: Bearer <TOKEN>" \
  -H "Content-Type: application/json"
  -d '{
  "number": "12345678901"
  }'
{
  "bvn": "<string>",
  "date_of_birth": "<string>",
  "email": "<string>",
  "enrollment_bank": "<string>",
  "enrollment_branch": "<string>",
  "first_name": "<string>",
  "gender": "<string>",
  "last_name": "<string>",
  "lga_of_Origin": "<string>",
  "lga_of_residence": "<string>",
  "marital_status": "<string>",
  "middle_name": "<string>",
  "nationality": "<string>",
  "phone_number": "<string>",
  "reference": "<string>",
  "registration_date": "<string>",
  "residential_address": "<string>",
  "state_of_origin": "<string>",
  "state_of_residence": "<string>",
  "title": "<string>"
}
curl -X POST https://api.swervpay.co/api/v1/identity/bvn \
  -H "Authorization: Bearer <TOKEN>" \
  -H "Content-Type: application/json"
  -d '{
  "number": "12345678901"
  }'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json
OK

The response is of type object.