Payment Audit Service (Deprecated)

V3 Get Payouts for Payor

Deprecated (use /v4/paymentaudit/payouts instead)

get/v3/paymentaudit/payouts

Query parameters

payorIdstring uuid required

The account owner Payor ID

payoutMemostring

Payout Memo filter - case insensitive sub-string match

status'ACCEPTED' | 'REJECTED' | 'SUBMITTED' | 'QUOTED' | 'INSTRUCTED' | 'COMPLETED' | 'INCOMPLETE' | 'CONFIRMED' | 'WITHDRAWN'

Payout Status

submittedDateFromstring date

The submitted date from range filter. Format is yyyy-MM-dd.

submittedDateTostring date

The submitted date to range filter. Format is yyyy-MM-dd.

pageinteger

Page number. Default is 1.

pageSizeinteger

The number of results to return in a page

sortstring

List of sort fields (e.g. ?sort=submittedDateTime:asc,instructedDateTime:asc,status:asc) Default is submittedDateTime:asc The supported sort fields are: submittedDateTime, instructedDateTime, status.

Response

Payor data found

Example response

{
  "links": [
    {
      "rel": "first",
      "href": "https://example.com"
    },
    {
      "rel": "first",
      "href": "https://example.com"
    }
  ],
  "page": {
    "numberOfElements": 12,
    "totalPages": 123,
    "pageSize": 25,
    "page": 1,
    "totalElements": 123
  },
  "content": [
    {
      "sourceAccountSummary": [
        {
          "sourceAccountId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
          "currency": "currency",
          "totalCost": 3434
        },
        {
          "sourceAccountId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
          "currency": "currency",
          "totalCost": 3434
        }
      ],
      "submittedDateTime": "submittedDateTime",
      "payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "totalIncompletePayments": 123,
      "fxSummaries": [
        {
          "invertedRate": 1.12,
          "rate": 1.12,
          "sourceCurrency": "sourceCurrency",
          "totalPaymentAmount": 1234,
          "paymentCurrency": "paymentCurrency",
          "quoteId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
          "totalCost": 1234,
          "fundingStatus": "fundingStatus",
          "creationDateTime": "2000-01-23T04:56:07.000+00:00",
          "status": "status"
        },
        {
          "invertedRate": 1.12,
          "rate": 1.12,
          "sourceCurrency": "sourceCurrency",
          "totalPaymentAmount": 1234,
          "paymentCurrency": "paymentCurrency",
          "quoteId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
          "totalCost": 1234,
          "fundingStatus": "fundingStatus",
          "creationDateTime": "2000-01-23T04:56:07.000+00:00",
          "status": "status"
        }
      ],
      "payoutId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "withdrawnDateTime": "withdrawnDateTime",
      "totalPayments": 123,
      "instructedDateTime": "instructedDateTime",
      "totalFailedPayments": 123,
      "status": "status",
      "payoutMemo": "payoutMemo"
    },
    {
      "sourceAccountSummary": [
        {
          "sourceAccountId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
          "currency": "currency",
          "totalCost": 3434
        },
        {
          "sourceAccountId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
          "currency": "currency",
          "totalCost": 3434
        }
      ],
      "submittedDateTime": "submittedDateTime",
      "payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "totalIncompletePayments": 123,
      "fxSummaries": [
        {
          "invertedRate": 1.12,
          "rate": 1.12,
          "sourceCurrency": "sourceCurrency",
          "totalPaymentAmount": 1234,
          "paymentCurrency": "paymentCurrency",
          "quoteId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
          "totalCost": 1234,
          "fundingStatus": "fundingStatus",
          "creationDateTime": "2000-01-23T04:56:07.000+00:00",
          "status": "status"
        },
        {
          "invertedRate": 1.12,
          "rate": 1.12,
          "sourceCurrency": "sourceCurrency",
          "totalPaymentAmount": 1234,
          "paymentCurrency": "paymentCurrency",
          "quoteId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
          "totalCost": 1234,
          "fundingStatus": "fundingStatus",
          "creationDateTime": "2000-01-23T04:56:07.000+00:00",
          "status": "status"
        }
      ],
      "payoutId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "withdrawnDateTime": "withdrawnDateTime",
      "totalPayments": 123,
      "instructedDateTime": "instructedDateTime",
      "totalFailedPayments": 123,
      "status": "status",
      "payoutMemo": "payoutMemo"
    }
  ]
}

Changes

Changed in 8 of the 50 revisions of this API.113066

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the WITHDRAWN 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

  • aded220b0d7b24See the full diff
    • 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

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

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

    • 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 getPayoutsForPayor removed and replaced with getPayoutsForPayorV3

      api-operation-id-removed

    • 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

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

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

      response-optional-property-added

    • the //// response's property format changed from decimal to float for status

      response-property-type-changed

    • the //// response's property format changed from decimal to float for status

      response-property-type-changed

  • ced8e167a97c5267See 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

    • the //// response's property format changed from float to decimal for status

      response-property-type-changed

    • the //// response's property format changed from float to decimal for status

      response-property-type-changed

    • the //// response's property type changed from integer to number, and format from int64 to int32 for status

      response-property-type-changed

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

      response-optional-property-removed

    • added the new ACCEPTED enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new COMPLETED enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new CONFIRMED enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new EUR enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new EUR enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new EUR enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new EXECUTED enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new EXPIRED enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new FUNDED enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new GBP enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new GBP enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new GBP enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new INCOMPLETE enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new INSTRUCTED enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new INSTRUCTED enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new QUOTED enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new QUOTED enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new REJECTED enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new SUBMITTED enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new UNFUNDED enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new UNQUOTED enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new USD enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new USD enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new USD enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new WITHDRAWN enum value to the // response property for the response status

      response-property-enum-value-added

    • api operation id getPayoutsForPayorV3 removed and replaced with getPayoutsForPayor

      api-operation-id-removed

    • api tag Payment Audit Service added

      api-tag-added

    • api tag Payment Audit Service (Deprecated) removed

      api-tag-removed

    • 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

    • 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 257 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog