Accounts API
The Accounts API allows user to open new accounts with StoneX, as well as view and update existing accounts. This API consists of 5 primary resources:
| Resource Name | Asynchronous | Resource Path |
|---|---|---|
| account-number | /account-api/v1/account-number | |
| new-account | ✔️ | /account-api/v1/new-account |
| get-account | /account-api/v1/get-account | |
| update-account | /account-api/v1/update-account | |
| onboarding-result | /account-api/v1/onboarding-result | |
| generate-document | /account-api/v1/generate-document | |
| add-document | /account-api/v1/add-document |
IMPORTANT RESOURCES
Asynchronous Requests
The new-account endpoint is asynchronous, meaning updates may not be implemented immediately.
- Successful requests submitted during standard business hours should take place in no more than 5 minutes.
- The
get-accountendpoint may not reflect the submitted data until the asynchronous process is fully completed.