Payment Failed
For payment failed events, we promptly trigger the "Payment Failed Webhook" 30 minutes after user has initiated a payment request and has not completed it successfully within the last 30 minutes.
For all offerings
curl --location `${WEBHOOK_URL}` \
--header 'apikey: ${YOUR_API_KEY}' \
--header 'Content-Type: application/json' \
--data-raw '{
"Name": "Abhishek",
"Amount": 2, // In INR
"offer_code": "Republic30",
"offer_id": "65aa4e1327f9931ac61d9fef",
"offer_discount": null,
"Email": "[email protected]",
"Phone": "+91123456789",
"Product": "How To Crack Your First Five Clients",
"Link of Product": "https://rpy.club/jcp/example-1",
"Time": "Jan 19, 2024 10:36 AM",
"ref_id": "order_NQRMSFjAj4kCm6",
"event_type": "payment_failed",
"payment_status" : "initiated", // or "failed"
}'For Cart Payment
Last updated