---
title: "Mint Credits"
method: POST
path: "/merchant/credits/mint"
tags: ["merchant"]
---

# Mint Credits

`POST /merchant/credits/mint`

Mint Credits from your Merchant's Coinflow USDC wallet to a users wallet

## Headers

- `Authorization` string, required

## Request body

- CreditOperation
  - `wallet` string, required
  - `blockchain` 'solana' | 'eth' | 'polygon' | 'base' | 'user' | 'arbitrum' | 'stellar' | 'monad' | 'tempo', required
  - `amount` Cents, required
    - `cents` integer, required
  - `idempotencyKey` string

## Response `200`

Ok

- MerchantMintCreditsResponse200
  - `jobId` union, required
    - number, double
    - string

## Changes

> 22 revisions in range; 7 could not be searched.

- **2026-08-22** `c6be39c0cb2f` — 1 warning
  - the `amount/cents` request property's min was set to `0.00`

[Change history](https://skmtc.dev/coinflow/apis/api-reference/changes/merchant/credits/mint/post.md)

---

[API](https://skmtc.dev/coinflow/apis/api-reference.md) · [All operations](https://skmtc.dev/coinflow/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coinflow/api-reference/revisions/430f04d8d2a9/schema)
