List Payees
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)
OFAC status. One of the following values: PENDING, PASSED, FAILED
The ofacStatus of the payees.
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",
"managedByPayorId": "a2967711-df07-41e5-b5ea-0f563088911c",
"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",
"managedByPayorId": "a2967711-df07-41e5-b5ea-0f563088911c",
"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 6 of the 50 revisions of this API.1954
- ○
added the optional property
content/items/managedByPayorIdto the response with the200statusresponse-optional-property-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
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 parameterofacStatusrequest-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 parameterofacStatusrequest-parameter-enum-value-removed
- ▲
removed the enum value
PASSEDfrom thequeryrequest parameterwatchlistStatusrequest-parameter-enum-value-removed
- ▲
removed the enum value
PENDINGfrom thequeryrequest parameterofacStatusrequest-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 added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 257 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲