---
title: "Create a card"
method: POST
path: "/payment_cards"
tags: ["Payment Cards"]
---

# Create a card

`POST /payment_cards`

Adds new payment card to user cards.

Requires <code>write_payment_cards</code> OAuth access scope.

## Request body

- object
  - `number` string, required — Card number.
  - `cvc` string, required — 3-digit card CVC code.
  - `exp_month` number, required — Card expiration month (1-12).
  - `exp_year` number, required — Card expiration year.

## Response `200`

OK

- PaymentCards
  - `card_id` number — A unique identifier of the card.
  - `last4` string — Last 4 digits of the card.
  - `brand` string — Card brand.
  - `created_at` string — Date/time at which the card was created.
  - `created_at_timestamp` number — Unix timestamp when the card was created.

---

[API](https://skmtc.net/lokalise/apis/default-projects.md) · [All operations](https://skmtc.net/lokalise/apis/default-projects/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lokalise/default-projects/revisions/7bceba421b12/schema)
