请求
POST /verify
{
"payload": { "...": "PaymentPayload" },
"requirements": { "...": "PaymentRequirements" }
}
响应
// 200
{ "success": true, "payer": "0xBuyer" }
// 400
{ "success": false, "error": "invalid_signature" }
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.