SalesOS.

Payment Webhooks

Payment event notifications

Webhooks Controller_handle Stripe Webhook

POST
/v1/webhooks/stripe

Authorization

AuthorizationRequiredBearer <token>

Enter your JWT token

In: header

Header Parameters

stripe-signatureRequiredstring
curl -X POST "https://api.salesos.org/v1/webhooks/stripe" \
  -H "stripe-signature: <string>" \
  -H "Authorization: Bearer <token>"

Webhooks Controller_handle Razorpay Webhook

POST
/v1/webhooks/razorpay

Authorization

AuthorizationRequiredBearer <token>

Enter your JWT token

In: header

Header Parameters

x-razorpay-signatureRequiredstring
curl -X POST "https://api.salesos.org/v1/webhooks/razorpay" \
  -H "x-razorpay-signature: <string>" \
  -H "Authorization: Bearer <token>"