List Payees
Use v4 instead
Get a paginated response listing the payees for a payor.
Query parameters
The account owner Payor ID
Current watchlist status. One of the following values: NONE, PENDING, REVIEW, PASSED, FAILED
The watchlistStatus of the payees.
Payee disabled
Payee onboarded status. One of the following values: CREATED, INVITED, REGISTERED, ONBOARDED
The onboarded status of the payees.
Email address
The display name of the payees.
The remote id of the payees.
Type of Payee. One of the following values: Individual, Company
The onboarded status of the payees.
The country of the payee - 2 letter ISO 3166-1 country code (upper case)
Page number. Default is 1.
Page size. Default is 25. Max allowable is 100.
List of sort fields (e.g. ?sort=onboardedStatus:asc,name:asc) Default is name:asc 'name' is treated as company name for companies - last name + ',' + firstName for individuals The supported sort fields are - payeeId, displayName, payoutStatus, onboardedStatus.
Response
Details of Payee
Example response
{
"summary": {
"totalOnboardedCount": 10,
"totalRegisteredCount": 10,
"totalPayeesCount": 10,
"totalInvitedCount": 10,
"totalWatchlistFailedCount": 0
},
"links": [
{
"rel": "rel",
"href": "href"
},
{
"rel": "rel",
"href": "href"
}
],
"page": {
"numberOfElements": 10,
"totalPages": 10,
"pageSize": 10,
"page": 10,
"totalElements": 10
},
"content": [
{
"payorRefs": [
{
"payorId": "ba08877f-9d96-41e4-9c26-44a872d856ae",
"invitationStatusTimestamp": "2019-01-20T09:00:00Z",
"payableStatus": true,
"invitationStatus": "invitationStatus",
"payableIssues": [
{
"code": "3",
"message": "payee-disabled"
},
{
"code": "3",
"message": "payee-disabled"
}
],
"remoteId": "uniqueIdForRemoteEntity",
"paymentChannelId": "70faaff7-2c32-4b44-b27f-f0b6c484e6f3"
},
{
"payorId": "ba08877f-9d96-41e4-9c26-44a872d856ae",
"invitationStatusTimestamp": "2019-01-20T09:00:00Z",
"payableStatus": true,
"invitationStatus": "invitationStatus",
"payableIssues": [
{
"code": "3",
"message": "payee-disabled"
},
{
"code": "3",
"message": "payee-disabled"
}
],
"remoteId": "uniqueIdForRemoteEntity",
"paymentChannelId": "70faaff7-2c32-4b44-b27f-f0b6c484e6f3"
}
],
"watchlistOverrideComment": "Example reason for the watchlist status being overridden",
"country": "US",
"watchlistStatus": "watchlistStatus",
"disabledUpdatedTimestamp": "2019-01-20T09:00:00Z",
"individual": {
"name": {
"firstName": "Bob",
"lastName": "Smith",
"otherNames": "H",
"title": "Mr"
}
},
"created": "2019-01-20T09:00:00Z",
"displayName": "ABC",
"payeeType": "payeeType",
"language": "en-US",
"onboardedStatus": "onboardedStatus",
"watchlistStatusUpdatedTimestamp": "2019-01-20T09:00:00+00:00",
"disabledComment": "reason for disabled",
"disabled": true,
"company": {
"name": "ABC Group Plc",
"operatingName": "ABC Co"
},
"payeeId": "2aa5d7e0-2ecb-403f-8494-1865ed0454e9",
"email": "bob@example.com"
},
{
"payorRefs": [
{
"payorId": "ba08877f-9d96-41e4-9c26-44a872d856ae",
"invitationStatusTimestamp": "2019-01-20T09:00:00Z",
"payableStatus": true,
"invitationStatus": "invitationStatus",
"payableIssues": [
{
"code": "3",
"message": "payee-disabled"
},
{
"code": "3",
"message": "payee-disabled"
}
],
"remoteId": "uniqueIdForRemoteEntity",
"paymentChannelId": "70faaff7-2c32-4b44-b27f-f0b6c484e6f3"
},
{
"payorId": "ba08877f-9d96-41e4-9c26-44a872d856ae",
"invitationStatusTimestamp": "2019-01-20T09:00:00Z",
"payableStatus": true,
"invitationStatus": "invitationStatus",
"payableIssues": [
{
"code": "3",
"message": "payee-disabled"
},
{
"code": "3",
"message": "payee-disabled"
}
],
"remoteId": "uniqueIdForRemoteEntity",
"paymentChannelId": "70faaff7-2c32-4b44-b27f-f0b6c484e6f3"
}
],
"watchlistOverrideComment": "Example reason for the watchlist status being overridden",
"country": "US",
"watchlistStatus": "watchlistStatus",
"disabledUpdatedTimestamp": "2019-01-20T09:00:00Z",
"individual": {
"name": {
"firstName": "Bob",
"lastName": "Smith",
"otherNames": "H",
"title": "Mr"
}
},
"created": "2019-01-20T09:00:00Z",
"displayName": "ABC",
"payeeType": "payeeType",
"language": "en-US",
"onboardedStatus": "onboardedStatus",
"watchlistStatusUpdatedTimestamp": "2019-01-20T09:00:00+00:00",
"disabledComment": "reason for disabled",
"disabled": true,
"company": {
"name": "ABC Group Plc",
"operatingName": "ABC Co"
},
"payeeId": "2aa5d7e0-2ecb-403f-8494-1865ed0454e9",
"email": "bob@example.com"
}
]
}Changes
Changed in 10 of the 50 revisions of this API.402993
- ▲
removed the enum value
CREATEDfrom thequeryrequest parameteronboardedStatusrequest-parameter-enum-value-removed
- ▲
removed the enum value
Companyfrom thequeryrequest parameterpayeeTyperequest-parameter-enum-value-removed
- ▲
removed the enum value
FAILEDfrom thequeryrequest parameterwatchlistStatusrequest-parameter-enum-value-removed
- ▲
removed the enum value
INVITEDfrom thequeryrequest parameteronboardedStatusrequest-parameter-enum-value-removed
- ▲
removed the enum value
Individualfrom thequeryrequest parameterpayeeTyperequest-parameter-enum-value-removed
- ▲
removed the enum value
NONEfrom thequeryrequest parameterwatchlistStatusrequest-parameter-enum-value-removed
- ▲
removed the enum value
ONBOARDEDfrom thequeryrequest parameteronboardedStatusrequest-parameter-enum-value-removed
- ▲
removed the enum value
PASSEDfrom thequeryrequest parameterwatchlistStatusrequest-parameter-enum-value-removed
- ▲
removed the enum value
PENDINGfrom thequeryrequest parameterwatchlistStatusrequest-parameter-enum-value-removed
- ▲
removed the enum value
REGISTEREDfrom thequeryrequest parameteronboardedStatusrequest-parameter-enum-value-removed
- ▲
removed the enum value
REVIEWfrom thequeryrequest parameterwatchlistStatusrequest-parameter-enum-value-removed
- ○
removed the
ACCEPTEDenum value from thecontent/items/payorRefs/items/invitationStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
CREATEDenum value from thecontent/items/onboardedStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
Companyenum value from thecontent/items/payeeTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
DECLINEDenum value from thecontent/items/payorRefs/items/invitationStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
FAILEDenum value from thecontent/items/watchlistStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
INVITEDenum value from thecontent/items/onboardedStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
Individualenum value from thecontent/items/payeeTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
NONEenum value from thecontent/items/watchlistStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
ONBOARDEDenum value from thecontent/items/onboardedStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PASSEDenum value from thecontent/items/watchlistStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PENDINGenum value from thecontent/items/payorRefs/items/invitationStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PENDINGenum value from thecontent/items/watchlistStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
REGISTEREDenum value from thecontent/items/onboardedStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
REVIEWenum value from thecontent/items/watchlistStatusresponse property for the response status200response-property-enum-value-removed
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the
content/items/countryresponse's property pattern^[A-Z]{2}$was added for the status200response-property-pattern-added
This revision also has 76 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the
errors/items/response's property type/format changed from/toobject/for status400response-property-type-changed
- ▲
the
errors/items/response's property type/format changed from/toobject/for status401response-property-type-changed
- ▲
the
errors/items/response's property type/format changed from/toobject/for status403response-property-type-changed
- ▲
the
errors/items/response's property type/format changed from/toobject/for status404response-property-type-changed
- ○
added the optional property
content/items/payorRefs/items/payableIssuesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
content/items/payorRefs/items/payableStatusto the response with the200statusresponse-optional-property-added
- ○
added the optional property
errors/items/errorCodeto the response with the400statusresponse-optional-property-added
- ○
added the optional property
errors/items/errorCodeto the response with the401statusresponse-optional-property-added
- ○
added the optional property
errors/items/errorCodeto the response with the403statusresponse-optional-property-added
- ○
added the optional property
errors/items/errorCodeto the response with the404statusresponse-optional-property-added
- ○
added the optional property
errors/items/errorDatato the response with the400statusresponse-optional-property-added
- ○
added the optional property
errors/items/errorDatato the response with the401statusresponse-optional-property-added
- ○
added the optional property
errors/items/errorDatato the response with the403statusresponse-optional-property-added
- ○
added the optional property
errors/items/errorDatato the response with the404statusresponse-optional-property-added
- ○
added the optional property
errors/items/localisationDetailsto the response with the400statusresponse-optional-property-added
- ○
added the optional property
errors/items/localisationDetailsto the response with the401statusresponse-optional-property-added
- ○
added the optional property
errors/items/localisationDetailsto the response with the403statusresponse-optional-property-added
- ○
added the optional property
errors/items/localisationDetailsto the response with the404statusresponse-optional-property-added
- ○
added the optional property
httpStatusCodeto the response with the400statusresponse-optional-property-added
- ○
added the optional property
httpStatusCodeto the response with the401statusresponse-optional-property-added
- ○
added the optional property
httpStatusCodeto the response with the403statusresponse-optional-property-added
- ○
added the optional property
httpStatusCodeto the response with the404statusresponse-optional-property-added
- ○
response property
errors/items/locationTypedeprecatedresponse-property-deprecated
- ○
response property
errors/items/locationTypedeprecatedresponse-property-deprecated
- ○
response property
errors/items/locationTypedeprecatedresponse-property-deprecated
- ○
response property
errors/items/locationTypedeprecatedresponse-property-deprecated
- ○
response property
errors/items/reasonCodedeprecatedresponse-property-deprecated
- ○
response property
errors/items/reasonCodedeprecatedresponse-property-deprecated
- ○
response property
errors/items/reasonCodedeprecatedresponse-property-deprecated
- ○
response property
errors/items/reasonCodedeprecatedresponse-property-deprecated
- ○
removed the
ARenum value from thecontent/items/languageresponse property for the response status200response-property-enum-value-removed
- ○
removed the
ENenum value from thecontent/items/languageresponse property for the response status200response-property-enum-value-removed
- ○
removed the
ESenum value from thecontent/items/languageresponse property for the response status200response-property-enum-value-removed
- ○
removed the
FRenum value from thecontent/items/languageresponse property for the response status200response-property-enum-value-removed
- ○
removed the
HEenum value from thecontent/items/languageresponse property for the response status200response-property-enum-value-removed
- ○
removed the
HIenum value from thecontent/items/languageresponse property for the response status200response-property-enum-value-removed
- ○
removed the
JAenum value from thecontent/items/languageresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PTenum value from thecontent/items/languageresponse property for the response status200response-property-enum-value-removed
- ○
removed the
RUenum value from thecontent/items/languageresponse property for the response status200response-property-enum-value-removed
- ○
removed the
URenum value from thecontent/items/languageresponse property for the response status200response-property-enum-value-removed
- ○
removed the
ZHenum value from thecontent/items/languageresponse property for the response status200response-property-enum-value-removed
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint deprecated
endpoint-deprecated
- ○
- ▲
the response's body type/format changed from
object/to/for status404response-body-type-changed
- ▲
the response property
content/items/company/namebecame optional for the status200response-property-became-optional
- ▲
the response property
content/items/individual/namebecame optional for the status200response-property-became-optional
- ▲
the response property
content/items/individual/name/firstNamebecame optional for the status200response-property-became-optional
- ▲
the response property
content/items/individual/name/lastNamebecame optional for the status200response-property-became-optional
- ▲
the
content/items/individual/nameresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ▲
the
errors/items/response's property type/format changed fromobject/to/for status404response-property-type-changed
- ●
deleted the
queryrequest parameterEmailrequest-parameter-removed
- ●
deleted the
queryrequest parameterofacStatusrequest-parameter-removed
- ●
removed the optional property
content/items/acceptTermsAndConditionsTimestampfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
content/items/addressfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
content/items/cellphoneNumberfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
content/items/challengefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
content/items/gracePeriodEndDatefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
content/items/marketingOptInsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
content/items/paymentChannelfrom the response with the200statusresponse-optional-property-removed
- ○
added the new optional
queryrequest parameterdisablednew-optional-request-parameter
- ○
added the new optional
queryrequest parameteremailnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterwatchlistStatusnew-optional-request-parameter
- ○
added the optional property
content/items/disabledto the response with the200statusresponse-optional-property-added
- ○
added the optional property
content/items/disabledCommentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
content/items/disabledUpdatedTimestampto the response with the200statusresponse-optional-property-added
- ○
added the optional property
content/items/watchlistOverrideCommentto the response with the200statusresponse-optional-property-added
This revision also has 26 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
content/items/address/countryresponse property's maxLength was increased from2to50for the response status200response-property-max-length-increased
- ▲
the
content/items/countryresponse property's maxLength was unset from2for the response status200response-property-max-length-unset
- ▲
the
content/items/countryresponse property's minLength was decreased from2to0for the response status200response-property-min-length-decreased
- ▲
the
content/items/individual/nameresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
links/items/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
pageresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
page/numberOfElementsresponse's property type/format changed frominteger/int64tointeger/for status200response-property-type-changed
- ▲
the
page/pageresponse's property type/format changed frominteger/int64tointeger/for status200response-property-type-changed
- ▲
the
page/pageSizeresponse's property type/format changed frominteger/int64tointeger/for status200response-property-type-changed
- ▲
the
page/totalElementsresponse's property type/format changed frominteger/int64tointeger/for status200response-property-type-changed
- ▲
the
page/totalPagesresponse's property type/format changed frominteger/int64tointeger/for status200response-property-type-changed
- ●
removed the optional property
content/items/company/taxIdfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
content/items/disabledfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
content/items/disabledCommentfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
content/items/disabledUpdatedTimestampfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
content/items/enhancedKycCompletedfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
content/items/individual/dateOfBirthfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
content/items/individual/nationalIdentificationfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
content/items/kycCompletedTimestampfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
content/items/marketingOptInDecisionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
content/items/marketingOptInTimestampfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
content/items/pausePaymentfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
content/items/pausePaymentTimestampfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
content/items/watchlistOverrideCommentfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
content/items/watchlistOverrideExpiresAtTimestampfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
content/items/challengeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
content/items/marketingOptInsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
content/items/paymentChannelto the response with the200statusresponse-optional-property-added
- ○
the response property
content/items/individual/name/firstNamebecame required for the status200response-property-became-required
- ○
the response property
content/items/individual/name/lastNamebecame required for the status200response-property-became-required
- ○
the
content/items/address/countryresponse's property pattern^[A-Z]{2}$was removed for the status200response-property-pattern-removed
- ○
the
content/items/countryresponse's property pattern^[A-Z]{2}$was removed for the status200response-property-pattern-removed
This revision also has 62 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response property
content/items/individual/name/firstNamebecame optional for the status200response-property-became-optional
- ▲
the response property
content/items/individual/name/lastNamebecame optional for the status200response-property-became-optional
- ▲
the
content/items/individual/nameresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ▲
the
links/items/response's property type/format changed from/toobject/for status200response-property-type-changed
- ▲
the
pageresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ●
removed the optional property
content/items/challengefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
content/items/marketingOptInsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
content/items/paymentChannelfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
content/items/company/taxIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
content/items/disabledto the response with the200statusresponse-optional-property-added
- ○
added the optional property
content/items/disabledCommentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
content/items/disabledUpdatedTimestampto the response with the200statusresponse-optional-property-added
- ○
added the optional property
content/items/enhancedKycCompletedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
content/items/individual/dateOfBirthto the response with the200statusresponse-optional-property-added
- ○
added the optional property
content/items/individual/nationalIdentificationto the response with the200statusresponse-optional-property-added
- ○
added the optional property
content/items/kycCompletedTimestampto the response with the200statusresponse-optional-property-added
- ○
added the optional property
content/items/marketingOptInDecisionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
content/items/marketingOptInTimestampto the response with the200statusresponse-optional-property-added
- ○
added the optional property
content/items/pausePaymentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
content/items/pausePaymentTimestampto the response with the200statusresponse-optional-property-added
- ○
added the optional property
content/items/watchlistOverrideCommentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
content/items/watchlistOverrideExpiresAtTimestampto the response with the200statusresponse-optional-property-added
- ○
the
content/items/address/countryresponse's property pattern^[A-Z]{2}$was added for the status200response-property-pattern-added
- ○
the
content/items/countryresponse's property pattern^[A-Z]{2}$was added for the status200response-property-pattern-added
This revision also has 47 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
content/items/paymentChannel/countryCoderesponse property's minLength was decreased from9to2for the response status200response-property-min-length-decreased
- ▲
removed the required property
content/items/paymentChannel/routingNofrom the response with the200statusresponse-required-property-removed
- ●
added the new
ACCEPTEDenum value to thecontent/items/payorRefs/items/invitationStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
DECLINEDenum value to thecontent/items/payorRefs/items/invitationStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
PENDINGenum value to thecontent/items/payorRefs/items/invitationStatusresponse property for the response status200response-property-enum-value-added
- ○
added the media type
application/jsonfor the response with the status400response-media-type-added
- ○
added the media type
application/jsonfor the response with the status404response-media-type-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the optional property
content/items/payorRefs/items/invitationStatusTimestampto the response with the200statusresponse-optional-property-added
- ○
added the optional property
content/items/payorRefs/items/paymentChannelIdto the response with the200statusresponse-optional-property-added
- ○
the
content/items/paymentChannel/countryCoderesponse's property pattern^[A-Z]{2}$was added for the status200response-property-pattern-added
- ○
added the required property
content/items/paymentChannel/routingNumberto the response with the200statusresponse-required-property-added
This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
api path removed with deprecation
api-path-removed-with-deprecation
This revision also has 257 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○