---
title: "Create a card payment method from checkout token"
method: POST
path: "/checkout/v1/payment-methods/card"
tags: ["Checkout"]
---

# Create a card payment method from checkout token

`POST /checkout/v1/payment-methods/card`

Creates a new card payment method for the customer associated with the checkout token

## Request body

- CheckoutCreateCardInput — Create card payment method request body
  - `address` CheckoutAddressInput — Billing 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 `200`

OK

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