Changes to Get transaction history for the current customer

GET /v1/stripe/transactions

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

Changed in 5 of the 26 revisions of this API.2410

  1. 4448af6573a2147
  2. c3b0e234fc131
  3. a9b22943fe9c1
  4. b1975c50c4ba1
  5. 967c41f608441

What changed

  • 4448af6573a2147See the full diff
    • removed the required property data/transactions/items/paymentMethod from the response with the 200 status

      response-required-property-removed

    • deleted the query request parameter endingBefore

      request-parameter-removed

    • deleted the query request parameter startingAfter

      request-parameter-removed

    • removed the optional property data/nextPage from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/transactions/items/metadata from the response with the 200 status

      response-optional-property-removed

    • added the new optional query request parameter offset

      new-optional-request-parameter

    • added the optional property data/transactions/items/cardBrand to the response with the 200 status

      response-optional-property-added

    • added the optional property data/transactions/items/cardLast4 to the response with the 200 status

      response-optional-property-added

    • added the optional property data/transactions/items/stripeInvoiceId to the response with the 200 status

      response-optional-property-added

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

      response-required-property-added

    • added the required property data/transactions/items/amountRefunded to the response with the 200 status

      response-required-property-added

    • added the required property data/transactions/items/type to the response with the 200 status

      response-required-property-added

    • added the optional property data/transactions/items/bonusAmount to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    • api operation id listStripeTransactions removed and replaced with

      api-operation-id-removed