Payment Audit Service (Deprecated)

V1 Get Fundings for Payor

Deprecated (use /v4/paymentaudit/fundings)

get/v1/paymentaudit/fundings

Query parameters

payorIdstring uuid required

The account owner Payor ID

pageinteger

Page number. Default is 1.

pageSizeinteger

The number of results to return in a page

sortstring

List of sort fields. Example: ?sort=destinationCurrency:asc,destinationAmount:asc Default is no sort. The supported sort fields are: dateTime and amount.

Response

Get Fundings normal response

Example response

{
  "links": [
    {
      "rel": "first",
      "href": "https://api.sandbox.velopayments.com/v1/paymentaudit/fundings?payorId=2a5d8af2-a1ed-4d7f-b9a7-ebe4b333be5a&page=1&pageSize=10"
    },
    {
      "rel": "first",
      "href": "https://api.sandbox.velopayments.com/v1/paymentaudit/fundings?payorId=2a5d8af2-a1ed-4d7f-b9a7-ebe4b333be5a&page=1&pageSize=10"
    }
  ],
  "page": {
    "numberOfElements": 12,
    "totalPages": 2,
    "pageSize": 25,
    "page": 1,
    "totalElements": 33
  },
  "content": [
    {
      "dateTime": "2000-01-23T04:56:07.000+00:00",
      "fundingAccountName": "fundingAccountName",
      "amount": 120000,
      "fundingType": "fundingType",
      "transactionReference": "transactionReference",
      "currency": "USD",
      "payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "topupType": "topupType",
      "events": [
        {
          "principal": "principal",
          "eventId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
          "eventDateTime": "2000-01-23T04:56:07.000+00:00",
          "fundingEventType": "fundingEventType"
        },
        {
          "principal": "principal",
          "eventId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
          "eventDateTime": "2000-01-23T04:56:07.000+00:00",
          "fundingEventType": "fundingEventType"
        }
      ],
      "transactionId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "status": "status",
      "sourceAccountName": "sourceAccountName"
    },
    {
      "dateTime": "2000-01-23T04:56:07.000+00:00",
      "fundingAccountName": "fundingAccountName",
      "amount": 120000,
      "fundingType": "fundingType",
      "transactionReference": "transactionReference",
      "currency": "USD",
      "payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "topupType": "topupType",
      "events": [
        {
          "principal": "principal",
          "eventId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
          "eventDateTime": "2000-01-23T04:56:07.000+00:00",
          "fundingEventType": "fundingEventType"
        },
        {
          "principal": "principal",
          "eventId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
          "eventDateTime": "2000-01-23T04:56:07.000+00:00",
          "fundingEventType": "fundingEventType"
        }
      ],
      "transactionId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "status": "status",
      "sourceAccountName": "sourceAccountName"
    }
  ]
}

Changes

Changed in 10 of the 50 revisions of this API.131667

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

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

      response-property-enum-value-removed

    • ○

      removed the AUTOMATIC enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the CREDIT enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the DEBIT enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the EMBEDDED enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the FAILED enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the FUNDING_DEALLOCATED enum value from the //// response property for the response status

      response-property-enum-value-removed

    • ○

      removed the FUNDING_RETURN_DETECTED enum value from the //// response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MANUAL enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the PAYOR_FUNDING_DETECTED enum value from the //// response property for the response status

      response-property-enum-value-removed

    • ○

      removed the PAYOR_FUNDING_ENTRY_DETAIL_RECEIVED enum value from the //// response property for the response status

      response-property-enum-value-removed

    • ○

      removed the PAYOR_FUNDING_REQUESTED enum value from the //// response property for the response status

      response-property-enum-value-removed

    • ○

      removed the PAYOR_FUNDING_REQUEST_SUBMITTED enum value from the //// response property for the response status

      response-property-enum-value-removed

    • ○

      removed the PAYOR_FUNDING_RETURN_RECEIVED enum value from the //// response property for the response status

      response-property-enum-value-removed

    • ○

      removed the PENDING enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the WIRE 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

    • ○

      api tag Payment Audit Service (Deprecated) added

      api-tag-added

    • ○

      api tag Payment Audit Service removed

      api-tag-removed

    This revision also has 27 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • dd71433847a6424See the full diff
    • ▲

      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

    • ▲

      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 optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      response property errors/items/locationType deprecated

      response-property-deprecated

    • ○

      response property errors/items/locationType deprecated

      response-property-deprecated

    • ○

      response property errors/items/locationType deprecated

      response-property-deprecated

    • ○

      response property errors/items/locationType deprecated

      response-property-deprecated

    • ○

      response property errors/items/reasonCode deprecated

      response-property-deprecated

    • ○

      response property errors/items/reasonCode deprecated

      response-property-deprecated

    • ○

      response property errors/items/reasonCode deprecated

      response-property-deprecated

    • ○

      response property errors/items/reasonCode deprecated

      response-property-deprecated

    This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • aded220b0d7b1210See the full diff
    • ▲

      the query request parameter payorId became required

      request-parameter-became-required

    • ●

      for the query request parameter pageSize, the max was set to 100.00

      request-parameter-max-set

    • ●

      for the query request parameter pageSize, the min was set to 1.00

      request-parameter-min-set

    • ○

      api tag Funding Manager removed

      api-tag-removed

    • ○

      endpoint deprecated

      endpoint-deprecated

    • ○

      removed from the response body allOf list for the response status

      response-body-all-of-removed

    • ○

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

      response-media-type-added

    • ○

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

      response-media-type-added

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    This revision also has 26 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ●

      added the new ACH enum value to the ////// response property for the response status

      response-property-enum-value-added

    • ●

      added the new EMBEDDED enum value to the ////// response property for the response status

      response-property-enum-value-added

    • ●

      added the new WIRE enum value to the ////// response property for the response status

      response-property-enum-value-added

    • ○

      api operation id getFundings removed and replaced with getFundingsV1

      api-operation-id-removed

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ▲

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

      response-property-type-changed

    • ●

      removed the optional property ///// from the response with the status

      response-optional-property-removed

    • ●

      removed the optional property ///// from the response with the status

      response-optional-property-removed

    • ●

      removed the optional property ///// from the response with the status

      response-optional-property-removed

    • ●

      removed the optional property ///// from the response with the status

      response-optional-property-removed

    • ●

      removed the optional property ///// from the response with the status

      response-optional-property-removed

    • ●

      removed the optional property ///// from the response with the status

      response-optional-property-removed

    • ●

      removed the optional property ///// from the response with the status

      response-optional-property-removed

    • ●

      removed the optional property ///// from the response with the status

      response-optional-property-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ▲

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

      response-property-type-changed

    • ▲

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

      response-property-type-changed

    • ▲

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

      response-property-type-changed

    • ▲

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

      response-property-type-changed

    • ▲

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

      response-property-type-changed

    • ○

      added to the response body allOf list for the response status

      response-body-all-of-added

    • ○

      removed subschema #2 from the response body allOf list for the response status

      response-body-all-of-removed

  • ced8e167a97c239See the full diff
    • ▲

      removed the media type application/json for the response with the status

      response-media-type-removed

    • ▲

      removed the media type application/json for the response with the status

      response-media-type-removed

    • ●

      removed the optional property from the response with the status

      response-optional-property-removed

    • ●

      removed the optional property from the response with the status

      response-optional-property-removed

    • ●

      removed the optional property from the response with the status

      response-optional-property-removed

    • ○

      api operation id getFundingsV1 removed and replaced with getFundings

      api-operation-id-removed

    • ○

      api tag Funding Manager added

      api-tag-added

    • ○

      api tag Payment Audit Service added

      api-tag-added

    • ○

      api tag Payment Audit Service (Deprecated) removed

      api-tag-removed

    • ○

      endpoint reactivated

      endpoint-reactivated

    • ○

      the query request parameter payorId became optional

      request-parameter-became-optional

    • ○

      added subschema #2 to the response body allOf list for the response status

      response-body-all-of-added

    • ○

      removed the non-success response with the status

      response-non-success-status-removed

    • ○

      removed the non-success response with the status

      response-non-success-status-removed

    This revision also has 257 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog