---
title: "PUT /pay/{id}"
method: PUT
path: "/pay/{id}"
tags: ["OnlinePaymentsWithCardinalStandard"]
---

# PUT /pay/{id}

`PUT /pay/{id}`

## Path parameters

- `id` string, uuid, required

## Request body

- OnlinePaymentUpdateRequest
  - `cardholderName` string, nullable
  - `cardPan` string, nullable
  - `cardToken` string, nullable
  - `cardExpiration` string, nullable
  - `flexError` string, nullable
  - `binError` string, nullable
  - `cardinalError` string, nullable
  - `applePayError` string, nullable
  - `googlePayError` string, nullable
  - `checkboxCard` boolean

## Response `200`

Success

---

[API](https://skmtc.dev/skipcash/apis/skipcash-api.md) · [All operations](https://skmtc.dev/skipcash/apis/skipcash-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/skipcash/skipcash-api/revisions/6d8bb4bacc01/schema)
