---
title: "Payment Card Emboss"
method: POST
path: "/v2/payment-cards/{payment_card_id}/emboss"
tags: ["paymentCards"]
---

# Payment Card Emboss

`POST /v2/payment-cards/{payment_card_id}/emboss`

## Path parameters

- `payment_card_id` string, required

## Headers

- `Authorization` string, required

## Request body

- Emboss
  - `operation` 'hold' | 'unhold', required
  - `shipping` 'standard' | 'express'
  - `result` boolean

## Response `201`

- Emboss
  - `operation` 'hold' | 'unhold', required
  - `shipping` 'standard' | 'express'
  - `result` boolean

---

[API](https://skmtc.net/upwardli/apis/api-reference.md) · [All operations](https://skmtc.net/upwardli/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upwardli/api-reference/revisions/8a237f1f704f/schema)
