---
title: "Get settlement account payouts"
method: GET
path: "/virtual-accounts/{accountId}/settlement-rule-payouts"
tags: ["Settlement Accounts"]
---

# Get settlement account payouts

`GET /virtual-accounts/{accountId}/settlement-rule-payouts`

The `GET /virtual-accounts/{accountId}/settlement-rule-payouts` endpoint retrieves information about payouts created by a settlement rule, for a given settlement account.

## Path parameters

- `accountId` string, required

## Request body

- GetVirtualAccountSettlementPayoutsRequest — Contains the request payload to get settlement payouts.
  - `accountId` string — The settlement account id.
  - `limit` integer — The maximum number of items to return in the response.
  - `offset` string — The offset of the first item to return in the response.
  - `settlementRuleId` string — The id of the settlement rule.
  - `startDate` string — The start date of the settlement rule payout.
  - `endDate` string — The end date of the settlement rule payout.
  - `ids` string[] — The list of payout ids.
  - `invertIds` boolean — If true, the response will contain all settlement rule payouts except those specified in the `ids` field.
  - `statuses` string[] — The list of payout statuses.
  - `invertStatuses` boolean — If true, the response will contain all settlement rule payouts except those specified in the `statuses` field.
  - `refIds` string[] — The list of settlement payout reference ids.

## Response `200`

Successful response

- GetVirtualAccountSettlementPayoutsResponse — Contains the response of the get settlement payouts request.
  - `pageInfo` PageInfo — The information about the current page, which also indicates whether the next page exists.
    - `limit` integer, required — The limit (maximum number of objects to return) applied to this page. <br/>The default and maximum allowed limit is 200. If this limit is exceeded, was not set or was set to 0, it will be set to 200.
    - `offset` string — The offset for the current page. If the offset has been provided in the request, this offset will be equal to the provided one. But if no offset is provided in the request (<i>i.e.</i> this is the first page) and the page is not empty, this field will be populated with a non-empty string. This may be helpful for loading the same page again, which might not always be possible with an empty offset due to the dynamic nature of the data. <br/>The offset is opaque to a user and should not be parsed and/or understood in any way.
    - `nextOffset` string — The offset for the next page. If the page is empty, it is equal to this page offset. If the page is not empty, but there are no more objects to load (haveMore = false), it will be empty.<br/>The offset is opaque to a user and should not be parsed and/or understood in any way.
    - `haveMore` boolean — This field indicates whether there are more objects to load, <i>i.e.</i> whether the next page exists.
  - `payouts` SettlementRulePayout[]
    - `id` string — The Token.io generated payout id.
    - `bankTransactionId` string — The transaction id from the bank side. This can be empty if it is not available from the bank.
    - `memberId` string — The Token.io-assigned member id of the TPP.
    - `createdDateTime` string — The date and time this payout object was created The time this payment object was created (in <a href="https://www.iso.org/iso-8601-date-and-time-format.html" target="_blank">ISO 8601</a> format).
    - `updatedDateTime` string — The date and time the current status, sub status, status reason information and authentication were last updated (in <a href="https://www.iso.org/iso-8601-date-and-time-format.html" target="_blank">ISO 8601</a> format).
    - `status` 'INITIATION_PENDING' | 'INITIATION_PROCESSING' | 'INITIATION_COMPLETED' | 'INITIATION_REJECTED' | 'INITIATION_FAILED' — The Token.io Payout Initiation Status. <br/><br/> INITIATION_PENDING - Token.io has received the payout initiation and the initiation passed Token.io validation. <br/><br/> INITIATION_PROCESSING - the payout is processing on the bank side. Status can be updated to one of INITIATION_COMPLETED, INITIATION_REJECTED or INITIATION_FAILED.<br/>If the status is never updated by the bank within certain period of time, the status will stay INITIATION_PROCESSING forever and the corresponding status reason information field will reflect this fact.<br/><br/> INITIATION_COMPLETED - the payout initiation is successful. This does not guarantee the payout is settled.<br/><br/> INITIATION_REJECTED - the payout is rejected by the bank. More details are shared in the corresponding status reason information. <br/><br/> INITIATION_FAILED - Token.io failed to create the initiation due to failures on the bank side, e.g. the bank is not available at the moment.
    - `bankPaymentStatus` string — The raw bank status. This can be the <a href="https://www.iso20022.org/" target="_blank">ISO 20022</a> payment status code. See <a href="https://developer.token.io/token_rest_api_doc/content/e-rest/iso-20022-statuses.htm" target="_blank">ISO 20022 payment status codes</a> for more information. This field can be empty if no payment status is available on bank side.
    - `statusReasonInformation` string — A human-readable description of the reason for the reported status, which may include a message from the bank. This value should not exceed 256 characters in length.
    - `initiation` PayoutInitiation — The initiation payload for the payout.
      - `description` string, required — The payment reference, which must consist of at least 6 alphanumeric characters that are not all the same. Optional, uncounted characters include space, hyphen(-), full stop (.), ampersand(&), and forward slash (/). The total of all characters must be no greater than 18 for SCAN (Sort Code and Account Number) payments and 140 for iban payments.
      - `refId` string, required — The TPP-generated reference identifier for the token. This is not to be confused with the `requestId`. The `refId` maps to the `tppRefId` in the bank's `consentRequest`. This is needed to match/verify the originating token request with the bank's consent request. <br/>We recommend that the `refId` should not contain special characters (the allowed characters are the 26-letter Latin alphabet, the numerical digits from 0-9 and the hyphen '-'). This field should not exceed 18 characters in length.
      - `onBehalfOfId` string — The OnBehalfOfId is validated against the sub-TPP id of the member before initiating the payout. This field is mandatory for unregulated TPPs.
      - `amount` Amount, required — The transaction amount and currency.
        - `value` string, required — The transaction amount with up to four digits after the decimal point.
        - `currency` string, required — The <a href="https://www.iso.org/iso-4217-currency-codes.html" target="_blank">ISO 4217</a> three letter currency code.
      - `debtor` CorporateApiDebtorInformation, required — The debtor information.
        - `accountId` string, required — The ID for the debtor settlement account.
      - `creditor` CreditorInformationPayout, required — The payout creditor object.
        - `name` string — The owner's name for the creditor account.
        - `ultimateCreditorName` string — The ultimate creditor's name.
        - `bankName` string — The creditor's bank name.
        - `iban` string — The International Bank Account Number, used when sending interbank transfers or wiring money from one bank to another, especially across international borders. It consists of a two-letter country code followed by two check digits and up to thirty-five alphanumeric characters.
        - `bic` string — The Business Identifier Code (BIC), <a href="https://www.iso.org/standard/84108.html" target="_blank">ISO 9362</a>, is the address assigned to a bank in order to send automated payments quickly and accurately to the banks concerned. It uniquely identifies the name and country, (and sometimes the branch) of the bank involved. BICs can be either 8 or 11 characters long.
        - `accountNumber` string — The unique identifier for the bank account in the UK or Ireland.
        - `sortCode` string — The number assigned to a branch of a bank, typically containing six digits and most commonly used in the UK and Ireland.
        - `accountVerificationId` string — The Id returned from the /account-verifications endpoint and used to identify the account verification relating to the beneficiary of the payment. Only required for EUR payments.
    - `reference` string — The reference id of the payout.
    - `description` string — The description of the payout.
    - `settlementRuleId` string — The id of the settlement rule.

## Other responses

- `400` — The client specified an invalid argument
- `401` — The authorization information is missing or invalid
- `403` — Permission to access this endpoint is denied
- `429` — Too many requests
- `500` — An unexpected or internal server error
- `501` — The operation was not implemented
- `503` — Service is unavailable
- `504` — Gateway has timed out

---

[API](https://skmtc.net/token/apis/token-io-s-open-banking-api-for-tpps.md) · [All operations](https://skmtc.net/token/apis/token-io-s-open-banking-api-for-tpps/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/token/token-io-s-open-banking-api-for-tpps/revisions/08c7d0c9ce60/schema)
