Onboard a customer API
Use Cross River (CR) APIs to manage your customer information (called a customer record). You need a customer record, for example, to open a deposit account or create a debit card. Customer management APIs are found in the core module of our COS sandbox.
Get started with Cross River APIs.
Action | API Call | Description |
---|---|---|
Onboard a customer | POST /core/v1/cm/customers | Creates a new customer record |
The customer record is the primary resource that contains customer information and supports the classification of Personal or Business. Once onboarded, a customer can be associated with one or more accounts
Some customer endpoints include a dueDiligence resource that may or may not be required when onboarding personal customers. Your assigned compliance liaison communicates requirements for any Due Diligence fields during your onboarding process.
Event Name | Description |
---|---|
Core.Customer.Onboarded | New customer was onboarded |
Core.Customer.Profile.Changed | Customer profile was changed |
Core.Customer.Name.Changed | Customer name changed |
Core.Customer.CifNumber.Changed | |
Core.Customer.Address.Added | Customer address was added |
Core.Customer.Address.Changed | Customer address was changed |
Core.Customer.Address.Removed | Customer address was removed |
Core.Customer.Phone.Added | Customer phone number was added |
Core.Customer.Phone.Changed | Customer phone number was changed |
Core.Customer.Phone.Removed | Customer phone number was removed |
Core.Customer.Identification.Added | Customer identification was added |
Core.Customer.Identification.Changed | Customer identification changed |
Core.Customer.Identification.Removed | Customer identification was removed |
Core.Customer.Email.Added | Customer email was added |
Core.Customer.Email.Changed | Customer email was changed |
Core.Customer.Email.Removed | Customer email was removed |
Core.Customer.Ofac.Changed | Customer OFAC scan resulted in a status change |
Core.Customer.PepScan.Changed | Customer PEP Scan resulted in a status change |