---
title: "Create Card"
method: POST
path: "/card"
---

# Create Card

`POST /card`

Use this API to create a Virtual Card. Virtual cards can belong to either a Business or a Person.

## Request body

- object
  - `person_id` string — Pass this if the owner of the card is a person
  - `business_id` string — Pass this if the owner of the card is a business
  - `label` string, required
  - `funding_amount` integer, required — A minimum of $5.00 is usually required to create a card with an initial balance. Amount should be in subunits, e.g. $1 should be sent as 100.
  - `secure_settings` object — Only required when creating business cards
    - `mobile` string, required — Kindly provide the full phone number complete with the country prefix e.g. +11234567890
    - `pin` string, required — The PIN is an 8-digit code used for authentication purposes. It is recommended that the PIN should only numeric characters (0-9).

## Response `200`

200

- object
  - `data` object
    - `id` string
    - `holder_id` string
    - `holder_type` string
    - `balance` integer
    - `currency` string
    - `brand` unknown
    - `label` string
    - `cardholder_name` string
    - `number_masked` unknown
    - `number` unknown
    - `exp_month` unknown
    - `exp_year` unknown
    - `cvv` unknown
    - `pin` unknown
    - `billing_address` object
    - `is_deleted` boolean
    - `status` string
    - `created_at` string
    - `updated_at` string
  - `message` string
  - `meta` unknown
  - `status` string

---

[API](https://skmtc.net/useoval/apis/core-api.md) · [All operations](https://skmtc.net/useoval/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/useoval/core-api/versions/cb65d8f214c3/schema)
