Data Types & Length
Adjútor may not process the parameter correctly if it’s the wrong data type or wrong format. You will find a list of the data types and length here.
All of the API responses returned are in JSON format, with these data types defined below:
Type | Description |
---|---|
string | A UTF-8 encoded string |
number | An integer |
datetime | An ISO8601 encoded DateTime. All datetimes are returned in UTC with offset +00:00 |
decimal | All monetary values are returned with up to two decimal places and might be positive (20.78) or negative (-32.50) |
Type | Description | Length |
---|---|---|
Text fields | string | max-length 255 characters |
BVN | integers starting with 1 or 2 | 11 digits. |
Account Number | integers | 10 digits. |
Last modified 11mo ago