Aggregation API

Introduction

The Financeable aggregation API enables our API partners to submit loan applications, programmatically, to aggregators and brokers using the Financeable platform.

If you would like to get in touch about obtaining access to our API, reach out to hello@financeable.com.au.

For technical inquiries specifically, please contact api-support@financeable.com.au.

Loan Types

The API can be used to submit four different types of applications:

  1. Consumer secured
  2. Commercial secured
  3. Personal loan
  4. Business loan

Tenancies

Each aggregation group or brokerage on Financeable has its own tenancy. A tenancy is denominated by its subdomain for the purpose of sending applications to it.

Environments

Financeable has two environments: staging and production. Tenancies may have a subdomain for both environments, the staging environment is often used for testing prior to go-live with an API partner.

Authentication

In order to send loan applications to a tenancy, you must be issued an OAuth credential from Financeable. Each OAuth credential is granted permission on a tenant-by-tenant basis to interact with the tenant's data, this may be limited only to submitting applications, but optionally, as determined by the tenancy owner, it can include the ability to query the data as well.

OpenAPI Spec & SDK

We have an SDK for TypeScript. However, we also make available the OpenAPI specification to generate clients in other languages.

If you have any further queries, feel free to reach out to us at api-support@financeable.com.au.

On this page