POST /subaccount

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
settlement_bank String Yes

Bank code for the bank. You can get the list of Bank Codes by calling the List Banks endpoint.

primary_contact_name String No

The name of the contact person for this subaccount

business_name String Yes

Name of business for subaccount

description String No

A description for this subaccount

primary_contact_email String No

A contact email for the subaccount

percentage_charge Number Yes

Customer's phone number

metadata String No

Stringified JSON object of custom data

account_number String Yes

Bank account number

primary_contact_phone String No

A phone number to call for this subaccount

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.