This sections covers API details for customer related services.
PUT {{baseurl}}/customers/{id}/attach
Method: PUT
There is just one parameter required here: ID, which is the unique identifier of the customer account you want to retrieve.
Here is the payload:
Field | Data Type | Description |
---|---|---|
idType | Enum | Required. Type of identification document.
Values: NIN , PASSPORT ,
DRIVER_LICENSE , VOTER_CARD . |
idNumber | String | Required. Identification document number.
Required if idType is provided. |
document | String | Optional. URL to the user’s identification
document. Required if idType is provided. |
profileImage | String | Optional. URL to the user’s profile image.
Required if idType is provided. |
bvn | String | Conditionally Required. BVN is required if the
country is NG (Nigeria). |
dateOfBirth | String | Optional. User’s date of birth in
YYYY-MM-DD format. |