> For the complete documentation index, see [llms.txt](https://docs-card.musepay.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-card.musepay.io/integration/card-api/how-to-issue-a-card.md).

# How to Issue a Card

<figure><img src="https://291345848-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8G8bsKik5orKdDuVU9PX%2Fuploads%2Fgit-blob-df60090d2cee3208a1f448b0cf7d23de64a40604%2Fimage%20(10).png?alt=media" alt=""><figcaption></figcaption></figure>

### 1. Get Card Product ID

When issuing a card, the productId must be specified and determines the card product to issue. The card product determines the card type, card face, card features, benefits, interest rates, capabilties, etc. The list of available productIds is static will be provided by your solution manager. Also you can retrieve the productIds from the Partner Portal (<https://agent.musepay.io/>).

### 2. Create Card Holder

Follow [Authentication](/integration/authentication.md) to set up API access. Then create a cardholder using the [Card User](/reference/api-reference/card-api/card-user.md) endpoints.

### 3. Apply a Card

Once the cardholder is created, submit a card application using the [Apply Card](/reference/api-reference/card-api/card.md#apply-card) endpoint.

### 4. Top Up

* Firstly, you need to recharge a certain amount of crypto assets to your partner basic account. Go to the Partner Portal and navigate to Balance -> Deposit Coin as follow, where you can obtain a crypto address. After the cryptocurrency is confirmed on chain, your partner basic account will have a balance.

<figure><img src="https://291345848-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8G8bsKik5orKdDuVU9PX%2Fuploads%2Fgit-blob-e0ebeba8ca49afd401c3c2c41a90cdde791f65b8%2Fimage%20(13).png?alt=media" alt=""><figcaption></figcaption></figure>

* Then use the [Top Up Card](/reference/api-reference/card-api/card-account.md#top-up-card) endpoint. MusePay transfers the specified amount from your partner basic account to the selected card account.

  <br>
