---
title: "Changes to Process payment intent after client-side confirmation"
method: POST
path: "/v1/sdk/payment-intents/{processorPaymentId}/process"
---

# Changes to Process payment intent after client-side confirmation

`POST /v1/sdk/payment-intents/{processorPaymentId}/process`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 27 revisions.

- **2026-07-17** `bbc2ff2bc849` — 1 breaking, 3 warning
- **2026-07-04** `a30b6aef464d` — 2 breaking, 2 warning, 2 info
- **2026-04-26** `60c2cd1caf83` — 1 breaking
- **2026-04-10** `c6f97c4a5492` — 1 breaking

## Changes

- **2026-07-17** `bbc2ff2bc849` — 1 breaking, 3 warning
  - added `#/components/schemas/ProcessPaymentProcessing` to the response body `oneOf` list for the response status `200`
  - the `customerRef` request property's maxLength was set to `20`
  - the `planRef` request property's maxLength was set to `20`
  - the `productRef` request property's maxLength was set to `20`
- **2026-07-04** `a30b6aef464d` — 2 breaking, 2 warning, 2 info
  - added `#/components/schemas/ProcessPaymentSucceededRecurring, #/components/schemas/ProcessPaymentSucceededOneTime, #/components/schemas/ProcessPaymentSucceededBare, #/components/schemas/ProcessPaymentTimeout, #/components/schemas/ProcessPaymentFailed, #/components/schemas/ProcessPaymentCancelled` to the response body `oneOf` list for the response status `200`
  - the response's body type changed from `object` to no type for status `200`
  - removed the optional property `message` from the response with the `200` status
  - removed the optional property `status` from the response with the `200` status
  - the request property `productRef` became optional
  - added response discriminator for the response status `200`
- **2026-04-26** `60c2cd1caf83` — 1 breaking
  - the response's body type changed from `object` to no type for status `400`
- **2026-04-10** `c6f97c4a5492` — 1 breaking
  - the response's body type changed from no type to `object` for status `400`

---

[Operation](https://skmtc.dev/solvapay/apis/solvapay-rest-api/docs/v1/sdk/payment-intents/:processorPaymentId/process/post.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/:processorPaymentId/process/post)
