---
title: "Issue metal card (external invoice)"
method: POST
path: "/api/v1/cards/metal"
tags: ["Cards/Issuance"]
---

# Issue metal card (external invoice)

`POST /api/v1/cards/metal`

Issues a metal card for the specified user and sends it to the provided address. This method has to be used in conjunction with [Create invoice for external payment](https://docs.wirexapp.com/reference/post_api-v1-cards-type-fees-country-payment) api. When the invoice is settled, use this api to issue the card.

## Response `200`

OK

- ResponseCardIssueResponse
  - `id` string, required — Identifier of the card that was issued

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/wirexapp/apis/wirex-baas-api.md) · [All operations](https://skmtc.dev/wirexapp/apis/wirex-baas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wirexapp/wirex-baas-api/revisions/b95a180790b1/schema)
