Getting Started
This guide walks you through creating a business customer account using the Rime API. You’ll make your first successful API call and understand the business account creation process.Business accounts may require corporate information depending on compliance
settings.
Prerequisites
Before creating a business account, ensure you have:- API access credentials -
client_id
andclient_secret
from your onboarding - Authentication token - Follow our authentication guide to get your access token
Business Account Requirements
Business accounts have specific field requirements: Required for all business accounts:- Account type (
type
) - must bebusiness
- Business name (
business_name
) - Your customer identifier (your internal reference for the client as
external_id
)
- Legal Entity Identifier (
lei
) - Tax ID (
tax_id
)
Field requirements depend on your compliance settings. Check your distributor
dashboard for tax reporting requirements.
Step-by-Step Implementation
Step 1: Prepare business account data
Structure your business account data with the required corporate information:Step 2: Create the business account
Make the API call to create your business account:Step 3: Handle the response
A successful business account creation returns a201 Created
status with the account details:
Account Management
Use the account ID for all future operations like updating company details,
viewing the portfolio, or placing orders.
Troubleshooting
400 Bad Request - Constraint Violations
400 Bad Request - Constraint Violations
Cause: Duplicate
external_id
for the same distributorSolution: Ensure each business account has a unique external_id
422 Unprocessable Entity - Validation Errors
422 Unprocessable Entity - Validation Errors
Cause: Missing required business fields or invalid data formatSolution: Check business account requirements based on your tax reporting settings
Next Steps
After creating a business account, you can:- Retrieve fund information - Explore available investment options
- Get portfolio information - View the business account’s holdings
- Buy shares - Start trading on behalf of the business account