v1
latestOpenAPI 3.1.02026-07-263436159.3 KBWebhook
Subscription webhook endpoint
This endpoint documents the webhook events that PayRetailers will send to your notificationUrl. You should implement this endpoint on your server to receive subscription and payment status updates.
post/api/v1/subscription-events
Request body
Example request
{
"eventType": "subscription.payment",
"eventId": "event-guid-123",
"eventDate": "2025-01-15T10:30:00Z",
"entityId": "subscription-guid",
"status": "PAID",
"statusDate": "2025-01-15T10:35:00Z"
}Response
Webhook received successfully - No Content