Changes to Initiate deposit

POST /transfers/deposit

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

Changed in 6 of the 28 revisions of this API.218

  1. 359d267dca881
  2. b1ad79e918ac1
  3. 09487fd56e291
  4. ba1fb54c59392
  5. 5b54392d36992
  6. 270e233e401c211

What changed

    • deleted the header request parameter X-Agent-ID with deprecation

      request-parameter-removed-with-deprecation

    • header request parameter X-Agent-ID was deprecated

      request-parameter-deprecated

    • added the new optional request property data/attributes/partyId

      new-optional-request-property

    • added the new optional request property data/attributes/tags

      new-optional-request-property

    • added the required property data/attributes/tags to the response with the 200 status

      response-required-property-added

    • added the required property data/attributes/method to the response with the 200 status

      response-required-property-added

    • added the required property data/attributes/rail to the response with the 200 status

      response-required-property-added

  • 270e233e401c211See the full diff
    • request property data/attributes/currency was restricted to a list of enum values

      request-property-became-enum

    • the data/attributes/description request property's maxLength was decreased to 80

      request-property-max-length-decreased

    • for the header request parameter Idempotency-Key, the maxLength was set to 255

      request-parameter-max-length-set

    • added the new USD enum value to the request property data/attributes/currency

      request-property-enum-value-added