v1

latestOpenAPI 3.1.02026-07-2496304466.3 KB
Treasury Mandates

Get Treasury Transfer

get/accounts/{account_id}/treasury_transfers/{treasury_transfer_id}

Path parameters

account_idstring required

An account identifier.

treasury_transfer_idstring required

A treasury transfer identifier.

Headers

LMG-Data-Privacy-Access-Principalstring required
LMG-Data-Privacy-Access-Justificationstring required

Response

Successful Response

idstring required

The unique identifier for this treasury transfer.

treasury_mandatestring required

A treasury mandate identifier. This field indicates which treasury mandate will be used to perform the transaction.

orderstring required

A treasury mandate identifier. This field indicates the underlying order used to perform the transaction.

type'deposit' | 'withdrawal' required

A category describing the a treasury transfer direction:

<ul> <li><code>deposit</code> <li><code>withdrawal</code> </ul>
amountstring required

The amount of money to transfer.

currencystring required

An ISO 4217 three-letter currency code. Its value represents the currency for the amount listed here. The only currently available currency is "EUR".

Example response

{
  "history": [
    {
      "timestamp": "2023-06-23T07:29:55.465000+00:00"
    }
  ]
}