Card endpoints use the same base URL and API key as the rest of the API and are not signature-gated.
Endpoint
Headers
| Header | Required | Description |
|---|---|---|
X-Numero-Api-Key | Yes | Your API key |
Request body
| Field | Type | Required | Description |
|---|---|---|---|
firstName | string | Yes | Cardholder first name |
lastName | string | Yes | Cardholder last name |
email | string | No | |
phone | string | No | Phone |
dateOfBirth | string | No | YYYY-MM-DD |
address1 | string | No | Street address |
city | string | No | City |
state | string | No | State |
zipcode | string | No | Postal code |
country | string | No | ISO country code, e.g. NG |
idType | string | No | e.g. BVN, PASSPORT |
idNumber | string | No | ID number |
bvn | string | No | Bank Verification Number |