Partner Portal

Webhooks

Configure webhook endpoints to receive real-time event notifications

Webhook Configuration
This is a placeholder. Webhook functionality is coming soon.
Events
Select which events to subscribe to

Triggered when a new NFT is minted

Triggered when an NFT is listed on the marketplace

Triggered when a payment is confirmed by the gateway

Triggered when an on-chain transfer is complete

Triggered if an on-chain transfer fails

Example Payload
{
  "event": "payment.confirmed",
  "timestamp": "2026-02-09T12:00:00Z",
  "data": {
    "receiptId": "rct-001",
    "listingId": "lst-003",
    "amountFiat": 130.00,
    "currency": "USD",
    "gateway": "Wert",
    "txHash": "0xabc123..."
  }
}