Changes to Get statement by token

GET /v1/financial_accounts/{financial_account_token}/statements/{statement_token}

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

Changed in 4 of the 83 revisions of this API.306

  1. 7732c7d99b3e5
  2. fac001c6337329
  3. 0b90022fb88c1
  4. bf54d7063b111

What changed

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 422

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • the response property next_payment_due_date became nullable for the status 200

      response-property-became-nullable

    • the response property next_statement_end_date became nullable for the status 200

      response-property-became-nullable

    • added credit_details subschema #1 to the period_totals/credit_details response property oneOf list for the response status 200

      response-property-one-of-added

    • added credit_details subschema #1 to the statement_totals/credit_details response property oneOf list for the response status 200

      response-property-one-of-added

    • added credit_details subschema #1 to the ytd_totals/credit_details response property oneOf list for the response status 200

      response-property-one-of-added

    • added debit_details subschema #1 to the period_totals/debit_details response property oneOf list for the response status 200

      response-property-one-of-added

    • added debit_details subschema #1 to the statement_totals/debit_details response property oneOf list for the response status 200

      response-property-one-of-added

    • added debit_details subschema #1 to the ytd_totals/debit_details response property oneOf list for the response status 200

      response-property-one-of-added

    • added payment_details subschema #1 to the period_totals/payment_details response property oneOf list for the response status 200

      response-property-one-of-added

    • added payment_details subschema #1 to the statement_totals/payment_details response property oneOf list for the response status 200

      response-property-one-of-added

    • added payment_details subschema #1 to the ytd_totals/payment_details response property oneOf list for the response status 200

      response-property-one-of-added

    • removed the pattern property ^.*$ from the period_totals/credit_details response property for the status 200

      response-property-pattern-property-removed

    • removed the pattern property ^.*$ from the period_totals/debit_details response property for the status 200

      response-property-pattern-property-removed

    • removed the pattern property ^.*$ from the period_totals/payment_details response property for the status 200

      response-property-pattern-property-removed

    • removed the pattern property ^.*$ from the statement_totals/credit_details response property for the status 200

      response-property-pattern-property-removed

    • removed the pattern property ^.*$ from the statement_totals/debit_details response property for the status 200

      response-property-pattern-property-removed

    • removed the pattern property ^.*$ from the statement_totals/payment_details response property for the status 200

      response-property-pattern-property-removed

    • removed the pattern property ^.*$ from the ytd_totals/credit_details response property for the status 200

      response-property-pattern-property-removed

    • removed the pattern property ^.*$ from the ytd_totals/debit_details response property for the status 200

      response-property-pattern-property-removed

    • removed the pattern property ^.*$ from the ytd_totals/payment_details response property for the status 200

      response-property-pattern-property-removed

    • the period_totals/credit_details response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the period_totals/debit_details response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the period_totals/payment_details response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the statement_totals/credit_details response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the statement_totals/debit_details response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the statement_totals/payment_details response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the ytd_totals/credit_details response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the ytd_totals/debit_details response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the ytd_totals/payment_details response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • response property credit_product_token list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • added the optional property statement_totals to the response with the 200 status

      response-optional-property-added