---
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

---

[API](https://skmtc.net/coinflow/apis/api-reference.md) · [All operations](https://skmtc.net/coinflow/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinflow/api-reference/versions/3f6a046fbb34/schema)
