---
title: "Changes to Retrieve payment status"
method: GET
path: "/payments/{payment_id}/status"
---

# Changes to Retrieve payment status

`GET /payments/{payment_id}/status`

> Every recorded change to this endpoint, newest first.
> 43 revisions in range; 1 not diffed.

## Timeline

Changed in 8 of 43 revisions.

- **2026-08-27** `16c82685be35` — 1 warning, 1 info
- **2026-08-25** `621705ee8f4a` — 2 info
- **2026-08-13** `48408451a1f0` — 1 breaking, 2 info
- **2026-08-12** `ae20b30817de` — 1 info
- **2026-08-11** `a01100378e59` — 5 breaking, 1 info
- **2026-08-07** `f1020c3ecda4` — 3 info
- **2026-08-05** `6c970f803b46` — 87 warning
- **2026-08-04** `bdd0e2c70d58` — 1 info

## Changes

- **2026-08-27** `16c82685be35` — 1 warning, 1 info
  - added the new `requires_capture` enum value to the `status` response property for the response status `200`
  - added the required property `capture_expires_at` to the response with the `200` status
- **2026-08-25** `621705ee8f4a` — 2 info
  - added the optional property `next_action/oneOf[#/components/schemas/PaymentNextAction]/oneOf[subschema #2: Display instructions]/data/oneOf[subschema #3: Bank transfer]/bank_transfer/bank_address` to the response with the `200` status
  - added the optional property `next_action/oneOf[#/components/schemas/PaymentNextAction]/oneOf[subschema #2: Display instructions]/data/oneOf[subschema #3: Bank transfer]/bank_transfer/routing_number` to the response with the `200` status
- **2026-08-13** `48408451a1f0` — 1 breaking, 2 info
  - added `#/components/schemas/PaymentVoucherInstructions, #/components/schemas/PaymentQrInstructions, #/components/schemas/PaymentBankTransferInstructions` to the `next_action/oneOf[#/components/schemas/PaymentNextAction]/oneOf[subschema #2: Display instructions]/data` response property `oneOf` list for the response status `200`
  - added discriminator to `next_action/oneOf[#/components/schemas/PaymentNextAction]/oneOf[subschema #2: Display instructions]/data` response property for the response status `200`
  - removed `#/components/schemas/PaymentInstructions` from the `next_action/oneOf[#/components/schemas/PaymentNextAction]/oneOf[subschema #2: Display instructions]/data` response property `oneOf` list for the response status `200`
- **2026-08-12** `ae20b30817de` — 1 info
  - added the required property `next_action/oneOf[#/components/schemas/PaymentNextAction]/oneOf[subschema #1: Redirect]/data/frame_max_width` to the response with the `200` status
- **2026-08-11** `a01100378e59` — 5 breaking, 1 info
  - added `#/components/schemas/PaymentNextActionRedirect, #/components/schemas/PaymentNextActionDisplayInstructions, #/components/schemas/PaymentNextActionAwaitConfirmation` to the `next_action/oneOf[#/components/schemas/PaymentNextAction]/` response property `oneOf` list for the response status `200`
  - the `next_action/oneOf[#/components/schemas/PaymentNextAction]/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `next_action/oneOf[#/components/schemas/PaymentNextAction]/data` from the response with the `200` status
  - removed the required property `next_action/oneOf[#/components/schemas/PaymentNextAction]/render` from the response with the `200` status
  - removed the required property `next_action/oneOf[#/components/schemas/PaymentNextAction]/type` from the response with the `200` status
  - added discriminator to `next_action/oneOf[#/components/schemas/PaymentNextAction]/` response property for the response status `200`
- **2026-08-07** `f1020c3ecda4` — 3 info
  - added the optional property `error/code` to the response with the `401` status
  - added the optional property `error/code` to the response with the `403` status
  - added the optional property `error/code` to the response with the `404` status
- **2026-08-05** `6c970f803b46` — 87 warning
  - added the new `authentication_required` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `bank_account_closed` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `bank_account_frozen` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `bank_account_holder_deceased` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `bank_account_not_found` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `bank_amount_error` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `bank_authorization_revoked` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `bank_declined` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `bank_details_invalid` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `bank_duplicate` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `bank_generic_decline` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `bank_insufficient_funds` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `bank_invalid_routing_number` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `bank_non_transaction_account` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `bank_not_authorized` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `bank_payment_stopped` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `bank_processing_error` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `bank_regulatory_blocked` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `blocked_by_cardholder` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `cannot_authorize` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `card_not_supported` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `card_type_not_supported` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `card_velocity_exceeded` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `closed_account` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `contact_issuer` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `currency_not_supported` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `duplicate_transaction` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `expired_card` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `generic_decline` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `high_risk` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `incorrect_pin` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `insufficient_funds` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `invalid_account` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `invalid_amount` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `invalid_card_holder_name` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `invalid_card_number` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `invalid_country` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `invalid_cvc` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `invalid_cvc_or_expiration` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - added the new `invalid_expiry` enum value to the `last_payment_error/oneOf[#/components/schemas/PaymentLastPaymentError]/decline_code` response property for the response status `200`
  - …47 more
- **2026-08-04** `bdd0e2c70d58` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/whop/apis/whop-api/docs/payments/:payment_id/status/get.md) · [API](https://skmtc.dev/whop/apis/whop-api.md) · [Page](https://skmtc.dev/whop/apis/whop-api/changes/payments/:payment_id/status/get)
