---
title: "Changes to Get a specific payment intent"
method: GET
path: "/v1/sdk/payment-intents/{reference}"
---

# Changes to Get a specific payment intent

`GET /v1/sdk/payment-intents/{reference}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 27 revisions.

- **2026-08-13** `e356f6586bf2` — 8 warning
- **2026-07-04** `a30b6aef464d` — 1 breaking, 14 info
- **2026-04-26** `60c2cd1caf83` — 2 breaking
- **2026-04-10** `c6f97c4a5492` — 2 breaking

## Changes

- **2026-08-13** `e356f6586bf2` — 8 warning
  - added the new `cancelled` enum value to the `status` response property for the response status `200`
  - added the new `failed` enum value to the `status` response property for the response status `200`
  - added the new `pending` enum value to the `status` response property for the response status `200`
  - added the new `processing` enum value to the `status` response property for the response status `200`
  - added the new `requires_action` enum value to the `status` response property for the response status `200`
  - added the new `requires_confirmation` enum value to the `status` response property for the response status `200`
  - added the new `requires_payment_method` enum value to the `status` response property for the response status `200`
  - added the new `succeeded` enum value to the `status` response property for the response status `200`
- **2026-07-04** `a30b6aef464d` — 1 breaking, 14 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `accountId` to the response with the `200` status
  - added the optional property `createdAt` to the response with the `200` status
  - added the optional property `customerRef` to the response with the `200` status
  - added the optional property `exchangeRate` to the response with the `200` status
  - added the optional property `expiresAt` to the response with the `200` status
  - added the optional property `originalAmount` to the response with the `200` status
  - added the optional property `planRef` to the response with the `200` status
  - added the optional property `transactionId` to the response with the `200` status
  - added the required property `amount` to the response with the `200` status
  - added the required property `clientSecret` to the response with the `200` status
  - added the required property `currency` to the response with the `200` status
  - added the required property `processorPaymentId` to the response with the `200` status
  - added the required property `publishableKey` to the response with the `200` status
  - added the required property `status` to the response with the `200` status
- **2026-04-26** `60c2cd1caf83` — 2 breaking
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - the response's body type/format changed from `object`/`` to ``/`` for status `404`
- **2026-04-10** `c6f97c4a5492` — 2 breaking
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - the response's body type/format changed from ``/`` to `object`/`` for status `404`

---

[Operation](https://skmtc.dev/solvapay/apis/solvapay-rest-api/docs/v1/sdk/payment-intents/:reference/get.md) · [API](https://skmtc.dev/solvapay/apis/solvapay-rest-api.md) · [Page](https://skmtc.dev/solvapay/apis/solvapay-rest-api/changes/v1/sdk/payment-intents/:reference/get)
