Skip to main content
GET
Get Treasury funding instructions

What this endpoint does

Returns one reusable AUD or stablecoin funding instrument owned by this tenant account.

When to use it

Use it to display the exact current instructions or inspect an instrument followed from an incoming pay-in or deposit.

Before you call

Authenticate with treasury:read and pass a funding-instrument ID owned by the same tenant account.

Money and balance effect

This is a read-only request. It does not reserve, debit, credit, or settle money.

States and completion

An active instrument can receive funds. An inactive instrument remains readable for history but must not be shared for new funding.

Safe retries

GET requests are read-only and may be retried with normal exponential backoff. Do not send an Idempotency-Key. Read Funding and balances for the complete workflow.

Authorizations

Authorization
string
header
required

Send the same Wayex API key as Authorization: Bearer <key>.

Path Parameters

id
string
required

Response

200 - application/json
id
string
required
Minimum string length: 1
clientId
string
required
Minimum string length: 1
providerReference
string
required
Minimum string length: 1
status
enum<string>
required
Available options:
active,
inactive
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
type
enum<string>
required
Available options:
aud_account
asset
enum<string>
required
Available options:
AUD
accountName
string
required
Minimum string length: 1
bsb
string
required
Pattern: ^\d{6}$
accountNumber
string
required
Pattern: ^\d{1,9}$
deactivatedAt
string<date-time>