Changes to GET /api/payments/refunds

GET /api/payments/refunds

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 2 of the 14 revisions of this API.452

  1. a93e4f4a1119442
  2. bafd26ef1fbe1

What changed

  • a93e4f4a1119442See the full diff
    • the query request parameter skip became required

      request-parameter-became-required

    • the query request parameter top became required

      request-parameter-became-required

    • for the query request parameter skip, the type/format was changed from number/float to integer/

      request-parameter-type-changed

    • for the query request parameter top, the type/format was changed from number/float to integer/

      request-parameter-type-changed

    • for the query request parameter skip, the max was set to 9007199254740991.00

      request-parameter-max-set

    • for the query request parameter top, the max was set to 1000.00

      request-parameter-max-set

    • for the query request parameter skip, the min was set to 0.00

      request-parameter-min-set

    • for the query request parameter top, the min was set to 1.00

      request-parameter-min-set

    • added the new optional query request parameter paymentId

      new-optional-request-parameter

    • added the new optional query request parameter transactionId

      new-optional-request-parameter

    • added the new MWK enum value to the docs/items/currency response property for the response status 200

      response-property-enum-value-added