List Payee Changes
Use v4 instead
Get a paginated response listing payee changes.
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/v3/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/v3/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 7 of the 50 revisions of this API.1211
- ○
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
- ○
- ○
endpoint deprecated
endpoint-deprecated
- ○
- ▲
removed the media type
application/jsonfor the response with the statusresponse-media-type-removed
- ▲
the
//response property's maxLength was unset from2for the response statusresponse-property-max-length-unset
- ▲
the
//response property's minLength was decreased from2to0for the response statusresponse-property-min-length-decreased
- ▲
the
/response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
/response's property format changed fromint64to no format for statusresponse-property-type-changed
- ▲
the
/response's property format changed fromint64to no format for statusresponse-property-type-changed
- ▲
the
/response's property format changed fromint64to no format for statusresponse-property-type-changed
- ▲
the
/response's property format changed fromint64to no format for statusresponse-property-type-changed
- ▲
the
/response's property format changed fromint64to no format for statusresponse-property-type-changed
- ○
the
//response's property pattern^[A-Z]{2}$was removed for the statusresponse-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's property type changed from no type toobjectfor statusresponse-property-type-changed
- ▲
the
response's property type changed from no type toobjectfor statusresponse-property-type-changed
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
- ○
the
//response's property pattern^[A-Z]{2}$was added for the statusresponse-property-pattern-added
This revision also has 47 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 13 changes 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
- ○