---
title: "This method provides possibility to add new card to account."
method: POST
path: "/api/Accounts/Cards"
tags: ["Accounts"]
---

# This method provides possibility to add new card to account.

`POST /api/Accounts/Cards`

## Request body

- AddCardRequest
  - `cardNumber` string, nullable
  - `cardToken` string, nullable
  - `cardType` integer
  - `cardHolderName` string, nullable
  - `expiration` string, date-time
  - `description` string, nullable
  - `referenceId` string, nullable
  - `fingerprintSessionId` string, nullable

## 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)
