Creates a complete consumer onboarding profile in a single request.
The API sequentially creates the consumer legal entity, maps the allowed applications, creates the customer account, and creates the consumer user.
The request succeeds only when all four onboarding steps complete successfully.
Consumer onboarding request fields
Consumer onboarding completed successfully
Bad request or onboarding validation failure
You are not authorized to access the resource
Accessing the resource you were trying to reach is forbidden
The resource you were trying to reach is not found
Internal server error during consumer onboarding
Service unavailable
{- "loginId": "user123",
- "firstName": "John",
- "lastName": "Cane",
- "email": "user123@gmail.com",
- "phoneNumber": "+1 202-555-0176",
- "Address": {
- "addressLine1": "111 Main Street",
- "addressLine2": "Suite 210",
- "city": "Charlotte",
- "state": "North Carolina",
- "postalCode": "28269",
- "countryCode": "US"
}, - "account": {
- "accountName": "Primary Checking",
- "accountNumber": "2136565",
- "accountType": "Deposit",
- "accountSubType": "Checking",
- "currency": "USD",
- "countryCode": "US",
- "routingNumber": "101206101",
- "bankIdType": "NID"
}
}{- "userId": "f353ca91-4fc5-49f2-9b9e-304f83d11914"
}