โž•Create without Customer

In order to complete a Business Affordability Assessment, you will first need to create a Business Bank Account ID.

Create without Customer

POST {{baseUrl}}/business/bank-accounts

In order to complete a business affordability assessment a unique Business Bank Account ID needs to be created. PDF Bank Statements collected from a Business are stored against the Business bank_account_id.

Headers

NameTypeDescription

Content-Type*

application/json

Request Body

NameTypeDescription

bank*

String

The commercial bank that the business has a bank account with.

Please see this list of slugs for the available banks.

type*

String

This field determines the method that the end-user wants to make use of to provide transactions and bank statements. Currently we only support "statement" for business bank accounts.

business_id*

String

The UUID for a specific business that gets generated and returned in POST Create a Business without a Customer.

```json
{
    "data": {
        "id": "8db0a129-1dcf-485a-afb1-6feef1f6b6da",
        "name": "Finch Technologies (Pty) Ltd",
        "type": "Private Company",
        "reg": "2015/123456/23",
        "enterprise_num": "F12345n",
        "linked_customers": []
    }
}
```

Request body

Below is an example of the body. Open the expandable tabs below to see the a more detailed explanation of the expected values.

{
    "bank": "fnb",
    "type": "statement",
    "business_id": "{{businessId}}"
}
Banks Supported for Business Bank Statements
  • "absa"

  • "capitec"

  • "discovery"

  • "fnb"

  • "nedbank"

  • "standard-bank"

Last updated