---
title: "Register CVV for a card payment from checkout token"
method: POST
path: "/checkout/v1/payment-methods/{card_id}/cvv"
tags: ["Checkout"]
---

# Register CVV for a card payment from checkout token

`POST /checkout/v1/payment-methods/{card_id}/cvv`

Register an encrypted CVV token for a specific card. Uses customer_id and invoice_id from checkout token.

## Path parameters

- `card_id` string, required

## Request body

- CheckoutCreateCardCvvInput — CVV registration information
  - `cvv_secret` string
  - `provider` 'evervault'

## Response `201`

Created

- CheckoutCreateCardCvvResponse — Create card CVV response
  - `success` boolean

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/alternativepayments/apis/alternative-payments.md) · [All operations](https://skmtc.net/alternativepayments/apis/alternative-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alternativepayments/alternative-payments/revisions/730efda86cd1/schema)
