---
title: "Changes to Get transaction history for the current customer"
method: GET
path: "/v1/stripe/transactions"
---

# Changes to Get transaction history for the current customer

`GET /v1/stripe/transactions`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 26 revisions.

- **2026-07-24** `4448af6573a2` — 1 breaking, 4 warning, 7 info
- **2026-07-20** `c3b0e234fc13` — 1 info
- **2026-06-19** `a9b22943fe9c` — 1 info
- **2026-06-17** `b1975c50c4ba` — 1 breaking
- **2026-05-07** `967c41f60844` — 1 info

## Changes

- **2026-07-24** `4448af6573a2` — 1 breaking, 4 warning, 7 info
  - removed the required property `data/transactions/items/paymentMethod` from the response with the `200` status
  - deleted the `query` request parameter `endingBefore`
  - deleted the `query` request parameter `startingAfter`
  - removed the optional property `data/nextPage` from the response with the `200` status
  - removed the optional property `data/transactions/items/metadata` from the response with the `200` status
  - added the new optional `query` request parameter `offset`
  - added the optional property `data/transactions/items/cardBrand` to the response with the `200` status
  - added the optional property `data/transactions/items/cardLast4` to the response with the `200` status
  - added the optional property `data/transactions/items/stripeInvoiceId` to the response with the `200` status
  - added the required property `data/totalCount` to the response with the `200` status
  - added the required property `data/transactions/items/amountRefunded` to the response with the `200` status
  - added the required property `data/transactions/items/type` to the response with the `200` status
- **2026-07-20** `c3b0e234fc13` — 1 info
  - added the optional property `data/transactions/items/bonusAmount` to the response with the `200` status
- **2026-06-19** `a9b22943fe9c` — 1 info
  - endpoint added
- **2026-06-17** `b1975c50c4ba` — 1 breaking
  - api path removed without deprecation
- **2026-05-07** `967c41f60844` — 1 info
  - api operation id `listStripeTransactions` removed and replaced with ``

---

[Operation](https://skmtc.dev/akash-network/apis/akash-network-console-api/docs/v1/stripe/transactions/get.md) · [API](https://skmtc.dev/akash-network/apis/akash-network-console-api.md) · [Page](https://skmtc.dev/akash-network/apis/akash-network-console-api/changes/v1/stripe/transactions/get)
