v1

latestOpenAPI 3.0.2Apache License 2.02026-07-13109285691.8 KB
Funding

Get Funding Audit Delta

Get funding audit deltas for a payor

get/v1/deltas/fundings

Query parameters

payorIdstring uuid required
updatedSincestring date-time required
pageinteger

Page number. Default is 1.

pageSizeinteger

The number of results to return in a page

Response

Funding Account Deltas

Example response

{
  "links": [
    {
      "rel": "rel",
      "href": "href"
    },
    {
      "rel": "rel",
      "href": "href"
    }
  ],
  "page": {
    "numberOfElements": 0,
    "totalPages": 1,
    "pageSize": 5,
    "page": 5,
    "totalElements": 6
  },
  "content": [
    {
      "amount": 2,
      "fundingId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "currency": "USD",
      "status": "status"
    },
    {
      "amount": 2,
      "fundingId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "currency": "USD",
      "status": "status"
    }
  ]
}