# Credit Card / FIAT Payments

### Let your users pay using FIAT! Receive crypto.

Using Mintpad, you can allow the user to pay in crypto and FIAT. The user can choose how to pay the minting fee for the NFT. They can **pay using FIAT** and send the NFT to an **already created wallet or**, in case they don't own one, using a **custodial wallet**. They can transfer the minted NFT to a wallet whenever they want.

{% hint style="info" %}
Despite the user paying in FIAT, you'll receive the payments in crypto using the ERC-20 (e.g., USDC) or Native Token (e.g., Ether, MATIC, BNB...), in which you set up the minting price of your collection.
{% endhint %}

<figure><img src="/files/GedVWtsANHrjLhStNQPA" alt=""><figcaption></figcaption></figure>

## [LIVE EXAMPLE](https://starter_booster_pack_polygon.nfts2.me/)

You can check a live example of FIAT / Credit Card payments with USDC at <https://starter_booster_pack_polygon.nfts2.me/>.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mintpad.gitbook.io/docs/features/credit-card-fiat-payments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
