Payments
Checks
Webhook events
4 min
when you work with cross river accounts, cards and payments, you register for specific webhook events which have a specific event formats this table presents common checks webhook events that are described in detail below true false 246false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type event examples check payment sent sample event { "id" "bfdf9c39 633f 4cf2 be4a b2e201334528", "eventname" "check payment sent", "status" "pending", "partnerid" "1e5d3f04 ae24 4af6 9e30 aecf012b99dd", "createdat" "2025 05 19t14 38 44 177+00 00", "resources" \[ "checks/v1/payments/9a2975ce 2466 4c4b 87a0 b2e201330da8" ], "details" \[ { "paymentid" "9a2975ce 2466 4c4b 87a0 b2e201330da8", "paymenttype" "forward", "coretransactionid" "2ccddeaf a957 4936 8837 b2e201330da8", "memopostid" "879645d9 ec6e 4ffe beeb b2e201330da8", "accountnumber" "2207975570", "depositbusinessdate" "250519", "postingcode" "ok", "amount" "15000", "recognizedamount" "100", "payerroutingnumber" "314074269", "payeraccountnumber" "28293886", "checknumber" "1237", "checktype" "standard", "sequencenumber" "5894754816", "micr" "1237", "purpose" "skip iqa", "clientidentifier" null, "schedule" "0,15000", "policy" "standard", "rejectionreason" null, "isredeposit" "false", "originalpaymentid" "9a2975ce 2466 4c4b 87a0 b2e201330da8" } ] } check payment received sample event { "id" "6575634b 0f2e 4986 aa9b b2e20130315d", "eventname" "check payment received", "status" "pending", "partnerid" "1e5d3f04 ae24 4af6 9e30 aecf012b99dd", "createdat" "2025 05 19t14 27 31 927+00 00", "resources" \[ "checks/v1/payments/9fd83f35 8f40 4979 9a70 b2e201302e9b" ], "details" \[ { "paymentid" "9fd83f35 8f40 4979 9a70 b2e201302e9b", "coretransactionid" "62ed24fa f870 48b6 b948 b2e201302e9b", "accountnumber" "2375027519", "checknumber" "1005", "bofdroutingnumber" "061000146", "payeename" "verizon wireless", "checktype" "unknown", "sequencenumber" "3506582471", "clientidentifier" null, "positivepayresult" null, "positivepaymatchid" null, "amount" "5999" } ] } check payment rejected sample event { "id" "fecaad6b a2be 40e3 a4ad b2e20133afcc", "eventname" "check payment rejected", "status" "pending", "partnerid" "1e5d3f04 ae24 4af6 9e30 aecf012b99dd", "createdat" "2025 05 19t14 40 15 167+00 00", "resources" \[ "checks/v1/payments/a0a8c33b 9e30 4356 8c13 b2e201338f14" ], "details" \[ { "paymentid" "a0a8c33b 9e30 4356 8c13 b2e201338f14", "paymenttype" "forward", "coretransactionid" "2c951cb5 b9f1 4455 b1b9 b2e201338f14", "memopostid" "79c6727e 2fb8 4d8f a207 b2e201338f14", "accountnumber" "2207975570", "depositbusinessdate" "250519", "postingcode" "ok", "amount" "75000", "recognizedamount" "100", "payerroutingnumber" "314074269", "payeraccountnumber" "28293886", "checknumber" "1237", "checktype" "standard", "sequencenumber" "6017013176", "micr" "1237", "purpose" "skip iqa", "clientidentifier" null, "schedule" "0,7500,67500", "policy" "standard", "rejectionreason" "notspecified", "isredeposit" "false", "originalpaymentid" "a0a8c33b 9e30 4356 8c13 b2e201338f14" } ] }