Create Business Customer
Create Business Customer
Create Business Customer
Create a new business customer with verification details, addresses, and associated parties
POST
Create Business Customer
Important Requirements
- Email Address: Must be all lowercase or you will receive a validation error
- RELIANCE Verification: If you attempt to use
RELIANCEverification type but it’s not enabled for your client, you will receive a 423 error with message: “RELIANCE is not available for your client” - Third-party Fund Usage: The
third_party_fund_usagefield indicates whether this customer will be moving other people’s money - Ownership Percentages: The total ownership percentages of all associated parties must add up to more than 0 and less than 100
Authorizations
Bearer token authentication. Obtain token from Issue a Token endpoint
Body
application/json
Array of associated parties (UBOs, directors, shareholders, etc.)
Minimum array length:
1Type of verification to perform (optional, defaults to STANDARD). Note that RELIANCE verification must be enabled for your client, or you will receive a 423 error.
Available options:
STANDARD, RELIANCE Example:
"RELIANCE"
Additional custom metadata as key-value pairs
Example:
{ "reference": "ref-20250910-XYZ" }Response
Business customer created successfully
