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_idstringRequired

Partner ID of the partner referring the customer (not required unless using multiple partner accounts)

referral_idstringRequired
Unique identifier for the referral
statusstringRequired
Status of the referral
event_namestringRequired
Event name
customer_idstringOptional
Unique Customer Id generated post registration
failure_messagestringOptional

Failure message to be returned in case status - FAILED

referral_datedatetimeOptional
registration_datedatetimeOptional
first_trade_datedatetimeOptional
additional_detailsobjectOptional
Additional details about the referral's requirements
companyobjectOptional

Company details (required if customer_type is Corporate)

contactobjectOptional
Contact details for the referral

Response

200
any
Return a 200 status to indicate that the data was received successfully.