Payment Audit Service

Get List of Payments

Get payments for the given payor Id

get/v4/paymentaudit/payments

Query parameters

payeeIdstring uuid

The UUID of the payee.

payorIdstring uuid

The account owner Payor Id. Required for external users.

payorNamestring

The payor’s name. This filters via a case insensitive substring match.

remoteIdstring

The remote id of the payees.

remoteSystemIdstring

The id of the remote system that is orchestrating payments

status'ACCEPTED' | 'AWAITING_FUNDS' | 'FUNDED' | 'UNFUNDED' | 'BANK_PAYMENT_REQUESTED' | 'REJECTED' | 'ACCEPTED_BY_RAILS' | 'CONFIRMED' | 'FAILED' | 'RETURNED' | 'WITHDRAWN'

Payment Status

transmissionType'ACH' | 'SAME_DAY_ACH' | 'WIRE' | 'LOCAL' | 'GACHO'

Transmission Type

  • ACH
  • SAME_DAY_ACH
  • WIRE
  • GACHO
sourceAccountNamestring

The source account name filter. This filters via a case insensitive substring match.

sourceAmountFrominteger

The source amount from range filter. Filters for sourceAmount >= sourceAmountFrom

sourceAmountTointeger

The source amount to range filter. Filters for sourceAmount ⇐ sourceAmountTo

sourceCurrencystring

The source currency filter. Filters based on an exact match on the currency.

paymentAmountFrominteger

The payment amount from range filter. Filters for paymentAmount >= paymentAmountFrom

paymentAmountTointeger

The payment amount to range filter. Filters for paymentAmount ⇐ paymentAmountTo

paymentCurrencystring

The payment currency filter. Filters based on an exact match on the currency.

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.

paymentMemostring

The payment memo filter. This filters via a case insensitive substring match.

payorPaymentIdstring

Payor's Id of the Payment

railsIdstring

Payout Rails ID filter - case insensitive match. Any value is allowed, but you should use one of the supported railsId values. To get this list of values, you should call the 'Get Supported Rails' endpoint.

scheduledForDateFromstring date

Filter payouts scheduled to run on or after the given date. Format is yyyy-MM-dd.

scheduledForDateTostring date

Filter payouts scheduled to run on or before the given date. Format is yyyy-MM-dd.

scheduleStatus'ANY' | 'SCHEDULED' | 'EXECUTED' | 'FAILED'

Payout Schedule Status

postInstructFxStatus'ANY' | 'INITIATED' | 'CANCELLED' | 'EXECUTED' | 'COMPLETED' | 'RETURNED' | 'RESUBMITTED' | 'REFUNDED'

The status of the post instruct FX step if one was required for the payment

transactionReferencestring

Query for all payments associated with a specific transaction reference

transactionIdstring uuid

Query for all payments associated with a specific transaction id

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,status:asc). Default is sort by submittedDateTime:desc,paymentId:asc The supported sort fields are: sourceAmount, sourceCurrency, paymentAmount, paymentCurrency, routingNumber, accountNumber, remoteId, submittedDateTime, status and paymentId

sensitiveboolean

Optional. If omitted or set to false, any Personal Identifiable Information (PII) values are returned masked. If set to true, and you have permission, the PII values will be returned as their original unmasked values.

Response

Paginated list of payments

Example response

{
  "links": [
    {
      "rel": "first",
      "href": "https://example.com"
    },
    {
      "rel": "first",
      "href": "https://example.com"
    }
  ],
  "page": {
    "numberOfElements": 12,
    "totalPages": 12,
    "pageSize": 25,
    "page": 1,
    "totalElements": 12
  },
  "content": [
    {
      "traceNumber": "abodu123",
      "payout": {
        "payoutId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
        "payoutFrom": {
          "principal": "principal",
          "principalId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
          "payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
          "dbaName": "dbaName",
          "payorName": "payorName"
        },
        "payoutTo": {
          "principal": "principal",
          "principalId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
          "payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
          "dbaName": "dbaName",
          "payorName": "payorName"
        }
      },
      "paymentScheme": "paymentScheme",
      "paymentId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "submittedDateTime": "2000-01-23T04:56:07.000+00:00",
      "railsId": "asdf123",
      "payeeId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "railsRejectionInformation": "railsRejectionInformation",
      "events": [
        {
          "eventId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
          "eventDateTime": "2000-01-23T04:56:07.000+00:00",
          "accountName": "accountName",
          "sourceCurrency": "EUR",
          "eventType": "eventType",
          "accountNumber": "accountNumber",
          "paymentAmount": 1299,
          "principal": "principal",
          "routingNumber": "routingNumber",
          "iban": "iban",
          "scheduledFor": "2000-01-23T04:56:07.000+00:00",
          "sourceAmount": 1299,
          "scheduledBy": "Aphra Behn",
          "paymentCurrency": "EUR",
          "scheduledAt": "2000-01-23T04:56:07.000+00:00"
        },
        {
          "eventId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
          "eventDateTime": "2000-01-23T04:56:07.000+00:00",
          "accountName": "accountName",
          "sourceCurrency": "EUR",
          "eventType": "eventType",
          "accountNumber": "accountNumber",
          "paymentAmount": 1299,
          "principal": "principal",
          "routingNumber": "routingNumber",
          "iban": "iban",
          "scheduledFor": "2000-01-23T04:56:07.000+00:00",
          "sourceAmount": 1299,
          "scheduledBy": "Aphra Behn",
          "paymentCurrency": "EUR",
          "scheduledAt": "2000-01-23T04:56:07.000+00:00"
        }
      ],
      "transactionReference": "transactionReference",
      "railsPaymentId": "railsPaymentId",
      "payeeAddressCountryCode": "US",
      "quoteId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "transactionId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "returnCost": 1232,
      "withdrawnReason": "withdrawnReason",
      "iban": "DE89 3704 0044 0532 0130 00",
      "paymentMetadata": "sample metadata",
      "payorPaymentId": "123123asdf",
      "remoteSystemId": "REMOTE_SYSTEM_ID",
      "paymentCurrency": "EUR",
      "rejectionReason": "rejectionReason",
      "paymentTrackingReference": "paymentTrackingReference",
      "status": "status",
      "postInstructFxInfo": {
        "fxStatus": "INITIATED",
        "fxStatusUpdatedAt": "2000-01-23T04:56:07.000+00:00",
        "fxTransactionReference": "AB123GHI",
        "fxMode": "MANUAL"
      },
      "accountName": "My Account Name",
      "remoteSystemPaymentId": "remoteSystemPaymentId",
      "sourceCurrency": "EUR",
      "paymentMemo": "Payment memo",
      "railsAccountId": "railsAccountId",
      "paymentAmount": 7,
      "fundingStatus": "fundingStatus",
      "railsBatchId": "railsBatchId",
      "paymentChannelName": "My Payment Channel",
      "filenameReference": "file ref",
      "rate": 9.301444243932576,
      "countryCode": "US",
      "returnReason": "Some Reason Value",
      "withdrawable": true,
      "autoWithdrawnReasonCode": "autoWithdrawnReasonCode",
      "isPaymentCcyBaseCcy": true,
      "sourceAmount": 12345,
      "transmissionType": "transmissionType",
      "payorName": "payorName",
      "sourceAccountName": "My Account",
      "paymentChannelId": "123asdf",
      "invertedRate": 3.616076749251911,
      "sourceAccountId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "individualIdentificationNumber": "1231231adf",
      "accountNumber": "123123232323",
      "transmissionTypeRequested": "transmissionTypeRequested",
      "remoteId": "aasdf123",
      "routingNumber": "123123123123",
      "schedule": {
        "scheduledFor": "2000-01-23T04:56:07.000+00:00",
        "scheduleStatus": "SCHEDULED",
        "notificationsEnabled": true,
        "scheduledBy": "Aphra Behn",
        "scheduledByPrincipalId": "8946953b-1e3b-49cf-9da4-b704cbb78f3e",
        "scheduledAt": "2000-01-23T04:56:07.000+00:00"
      }
    },
    {
      "traceNumber": "abodu123",
      "payout": {
        "payoutId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
        "payoutFrom": {
          "principal": "principal",
          "principalId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
          "payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
          "dbaName": "dbaName",
          "payorName": "payorName"
        },
        "payoutTo": {
          "principal": "principal",
          "principalId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
          "payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
          "dbaName": "dbaName",
          "payorName": "payorName"
        }
      },
      "paymentScheme": "paymentScheme",
      "paymentId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "submittedDateTime": "2000-01-23T04:56:07.000+00:00",
      "railsId": "asdf123",
      "payeeId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "railsRejectionInformation": "railsRejectionInformation",
      "events": [
        {
          "eventId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
          "eventDateTime": "2000-01-23T04:56:07.000+00:00",
          "accountName": "accountName",
          "sourceCurrency": "EUR",
          "eventType": "eventType",
          "accountNumber": "accountNumber",
          "paymentAmount": 1299,
          "principal": "principal",
          "routingNumber": "routingNumber",
          "iban": "iban",
          "scheduledFor": "2000-01-23T04:56:07.000+00:00",
          "sourceAmount": 1299,
          "scheduledBy": "Aphra Behn",
          "paymentCurrency": "EUR",
          "scheduledAt": "2000-01-23T04:56:07.000+00:00"
        },
        {
          "eventId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
          "eventDateTime": "2000-01-23T04:56:07.000+00:00",
          "accountName": "accountName",
          "sourceCurrency": "EUR",
          "eventType": "eventType",
          "accountNumber": "accountNumber",
          "paymentAmount": 1299,
          "principal": "principal",
          "routingNumber": "routingNumber",
          "iban": "iban",
          "scheduledFor": "2000-01-23T04:56:07.000+00:00",
          "sourceAmount": 1299,
          "scheduledBy": "Aphra Behn",
          "paymentCurrency": "EUR",
          "scheduledAt": "2000-01-23T04:56:07.000+00:00"
        }
      ],
      "transactionReference": "transactionReference",
      "railsPaymentId": "railsPaymentId",
      "payeeAddressCountryCode": "US",
      "quoteId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "transactionId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "returnCost": 1232,
      "withdrawnReason": "withdrawnReason",
      "iban": "DE89 3704 0044 0532 0130 00",
      "paymentMetadata": "sample metadata",
      "payorPaymentId": "123123asdf",
      "remoteSystemId": "REMOTE_SYSTEM_ID",
      "paymentCurrency": "EUR",
      "rejectionReason": "rejectionReason",
      "paymentTrackingReference": "paymentTrackingReference",
      "status": "status",
      "postInstructFxInfo": {
        "fxStatus": "INITIATED",
        "fxStatusUpdatedAt": "2000-01-23T04:56:07.000+00:00",
        "fxTransactionReference": "AB123GHI",
        "fxMode": "MANUAL"
      },
      "accountName": "My Account Name",
      "remoteSystemPaymentId": "remoteSystemPaymentId",
      "sourceCurrency": "EUR",
      "paymentMemo": "Payment memo",
      "railsAccountId": "railsAccountId",
      "paymentAmount": 7,
      "fundingStatus": "fundingStatus",
      "railsBatchId": "railsBatchId",
      "paymentChannelName": "My Payment Channel",
      "filenameReference": "file ref",
      "rate": 9.301444243932576,
      "countryCode": "US",
      "returnReason": "Some Reason Value",
      "withdrawable": true,
      "autoWithdrawnReasonCode": "autoWithdrawnReasonCode",
      "isPaymentCcyBaseCcy": true,
      "sourceAmount": 12345,
      "transmissionType": "transmissionType",
      "payorName": "payorName",
      "sourceAccountName": "My Account",
      "paymentChannelId": "123asdf",
      "invertedRate": 3.616076749251911,
      "sourceAccountId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "individualIdentificationNumber": "1231231adf",
      "accountNumber": "123123232323",
      "transmissionTypeRequested": "transmissionTypeRequested",
      "remoteId": "aasdf123",
      "routingNumber": "123123123123",
      "schedule": {
        "scheduledFor": "2000-01-23T04:56:07.000+00:00",
        "scheduleStatus": "SCHEDULED",
        "notificationsEnabled": true,
        "scheduledBy": "Aphra Behn",
        "scheduledByPrincipalId": "8946953b-1e3b-49cf-9da4-b704cbb78f3e",
        "scheduledAt": "2000-01-23T04:56:07.000+00:00"
      }
    }
  ]
}

Changes

Changed in 16 of the 50 revisions of this API.1597128

    • added the new optional query request parameter payorPaymentId

      new-optional-request-parameter

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

      response-optional-property-added

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

    • added the new optional query request parameter transactionId

      new-optional-request-parameter

    • added the new optional query request parameter transactionReference

      new-optional-request-parameter

    • 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

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

    • added the new optional query request parameter postInstructFxStatus

      new-optional-request-parameter

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

      response-optional-property-added

    • added the new enum value GACHO to the query request parameter transmissionType

      request-parameter-enum-value-added

    • added the new optional query request parameter railsId

      new-optional-request-parameter

    • added the new enum value LOCAL to the query request parameter transmissionType

      request-parameter-enum-value-added

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

      response-optional-property-added

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the BANK_PAYMENT_REQUESTED 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 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 FAILED 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 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 GBP 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 ORCHESTRATED_PAYMENT_BATCH_CONFIRMED enum value from the //// response property for the response status

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the PAYOUT_WITHDRAWN 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 RETURNED enum value from the // response property for the response status

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the SOURCE_AMOUNT_CONFIRMED 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 UNFUNDED 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 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

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

      response-optional-property-added

    This revision also has 10 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

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

    • added the new optional query request parameter scheduleStatus

      new-optional-request-parameter

    • added the new optional query request parameter scheduledForDateFrom

      new-optional-request-parameter

    • added the new optional query request parameter scheduledForDateTo

      new-optional-request-parameter

    • 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

  • 5e436969863935See the full diff
    • added the new ORCHESTRATED_PAYMENT_BATCH_CONFIRMED enum value to the //// response property for the response status

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new optional query request parameter remoteSystemId

      new-optional-request-parameter

    • 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

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

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

    • added the new optional query request parameter transmissionType

      new-optional-request-parameter

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