LinksAccountDetails Data Type

Links to the account, which can be directly used for retrieving account information from this dedicated account. Links to "balances" and/or "transactions" These links are only supported, when the corresponding consent has been already granted.

Properties
name data type description
balances HrefType A link to the resource providing the balance of a dedicated account.
transactions HrefType A link to the resource providing the transaction history of a dedicated account.

Example

{
  "balances" : {
    "href" : "/v1/payments/sepa-credit-transfers/1234-wertiq-983"
  },
  "transactions" : {
    "href" : "/v1/payments/sepa-credit-transfers/1234-wertiq-983"
  }
}