AOP API/Payment Links
/webhooks/stripeStripe webhook receiver — same effect as the Razorpay webhook.
https://api.w3builders.com/v1/webhooks/stripe| Field | Type |
|---|---|
| status | value |
curl -X POST https://api.w3builders.com/v1/webhooks/stripe
{"shape": "{ status: 'ok' | 'ignored' | 'no_link_id' }"}
This is a receiver endpoint Stripe calls, not something you call directly — point your Stripe webhook configuration at this URL instead of testing it here.
curl -X POST https://api.w3builders.com/v1/webhooks/stripe
{"shape": "{ status: 'ok' | 'ignored' | 'no_link_id' }"}
This is a receiver endpoint Stripe calls, not something you call directly — point your Stripe webhook configuration at this URL instead of testing it here.