W3builders
AOP API

AOP API/Payment Links

Stripe Webhook

POST/webhooks/stripe
no auth

Stripe webhook receiver — same effect as the Razorpay webhook.

Endpoint

POSThttps://api.w3builders.com/v1/webhooks/stripe

Response parameters

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

Was this page helpful?