---
title: "Register CVV for a card payment"
method: POST
path: "/customers/{id}/payment-methods/{card_id}/cvv"
tags: ["PaymentMethods"]
---

# Register CVV for a card payment

`POST /customers/{id}/payment-methods/{card_id}/cvv`

Register an encrypted CVV token for a specific card and invoice

## Path parameters

- `id` string, required
- `card_id` string, required

## Request body

- CreateCardCvvInput — CVV registration information
  - `cvv_secret` string
  - `product_id` string
  - `product_type` 'invoice'
  - `provider` 'evervault'

## Response `201`

Created

- CreateCardCvvResponse — 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)
