---
title: "Stripe Add Customer Card"
method: POST
path: "/customer-booking/add-card/{customer_id}/"
tags: ["customer-booking"]
---

# Stripe Add Customer Card

`POST /customer-booking/add-card/{customer_id}/`

Stripe customer add card

## Path parameters

- `customer_id` integer, required

## Request body

- AddCardSchema
  - `postal_code` string, nullable
  - `name` string, required
  - `is_save` boolean
  - `stripe_token` string, required
  - `last4` string, required
  - `exp_month` string, required
  - `brand` string, required
  - `funding` string, required
  - `card_id` string, required
  - `type` string, required
  - `exp_year` string, required
  - `stripe_customer_id` string, required
  - `event_id` integer, required

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/myticketpartner/apis/fastapi.md) · [All operations](https://skmtc.dev/myticketpartner/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myticketpartner/fastapi/revisions/b574a0cabefe/schema)
