Retrieve beneficiaries
The ability to get the details of beneficiaries using various pieces of information, e.g. using customer ID, retrieve all beneficiaries created by that customer. Can get details of one particular beneficiary based on the unique beneficiary reference number.
Query parameters
ID of Customer(s) to fetch
Id of Beneficiary(s) to fetch
Filter by Customer Id
Filter by Customer Id
Partial name of beneficiary or Scan Details Or IBAN Or external referenceOr default reference to search for. Deprecated use validForAccount, orSortCode, orAccountNumber, orIban, orName, orExternalReference, orDefaultReference instead
Partial name of beneficiary or Scan Details Or IBAN Or external referenceOr default reference to search for. Deprecated use validForAccount, orSortCode, orAccountNumber, orIban, orName, orExternalReference, orDefaultReference instead
Beneficiaries modified after this date time
Beneficiaries modified after this date time
Filter by existence of external reference
Filter by existence of external reference
External reference for beneficiary
External reference for beneficiary
IBAN
IBAN
abaRoutingNumber
abaRoutingNumber
Currency
Currency
A list of external qualifiers
A list of external qualifiers
Approval item state(s) to filter by
Approval item state(s) to filter by
Source account BID. Limit results to beneficiaries which would be valid recipients of payments from the given account (e.g. IBAN can’t be paid from GBP account, SCAN can’t be paid from non-GBP account). The specified account must be accessible to the user
Source account BID. Limit results to beneficiaries which would be valid recipients of payments from the given account (e.g. IBAN can’t be paid from GBP account, SCAN can’t be paid from non-GBP account). The specified account must be accessible to the user
Sort order
Sort order
Sort by field, This defaults to name if not present
Sort by field, This defaults to name if not present
WORD_MATCH - using word boundaries, WORD_MATCH_ALPHANUMERIC - using word boundaries, but replaces non-alphanumeric characters in the search with a word boundary match, PREFIX - same case prefix, SUFFIX - same case suffix, CONTAINS - same case contains EXACT - same case exact
WORD_MATCH - using word boundaries, WORD_MATCH_ALPHANUMERIC - using word boundaries, but replaces non-alphanumeric characters in the search with a word boundary match, PREFIX - same case prefix, SUFFIX - same case suffix, CONTAINS - same case contains EXACT - same case exact
WORD_MATCH - using word boundaries, WORD_MATCH_ALPHANUMERIC - using word boundaries, but replaces non-alphanumeric characters in the search with a word boundary match, PREFIX - same case prefix, SUFFIX - same case suffix, CONTAINS - same case contains EXACT - same case exact
WORD_MATCH - using word boundaries, WORD_MATCH_ALPHANUMERIC - using word boundaries, but replaces non-alphanumeric characters in the search with a word boundary match, PREFIX - same case prefix, SUFFIX - same case suffix, CONTAINS - same case contains EXACT - same case exact
WORD_MATCH - using word boundaries, WORD_MATCH_ALPHANUMERIC - using word boundaries, but replaces non-alphanumeric characters in the search with a word boundary match, PREFIX - same case prefix, SUFFIX - same case suffix, CONTAINS - same case contains EXACT - same case exact
WORD_MATCH - using word boundaries, WORD_MATCH_ALPHANUMERIC - using word boundaries, but replaces non-alphanumeric characters in the search with a word boundary match, PREFIX - same case prefix, SUFFIX - same case suffix, CONTAINS - same case contains EXACT - same case exact
WORD_MATCH - using word boundaries, WORD_MATCH_ALPHANUMERIC - using word boundaries, but replaces non-alphanumeric characters in the search with a word boundary match, PREFIX - same case prefix, SUFFIX - same case suffix, CONTAINS - same case contains EXACT - same case exact
WORD_MATCH - using word boundaries, WORD_MATCH_ALPHANUMERIC - using word boundaries, but replaces non-alphanumeric characters in the search with a word boundary match, PREFIX - same case prefix, SUFFIX - same case suffix, CONTAINS - same case contains EXACT - same case exact
WORD_MATCH - using word boundaries, WORD_MATCH_ALPHANUMERIC - using word boundaries, but replaces non-alphanumeric characters in the search with a word boundary match, PREFIX - same case prefix, SUFFIX - same case suffix, CONTAINS - same case contains EXACT - same case exact
WORD_MATCH - using word boundaries, WORD_MATCH_ALPHANUMERIC - using word boundaries, but replaces non-alphanumeric characters in the search with a word boundary match, PREFIX - same case prefix, SUFFIX - same case suffix, CONTAINS - same case contains EXACT - same case exact
WORD_MATCH - using word boundaries, WORD_MATCH_ALPHANUMERIC - using word boundaries, but replaces non-alphanumeric characters in the search with a word boundary match, PREFIX - same case prefix, SUFFIX - same case suffix, CONTAINS - same case contains EXACT - same case exact
WORD_MATCH - using word boundaries, WORD_MATCH_ALPHANUMERIC - using word boundaries, but replaces non-alphanumeric characters in the search with a word boundary match, PREFIX - same case prefix, SUFFIX - same case suffix, CONTAINS - same case contains EXACT - same case exact
WORD_MATCH - using word boundaries, WORD_MATCH_ALPHANUMERIC - using word boundaries, but replaces non-alphanumeric characters in the search with a word boundary match, PREFIX - same case prefix, SUFFIX - same case suffix, CONTAINS - same case contains EXACT - same case exact
WORD_MATCH - using word boundaries, WORD_MATCH_ALPHANUMERIC - using word boundaries, but replaces non-alphanumeric characters in the search with a word boundary match, PREFIX - same case prefix, SUFFIX - same case suffix, CONTAINS - same case contains EXACT - same case exact
Created date
Created date
Partial name
Partial name
Sort code
Sort code
Account number
Account number
Page to fetch (0 indexed)
Page to fetch (0 indexed)
Size of Page to fetch
Size of Page to fetch
Response
OK
Example response
{
"content": [
{
"id": "B00000001A",
"destinationIdentifier": {
"accountNumber": "12345678",
"sortCode": "000000",
"iban": "GB20MODR04001401100000",
"bic": "MODRGB21",
"currency": "GBP",
"countrySpecificDetails": {
"bankName": "Apple Bank",
"bankAddress": "2100 Broadway",
"bankCity": "New York City",
"bankBranchName": "New York",
"bankBranchCode": "44-04",
"chineseId": "01101201901018889",
"province": "Zhejiang",
"business": true,
"bankCodeType": "ABA",
"bankCountry": "US",
"abaRoutingNumber": "123456789"
},
"productId": "O2100001"
},
"redirectedDestination": {
"accountNumber": "12345678",
"sortCode": "000000",
"iban": "GB20MODR04001401100000",
"bic": "MODRGB21",
"currency": "GBP",
"countrySpecificDetails": {
"bankName": "Apple Bank",
"bankAddress": "2100 Broadway",
"bankCity": "New York City",
"bankBranchName": "New York",
"bankBranchCode": "44-04",
"chineseId": "01101201901018889",
"province": "Zhejiang",
"business": true,
"bankCodeType": "ABA",
"bankCountry": "US",
"abaRoutingNumber": "123456789"
},
"productId": "O2100001"
},
"created": "2017-01-28T01:01:01+0000",
"customerId": "C0000001",
"updated": "2017-01-28T01:01:01+0000"
}
]
}