v1
latestOpenAPI 3.1.02026-07-2411601020.7 KBCreate a business customer profile+ API
[Available in Sandbox/Production environment] Create a business CP+ profile on our platform.
Headers
You can retrieve this from your Dashboard Developer Tools.<br><br><strong>Note:</strong> The X-XFERS-APP-API-KEY is a mandatory header for all authentication methods, including standard API key usage and HTTP Request Signing mode.
The Key ID, can be retrieved from your StraitsX Dashboard.<br><br><strong>Note:</strong> This header attribute is required when HTTP Request Signing is enabled for your account.
Current Unix epoch time in seconds. Must be within ±300 seconds of server time.<br><br><strong>Note:</strong> This header attribute is required when HTTP Request Signing is enabled for your account.
A unique UUID string per request, used for replay protection. Must not be reused within the timestamp window.<br>Regex: /\A[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}\z/i<br><br><strong>Note:</strong> This header attribute is required when HTTP Request Signing is enabled for your account.
Base64-encoded digital signature of the canonical request string.<br><br><strong>Note:</strong> This header attribute is required when HTTP Request Signing is enabled for your account.
Request body
Response
200
Example response
{
"data": {
"id": "customer_profile_91689f61-ab6f-4126-af18-35a906046d72",
"type": "customer_profile",
"attributes": {
"customerName": "ABC Pte Ltd",
"tradingName": "ABC's Brand",
"registrationType": "business",
"registrationIdCountry": "SG",
"registrationIdType": "business_reg_no",
"registrationId": "20123231SA",
"entityLegalForm": "PUBLIC_COMPANY",
"businessContact": "0365109217",
"countryOfIncorporation": "SG",
"dateOfIncorporation": "1999-09-09",
"address": {
"street": "Northside 18th",
"city": "Singapore",
"postalCode": "8809",
"state": "Singapore",
"country": "SG"
},
"operatingAddress": {
"street": "Northside 18th",
"city": "Singapore",
"postalCode": "8809",
"state": "Singapore",
"country": "SG"
},
"natureOfBusiness": "PERSONAL_INVESTMENT_COMPANIES",
"usOwnership": true,
"intermediaries": true,
"intermediariesDocuments": [
{
"certificateOfIncorporation": "https://xyz.com/download-link",
"memorandum": "https://xyz.com/download-link",
"registerOfMembers": "https://xyz.com/download-link",
"certificateOfIncumbency": "https://xyz.com/download-link"
}
],
"monthlyTransactionVolume": "80001_TO_100000",
"sourceOfWealth": {
"investorFunds": {
"document": "https://xyz.com/download-link"
},
"businessLoans": {
"document": "https://xyz.com/download-link"
},
"others": {
"details": "other source of wealth",
"document": "https://xyz.com/download-link"
}
},
"sourceOfFunds": [
"PERSONAL_SAVINGS"
],
"otherSourceOfFunds": "other source of funds",
"directors": [
{
"firstName": "John",
"lastName": "Doe",
"dateOfBirth": "1950-01-01",
"registrationId": "A12321321",
"registrationIdType": "passport",
"registrationIdCountry": "SG",
"identityDocuments": {
"passport": "https://xyz.com/download-link"
},
"nationality": "SG",
"countryOfResidence": "SG"
}
],
"beneficialOwners": [
{
"firstName": "John",
"lastName": "Doe",
"dateOfBirth": "1950-01-01",
"registrationId": "A12321321",
"registrationIdType": "passport",
"registrationIdCountry": "SG",
"identityDocuments": {
"passport": "https://xyz.com/download-link"
},
"nationality": "SG",
"countryOfResidence": "SG",
"address": {
"street": "Northside 18th",
"city": "Singapore",
"postalCode": "8809",
"state": "Singapore",
"country": "SG"
},
"proofOfAddress": "https://xyz.com/download-link"
}
],
"trader": {
"firstName": "John",
"lastName": "Doe",
"dateOfBirth": "1950-01-01",
"registrationId": "A12321321",
"registrationIdType": "identity_card",
"registrationIdCountry": "SG",
"identityDocuments": {
"idFront": "https://xys.com/download-link",
"idBack": "https://xys.com/download-link"
},
"selfie": "https://xyz.com/download-link",
"livenessSnapshot": "https://xyz.com/download-link",
"livenessResult": true,
"nationality": "SG",
"countryOfResidence": "SG",
"address": {
"street": "Northside 18th",
"city": "Singapore",
"postalCode": "8809",
"state": "Singapore",
"country": "SG"
},
"proofOfAddress": "https://xyz.com/download-link"
},
"documents": {
"certificateOfIncorporation": "https://xys.com/download-link",
"memorandum": "https://xys.com/download-link",
"registerOfDirectors": "https://xys.com/download-link",
"registerOfMembers": "https://xys.com/download-link",
"sanctionQuestionnaire": "https://xys.com/download-link",
"amlQuestionnaire": "https://xys.com/download-link",
"operatingLicense": "https://xys.com/download-link",
"proofOfAddress": "https://xys.com/download-link"
},
"verificationStatus": "pending",
"createdAt": "2025-01-16T09:52:52Z",
"updatedAt": "2025-01-16T09:52:52Z"
}
}
}