Skip to main content
PUT
Update a customer

Authorizations

Authorization
string
header
required

Bearer Authentication

Headers

X-BU-PROFILE-ID
string

User profile header

Example:

"BUS_YOK8tp5Zga01qOKEsqp07"

Path Parameters

id
string<nanoid>
required
Example:

"bus_123456789"

Body

application/json

Customer details to be updated

Individual name requirements

first_name
string
required

A valid name

Example:

"John"

last_name
string
required

A valid name

Example:

"John"

phone
string<phone>

A valid phone number. format {{calling_code}}{{number}}

Example:

"+2348012345678"

birth_date
string

date of birth of the user

Example:

"24-12-2000"

address
object

Address of the business.

identifying_information
object[]

List of identification documents provided by the customer

Maximum array length: 5
documents
object[]

Additional supporting documents provided by the customer

Maximum array length: 10
middle_name
string | null

A field representing a name that can be null or absent.

Example:

"Smith"

Response

Successful response

General response Values

status
enum<string>
required
Available options:
success,
error
Example:

"success"

message
string
required
Example:

"message for success"

data
object
required

Individual name requirements