---
title: "Create a customer card"
method: POST
path: "/customers/{id}/payment-methods/card"
tags: ["PaymentMethods"]
---

# Create a customer card

`POST /customers/{id}/payment-methods/card`

Create a new card with the provided tokenized information

## Path parameters

- `id` string, required

## Request body

- CreateCardInput — Tokenized card information
  - `address` AddressInput — Address information
    - `city` string
    - `country` string
    - `country_code` string
    - `postal_code` string
    - `state` string
    - `state_code` string
    - `street_address` string
    - `subpremise` string
  - `card_provider_token` string
  - `custom_name` string
  - `provider` 'evervault'

## Response `201`

Created

- CreateCardResponse — Create card response
  - `id` string

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