Invoice callbacks

Refer to this section to get more information on what callbacks are and how to validate them before acting on it inside your system.

Event
status
status_context
Description

transaction_created

new

null

A customer has just broadcast the transaction on the bitcoin network

transaction_confirmed

new

null

The transaction has just been confirmed on the network

status_changed

completed

null

The invoice status has been changed

unresolved

illicit_resource

unresolved

overpaid

unresolved

underpaid

unresolved

paid_late

refunded

null

cancelled

null

{
  "data": {
    "id": "570d3a94-836a-4810-8786-707d07e52e04",
    "fee": "0.2",
    "uri": "0x54C83d9EF4e7df90DfFe1B9dC668843ffd6bc5aC",
    "name": null,
    "status": "new",
    "address": "0x54C83d9EF4e7df90DfFe1B9dC668843ffd6bc5aC",
    "network": "bnb_smart_chain",
    "exchange": {
      "fee": "0.0",
      "pair": "USDCEUR",
      "rate": "0.9006",
      "fee_currency": "EUR"
    },
    "metadata": null,
    "custom_id": "123981239817222",
    "created_at": "2025-04-23T08:43:22+00:00",
    "expires_at": "2025-04-23T08:53:22+00:00",
    "pay_amount": "22.207418",
    "customer_id": null,
    "description": null,
    "paid_amount": "22.207418",
    "fee_currency": "EUR",
    "pay_currency": "USDC",
    "price_amount": "20.0",
    "transactions": [
      {
        "risk": null,
        "txid": "0x926b4a0d13ac75a07872dea675a9997c08e8c5066ace33ca0483ddb433d533ed"
      }
    ],
    "price_currency": "EUR",
    "status_context": null,
    "hosted_page_url": "https://hosted-page.minfeesandbox.com/invoices/570d3a94-836a-4810-8786-707d07e52e04",
    "subscription_id": null,
    "success_redirect_url": null,
    "unsuccess_redirect_url": null
  },
  "type": "Invoice",
  "event": "transaction_created"
}

Navigate to the Invoice statuses section to get more information about invoice statuses and exceptions.

Last updated