Create an invoice
curl -X POST \
https://minfeesandbox.com/api/invoices \
-H 'Authorization: HMAC ***' \
-H 'Content-Type: application/json' \
-H 'Date: Tue, 19 Mar 2019 10:11:40 GMT' \
-d '{"price_amount": "20", "price_currency": "EUR", "custom_id": "12398123981722", "pay_currency": "USDC", "network": "bnb_smart_chain"
}'{
"data": {
"id": "dad9c70c-959b-45b8-abe8-f56d7f9b7ceb",
"custom_id": "12398123981722",
"customer_id": null,
"subscription_id": null,
"status": "new",
"status_context": null,
"address": "0x492cBb7092f178fcC6973BBf2396F7436e5cfF25",
"network": "bnb_smart_chain",
"uri": "0x492cBb7092f178fcC6973BBf2396F7436e5cfF25",
"price_amount": "20.0",
"price_currency": "EUR",
"pay_amount": "22.207418",
"pay_currency": "USDC",
"fee": "0.2",
"fee_currency": "EUR",
"paid_amount": "0.0",
"exchange": {
"pair": "USDCEUR",
"rate": "0.9006",
"fee": "0.0",
"fee_currency": "EUR"
},
"transactions": [],
"name": null,
"description": null,
"metadata": null,
"success_redirect_url": null,
"unsuccess_redirect_url": null,
"hosted_page_url": "https://hosted-page.minfeesandbox.com/invoices/dad9c70c-959b-45b8-abe8-f56d7f9b7ceb",
"created_at": "2025-04-23T08:23:56+00:00",
"expires_at": "2025-04-23T08:33:56+00:00"
}Tips for Making Invoice Payments

Last updated