---
title: "Add card in paymentez"
method: PUT
path: "/paymentez/add/card"
tags: ["paymentez"]
---

# Add card in paymentez

`PUT /paymentez/add/card`

## Headers

- `content-language` string, required
- `authorization` string, required

## Request body

- Model45
  - `token` string
  - `transaction_reference` string
  - `isDefault` boolean, required
  - `platform` string
  - `cardType` string
  - `bin` string
  - `card` Card — It is an object having card details
    - `number` string
    - `holder_name` string
    - `expiry_month` number
    - `expiry_year` number
    - `cvc` string
    - `type` string

## Response `default`

Successful

---

[API](https://skmtc.net/pickerexpress/apis/picker-production-documentation.md) · [All operations](https://skmtc.net/pickerexpress/apis/picker-production-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pickerexpress/picker-production-documentation/versions/ecdb0aa8c487/schema)
