Skip to content

payment.unrecognised

Fires when funds arrive that can’t be matched to an open payment request — wrong asset, wrong chain, or an amount too far off to match. There is no automated resolution; the raw transaction reference is provided so you (or the creator) can investigate manually.

{
"livemode": false,
"paymentRequestId": "req_test_00000000",
"chain": "base",
"rawTx": "0xtesttx"
}

See Webhooks overview for the envelope, headers, and signature verification shared by every event type.