Create a new virtual account for a customer/collection.
third_party to true and provide a customer_id.third_party to false and provide an account_name.third_party is not specified, it defaults to true.POST /accounts
Provide your API key in the 'apikey' header.
Create a new virtual account based on account type
The type of account to create (static or dynamic)
static, dynamic For third-party accounts (business use), set to true. For sub-accounts (collections), set to false.
Required if third_party is true. The ID of the customer.
Required if third_party is false. The name of the collection account.
OK
The response is of type object.