cURL
curl --request POST \ --url https://api.callaro.ai/api/v1/billing/razorpay-webhook \ --header 'Content-Type: application/json' \ --data '{}'
{ "error": "<string>", "error_code": "<string>", "request_id": "<string>", "details": {}, "errors": [ "<string>" ] }
No JWT. Uses X-Razorpay-Signature header for verification.
X-Razorpay-Signature
The body is of type object.
object
OK
Was this page helpful?