Update Client Business Profile (for Business Account)
Update Client Business Information (sub-user)
Updating of sub users Business Information is required for Business Sub User account type. We require additional information to help better the services provided.
PATCH METHOD
{{baseUrl}}api/v2/clients/business
{
"email": "[email protected]",
"businessName" : "",
"businessRegistrationNumber": "",
"tradingName": "",
"businessCategory": "",
"website": "",
"businessRegisteredDate": "",
"businessRegisteredCountry": "",
"businessAddress": "",
"businessState": "",
"businessCity": "",
"businessZipcode": "",
"businessCountry": "",
"businessMobileCode": "",
"businessMobile": "",
"stakeholder1LastName": "",
"stakeholder1FirstName": "",
"stakeholder1Email": "",
"stakeholder1Designation": "",
"stakeholder1ShareVolume": "",
"stakeholder1Address": "",
"stakeholder1DOB": "",
"stakeholder1Nationality": "",
"stakeholder1MobileCode": "",
"stakeholder1City": "",
"stakeholder1State": "",
"stakeholder1Zipcode": "",
"stakeholder1TaxCountry": "",
"stakeholder1TaxNumber": "",
"stakeholder1PostStartDate": "",
"stakeholder1PostEndDate": "",
"stakeholder1AddtionalInfo": "",
"stakeholder1IsPep": "",
"otherBusinessLicenceNumberPresent": "",
"otherBusinessLicenceNumber": "",
"totalEmployees": "",
"businessScale": "",
"annualTurnover": "",
"industrySector": "",
"countryOfOperation": "",
"reason": "",
"paymentFlowDescription": "",
"monthlyVolume": "",
"additionalInfo": "",
"businessActivityDescription": "",
"businessApplicantPosition": "",
"businessApplicantPositionStartDate": "",
"businessApplicantPositionEndDate": "",
"businessApplicantDocumentExtension": "",
"businessApplicantDocument": "",
"businessApplicantDocumentType": "",
"businessApplicantDocumentNumber": "",
"businessApplicantDocumentIssueCountry": "",
"businessApplicantDocumentHolderName": "",
"businessApplicantDocumentExpiryDate": "",
"businessApplicantDocumentIssuedDate": "",
"businessApplicantAdditionalInfo": "",
"businessApplicantisPep": "",
"businessApplicantbusinessExtractCoveredStakeholder": "",
"businessProductDetails": "",
"businessProductType": "",
"businessProgram": ""
}
Field | Required | Data Type | Description |
---|---|---|---|
true | Sub User Email Address | ||
businessName | true | String | Business Name |
businessRegistrationNumber | true | String | Business Registration Number |
tradingName | false | String | Brand Name |
businessCategory | true | String | |
website | false | url | Business/Brand website Link |
businessRegisteredDate | true | Date | Business Registered Date |
businessRegisteredCountry | true | String | Business Registered Country. Country ISO Code i.e NG |
businessAddress | true | String | Business Residential Address |
businessState | true | String | Business Residential State |
businessCity | true | string | Business Residential City |
businessZipcode | true | string | Zip Code |
businessMobileCode | true | string | Business Mobile code |
businessMobile | true | string | Telephone Number |
businessCountry | true | string | Sub users country ISO code i.e US, CA. |
Response
{
"status": true,
"content": {
"data": [
{
"username": "H7X-1661093084",
"email": "[email protected]",
"level": 0,
"emailVerify": 1,
"id": 25,
"pix": null,
"firstName": "Tyler",
"lastName": "James",
"dob": "09-08-2022",
"sex": "Male",
"address": "Somehwere in Lagos",
"state": "Lagos",
"stateCode": null,
"city": "Lekki",
"zipcode": 23402,
"country": "Nigeria",
"countryCode": "NG",
"mobileCode": "+234",
"mobile": "8080808080",
"userType": 1,
"companyName": "",
"created_at": "2022-08-21T14:44:44.000000Z",
"updated_at": "2022-09-15T19:33:33.000000Z",
}
]
}
}
Updated almost 2 years ago