Payment

Get transaction history for the current customer

get/v1/stripe/transactions

Query parameters

limitnumber

Number of transactions to return

Example:100
offsetnumber

Number of transactions to skip for pagination

startDatestring date-time

Start date for filtering transactions (inclusive)

Example:2025-01-01T00:00:00Z
endDatestring date-time

End date for filtering transactions (inclusive)

Example:2025-01-02T00:00:00Z

Response

Customer transactions retrieved successfully

Changes

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

  • 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