Event Overview

Event Type: PAYMENT_SUCCESSFUL
Category: Payment
Description: Payment transaction was successful
This webhook is triggered when a customer successfully completes a payment transaction through EximPe.

Payload Schema

{
    "event_type": "PAYMENT_SUCCESSFUL",
    "event_time": "2024-02-15 16:53:15",
    "version": "1.0",
    "sequence_number": "e40552bf-ed12-4f35-9a97-162d97e6fa34",
    "data": {
        "status": "CAPTURED",
        "message": "Payment successful",
        "mop_type": "UPI",
        "order_id": "OD3376378679",
        "payment_id": "PR6938527534",
        "bank_ref_num": "OD3376378679-PR6938527534",
        "payment_completed_at": "2025-06-24T12:30:44.000000Z"
    }
}

Field Specifications

event_type
string
required
Always "PAYMENT_SUCCESSFUL" for this webhook event
event_time
string
required
Timestamp when the event occurred in YYYY-MM-DD HH:MM:SS formatExample: "2024-02-15 16:53:15"
version
string
required
Webhook payload version (currently “1.0”)
sequence_number
string
required
Unique identifier for the event instanceExample: "e40552bf-ed12-4f35-9a97-162d97e6fa34"
data
object
required
Event-specific data payload containing payment transaction details