BVN Viewer
Bvn Query
The Bvn
query allows you to retrieve information about a user's Bank Verification Number (BVN), including details such as the BVN number, associated phone number, gender, date of birth, and name information.
Input Variables
The Bvn
query does not require any input variables.
GraphQLSample Response
query Bvn {
viewer {
id
account {
bvn {
number
phone
gender
dateOfBirth
name
firstName
lastName
}
}
}
}
Â