Referral Created Event
Sent when a referral is created successfully or when referral creation fails. This webhook helps you track the status of your referrals in real-time.
Payload
The payload of this webhook request is an object.
partner_id
Partner ID of the partner referring the customer (not required unless using multiple partner accounts)
referral_id
Unique identifier for the referral
status
Status of the referral
event_name
Event name
customer_id
Unique Customer Id generated post registration
failure_message
Failure message to be returned in case status - FAILED
referral_date
registration_date
first_trade_date
additional_details
Additional details about the referral's requirements
company
Company details (required if customer_type is Corporate)
contact
Contact details for the referral
Response
200
any
Return a 200 status to indicate that the data was received successfully.