Sub-Accounts Management

Sub-Accounts Management RESTful Web Service API offers 4 methods:

  • GET a Sub-Account template by the serviceProviderId
  • GET an existing Sub-Account by the subAccountId
  • Use POST to create a new Sub-Account
  • Use PUT to update Sub-Account

In each method you pass a Sub-Account configuration data packet.

Sub-Account Onboarding Flow

  1. Invoke GET method to inquire a Sub-Account parameters data packet by the subAccountId or by the serviceProviderId.
  2. With the data packet you have received with the GET method you can Create a new Sub-Account using the POST  method or Update an existing Sub-Account using the PUT method.
  3. Take the data packet you have received with GET method and change values you wish to override.

Basic Endpoints

Sandbox: https://sandbox.4levers.com/managementapi/api/
Basic Endpoints Production: https://managementapi.4levers.com/api/