Payees

List Payee Changes

Use v4 instead

Get a paginated response listing payee changes.

get/v3/payees/deltas

Query parameters

payorIdstring uuid required

The Payor ID to find associated Payees

updatedSincestring date-time required

The updatedSince filter in the format YYYY-MM-DDThh:mm:ss+hh:mm

pageinteger
Example:1

Page number. Default is 1.

pageSizeinteger
Example:100

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/json for the response with the status

      response-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 CREATED enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the INVITED enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the ONBOARDED enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the REGISTERED enum value from the // response property for the response status

      response-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

  • 7c8cfeb59952101See the full diff
    • removed the media type application/json for the response with the status

      response-media-type-removed

    • the // response property's maxLength was unset from 2 for the response status

      response-property-max-length-unset

    • the // response property's minLength was decreased from 2 to 0 for the response status

      response-property-min-length-decreased

    • the / response's property type changed from object to no type for status

      response-property-type-changed

    • the response's property type changed from object to no type for status

      response-property-type-changed

    • the / response's property format changed from int64 to no format for status

      response-property-type-changed

    • the / response's property format changed from int64 to no format for status

      response-property-type-changed

    • the / response's property format changed from int64 to no format for status

      response-property-type-changed

    • the / response's property format changed from int64 to no format for status

      response-property-type-changed

    • the / response's property format changed from int64 to no format for status

      response-property-type-changed

    • the // response's property pattern ^[A-Z]{2}$ was removed for the status

      response-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 to object for status

      response-property-type-changed

    • the response's property type changed from no type to object for status

      response-property-type-changed

    • added the media type application/json for the response with the status

      response-media-type-added

    • the // response's property pattern ^[A-Z]{2}$ was added for the status

      response-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