Prerequisites
- A deployed delivery protection operator (see Deploy an Operator)
- An arbiter service endpoint (see Arbiter Setup)
Configure forwardToArbiter()
Add the The hook POSTs to The helper reconstructs
forwardToArbiter() hook to your x402 resource server. After every successful auth-capture settlement, it POSTs to your arbiter service fire-and-forget:{arbiterUrl}/verify with:PaymentInfoWire from the verified SettleResultContext. The arbiter consumes req.body.paymentInfoWire and runs it through PaymentInfo.fromWire(...) to recover the bigint-typed struct expected by SDK actions. See forwardToArbiter() docs for the full payload shape.Share addresses with the arbiter
The arbiter service needs
operatorAddress and escrowPeriodAddress from your deployment to construct its SDK client. Share these via config, environment variables, or a shared registry.Next Steps
Arbiter Setup
Build the service that evaluates responses and releases funds.
Deploy Operator
Full deployment config and condition slot details.
