AOP API/Payment Links
/webhooks/razorpayRazorpay webhook receiver — verifies signature and marks the matching payment link paid.
https://api.w3builders.com/v1/webhooks/razorpay| Field | Type |
|---|---|
| status | value |
curl -X POST https://api.w3builders.com/v1/webhooks/razorpay
{"shape": "{ status: 'ok' | 'ignored' | 'no_link_id' }"}
This is a receiver endpoint Razorpay calls, not something you call directly — point your Razorpay webhook configuration at this URL instead of testing it here.
curl -X POST https://api.w3builders.com/v1/webhooks/razorpay
{"shape": "{ status: 'ok' | 'ignored' | 'no_link_id' }"}
This is a receiver endpoint Razorpay calls, not something you call directly — point your Razorpay webhook configuration at this URL instead of testing it here.