v1

latestOpenAPI 3.1.02026-07-2469193340.0 KB
Clients

List Clients

get/clients

Query parameters

per_pageinteger

Number of results per page

starting_afterstring

Opaque pagination cursor value. Set by following "next" links.

legal_namestring

Filter clients by legal name. The filtering is case insensitive and must match the beginning of the provided legal name.

australian_business_numberstring

Filter clients by ABN.

Response

successful

Example response

{
  "links": {},
  "data": [
    {
      "austrac_number": "1234567",
      "australian_business_number": "12345678901",
      "australian_company_number": "045678901",
      "australian_credit_licence": "123456",
      "australian_financial_services_licence": "777888999",
      "business_names": [
        "Business Name 1",
        "Business Name 2"
      ],
      "business_registration_date": "2025-02-01",
      "company_incorporation_date": "2025-02-01",
      "contact_information": {
        "contact_name": "Contact Name",
        "email": "contact@example.com",
        "phone": "+61400123456"
      },
      "id": "01955dea-b445-7841-a145-77b4b2c00089",
      "legal_name": "Legal Name Pty Ltd",
      "merchant_category_code": "6060",
      "primary_bank_account_bban": "123456-123123123",
      "registered_address": "123 Street, City, Country",
      "risk_level": "low",
      "services": {
        "payto": "active",
        "rtp": "pending"
      },
      "type": "business",
      "website_url": "https://example.com"
    }
  ]
}