Third Party Customer Status Updated Event
Sent when the status of a third party customer changes.
Once you have subscribed to the “THIRD PARTY CUSTOMER STATUS” event type, Redpin will call your designated API endpoint with the payload described below when there is an update to one of your third party customer’s statuses.
Example Payloads:
REJECTED
APPROVED
Payload
The payload of this webhook request is an object.
event_id
Unique identifier for the event
event_timestamp
Timestamp of the event in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
customer_id
Unique identifier for the customer
client_customer_ref
The unique reference identifier of the third party client
status
Status of the third party customer
Allowed values:
data
The data
object is optional.
It is only present when the status is REJECTED
.
It contains an array of reasons for the rejection.
If the status is APPROVED
, the data
object is not present.
Response
200
any
Return a 200 status to indicate that the data was received successfully.