W3builders
AOP API

AOP API/Payment Links

Razorpay Webhook

POST/webhooks/razorpay
no auth

Razorpay webhook receiver — verifies signature and marks the matching payment link paid.

Endpoint

POSThttps://api.w3builders.com/v1/webhooks/razorpay
  • Only WhatsApp confirmation is sent here — no receipt document or email is auto-generated (unlike manual payment recording).

Response parameters

FieldType
statusvalue
Razorpay Webhook
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.

Was this page helpful?