List Payee Changes
Get a paginated response listing payee changes (updated since a particular time) to a limited set of fields:
- dbaName
- displayName
- onboardedStatus
- payeeCountry
- payeeId
- remoteId
Query parameters
The Payor ID to find associated Payees
The updatedSince filter in the format YYYY-MM-DDThh:mm:ss+hh:mm
Page number. Default is 1.
Page size. Default is 100. Max allowable is 1000.
Response
Details of Payee Changes
Example response
{
"links": [
{
"rel": "first",
"href": "http://api.sandbox.velopayments.com/v4/payees/deltas?payorId=0a818933-087d-47f2-ad83-2f986ed087eb&updatedSince=2019-01-20T09:00:00+00:00&page=1&pageSize=1000"
},
{
"rel": "first",
"href": "http://api.sandbox.velopayments.com/v4/payees/deltas?payorId=0a818933-087d-47f2-ad83-2f986ed087eb&updatedSince=2019-01-20T09:00:00+00:00&page=1&pageSize=1000"
}
],
"page": {
"numberOfElements": 2,
"totalPages": 1,
"pageSize": 25,
"page": 1,
"totalElements": 2
},
"content": [
{
"payeeCountry": "US",
"displayName": "Payee1",
"onboardedStatus": "onboardedStatus",
"payeeId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"dbaName": "Payee DBA Name",
"email": "payee1@example.com",
"remoteId": "payee_1"
},
{
"payeeCountry": "US",
"displayName": "Payee1",
"onboardedStatus": "onboardedStatus",
"payeeId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"dbaName": "Payee DBA Name",
"email": "payee1@example.com",
"remoteId": "payee_1"
}
]
}Changes
Changed in 5 of the 50 revisions of this API.17
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
removed the
CREATEDenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
INVITEDenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
ONBOARDEDenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
REGISTEREDenum value from the//response property for the response statusresponse-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
//response's property pattern^[A-Z]{2}$was added for the statusresponse-property-pattern-added
This revision also has 76 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
- ▲