Create a business customer profile+ APIAsk AIpost https://api-sandbox.straitsx.com/v1/kyc/customer_profiles[Available in Sandbox/Production environment] Create a business CP+ profile on our platform.Body ParamscustomerNamestringrequiredCustomer's full name (50 alphanumeric with spaces)Regex: /^(?=.{1,50}$)[a-zA-Z0-9 ]+$/customerNativeNamestringRegex: /^\s*.{1,191}\s*$/merchantRefstringRegex: /^\s*.{1,191}\s*$/registrationTypestringrequiredBusinessregistrationIdTypestringrequiredbusiness_reg_noregistrationIdstringrequiredBusiness Registration Number of the customer.4-35 alphanumeric chars.Regex: /\A[a-zA-Z0-9\- ]{4,35}\z/entityLegalFormstringrequiredAccepted values: PRIVATE_COMPANYorPUBLIC_COMPANYbusinessContactstringrequiredProvide the string in a valid format.Regex: ^\+?[1-9]\d{0,3}[\s\-]?\(?\d{1,4}\)?[\s\-]?\d{1,4}[\s\-]?\d{1,4}[\s\-]?\d{0,4}$websitestringProvide a valid URL.Regex: /^(https?:\/\/)?(([0-9]{1,3}(\.[0-9]{1,3}){3,5})|(([-\p{L}0-9]{1,256}\.)+[-\p{L}]{2,6}))(:[0-9]+)?([\/?].*)?$/icountryOfIncorporationstringrequiredCustomer's country of incorporation.2 digit ISO country code - https://www.iban.com/country-codesList of accepted countries, Refer to Other Info > Accepted CountriesdateOfIncorporationstringrequiredyyyy-MM-dd formataddressobjectrequiredCustomer's registered address.address objectoperatingAddressobjectrequiredCustomer’s business operating address.operatingAddress objectnatureOfBusinessstringrequiredAccepted Values:PERSONAL_INVESTMENT_COMPANIES SUPERANNUATION_FUND CRYPTO_MINING PROPRIETARY_TRADING ALGORITHM_CRYPTO_TRADERS P2P_MERCHANTS OTHER_WEB3_SERVICES_NON_VASP ACCOMMODATION_AND_FOOD_SERVICES WASTE_MANAGEMENT_AND_REMEDIATION_SERVICES AGRICULTURE_FORESTRY_FISHING_AND_HUNTING ARTS_ENTERTAINMENT_AND_RECREATION EDUCATIONAL_SERVICES GAMING HEALTHCARE_AND_SOCIAL_ASSISTANCE INFORMATION GENERAL_MANUFACTURING PROFESSIONAL_SERVICES SCIENTIFIC_AND_TECHNICAL_SERVICES RETAIL_ELECTRONICS RETAIL_FOOD_AND_BEVERAGE RETAIL_JEWELRY RETAIL_OTHERS SALE_OF_DRUGS_AND_PHARMACEUTICAL_PRODUCTS TRANSPORTATION_AND_WAREHOUSING FAMILY_OFFICE SOVEREIGN_WEALTH_FUND INVESTMENT_FUNDS CRYPTO_EXCHANGE_BROKER CRYPTO_ATM OTHER_DIGITAL_ASSET_SERVICE_PROVIDERS_VASP BANK NON_BANK_FINANCIAL_INSTITUTION MONEY_SERVICES_BUSINESS_PAYMENT_SERVICE_PROVIDERS CONSTRUCTION GENERAL_WHOLESALERS MANAGEMENT_OF_COMPANIES PRECIOUS_STONES_METALS_DEALERS CRUDE_OIL_NATURAL_GAS_DEALERS PAWN_SHOPS PUBLIC_ADMINISTRATION REAL_ESTATE_RENTAL_LEASING UTILITIES OTHERSotherNatureOfBusinessstring*Required field if natureOfBusiness is OTHERSFormat: Free textusOwnershipbooleanrequiredtrue / falsetruefalseintermediariesbooleanrequiredtrue / false - Refers to this onboarding question: “Is your company owned by any intermediary companies/legal arrangement (at least 10% or more)?truefalseintermediariesDocumentsarray of objects*Required field if intermediaries is trueintermediariesDocumentsADD objectmonthlyTransactionVolumestringrequiredIn USD.Accepted Values: 0_TO_100000, 100001_TO_500000, 500001_TO_1000000, 100001_TO_10000000, GT_10000000sourceOfWealthobject*Required if entity is deemed High Risk by StraitsX or if require higher daily limits (Refer to Other Info > Transaction Limit Tiers)sourceOfWealth objectsourceOfFundsarray of stringsrequiredAccepted Values:LOAN_FROM_PARENT_COMPANY LOAN_FROM_DIRECTORS_SHAREHOLDERS INVESTOR_FUNDS BUSINESS_LOANS BUSINESS_REVENUE CUSTOMER_FUNDS_FOR_INVESTMENT ARBITRAGE_TRADING EMPLOYMENT_INCOME BUSINESS_OWNERSHIP_INCOME PROPERTY_OWNERSHIP INVESTMENT_HOLDINGS_RETURNS GIFTS_INHERITANCE CASH_SAVINGS OTHERSsourceOfFunds*ADD stringotherSourceOfFundsstring*Required field if sourceOfFunds includes OTHERSFree text.directorsarray of objectsrequireddirectors*ADD objectbeneficialOwnersarray of objectsrequiredPass in all beneficial owners for the businessbeneficialOwners*ADD objecttraderobjectrequiredPass in the main trader’s information.trader objectdocumentsobjectrequireddocuments objectlicensingStatusstringAccepts: FULLY_LICENSED, EXEMPT_FROM_LICENSING, IN_PRINCIPLE_APPROVAL_GRANTED, LICENSE_APPLICATION_IN_PROGRESS, NOT_SUBJECTED_TO_LICENSING_REQUIREMENTSdocuments.operatingLicense field becomes mandatory if any option is selected apart from NOT_SUBJECTED_TO_LICENSING_REQUIREMENTSpurposeOfAccountstringrequiredDeclared purpose of the account.Accepts only INVESTMENT, TRADING, REMITTANCES, TREASURY MANAGEMENT, BUSINESS USAGE and OTHERSotherPurposeOfAccountstringRequired if OTHERS is selected for purposeOfAccount field.HeadersX-XFERS-APP-API-KEYstringrequiredYou can retrieve this from your Dashboard Developer Tools.Note: The X-XFERS-APP-API-KEY is a mandatory header for all authentication methods, including standard API key usage and HTTP Request Signing mode.X-PUBLIC-KEY-IDstringThe Key ID, can be retrieved from your StraitsX Dashboard.Note: This header attribute is required when HTTP Request Signing is enabled for your account.X-TIMESTAMPstringCurrent Unix epoch time in seconds. Must be within ±300 seconds of server time.Note: This header attribute is required when HTTP Request Signing is enabled for your account.X-NONCEstringA unique UUID string per request, used for replay protection. Must not be reused within the timestamp window.Regex: /\A[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}\z/iNote: This header attribute is required when HTTP Request Signing is enabled for your account.X-SIGNATUREstringBase64-encoded digital signature of the canonical request string.Note: This header attribute is required when HTTP Request Signing is enabled for your account.Responses 200200 400400Updated 9 months ago What’s NextGet a customer profile+