Loading...
Accounts APIAccounts

List of transaction beneficiaries

GET
/accounts/{accountId}/beneficiaries

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

accountId*string

Unique identifier of the account

Formatuuid

Query Parameters

limit?integer

Number of items to return per page (max 100).

Default25
Range1 <= value <= 100
page?integer

Page index for pagination.

Default1
Range1 <= value
iban?string

Filter by IBAN.

sortCode?string

Filter by SortCode number.

accountNumber?string

Filter by Account number.

order[createdAt]?string

Sort order by createdAt field.

Default"desc"
Value in"asc" | "desc"

Header Parameters

X-Volt-Api-Version*integer

Version of the API used. Currently, version 1 is the only version.

Value in1

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://accounts.sandbox.volt.io/accounts/497f6eca-6276-4993-bfeb-53cbbbba6f08/beneficiaries" \  -H "X-Volt-Api-Version: 1"
[
  {
    "name": "John Doe",
    "accountIdentifiers": {
      "iban": "DE07500105176551562526",
      "swiftBic": "123456"
    }
  }
]