Resources
Performing customer due diligence requires collecting comprehensive information about the potential customer, whether it’s a person or a business. The Apply API encodes this information in a hierarchy of resources. To submit an application, you’ll build up a complete hierarchy through a series of API calls.Resource Hierarchy
Personal Accounts
Business Accounts
Submitting an Application
Final submission of an application for a new account happens when the Account Application resource is successfully created. You should organize your code so that you make this call last in the series of API calls. When testing your integration, it may be useful to coerce an Account Application into a particularstatus
. By passing certain sentinel values, you can control whether the application gets approved, rejected, or put into manual review. See the testing guide for instructions.