Counterparty Onboarding Completed

A payee-payor relationship was updated

Payload

The payload of this webhook request is an object.
eventTypestringRequired
entityIdstringRequired

The ID of the entity that owns the counterparty relationship

counterpartyIdstringRequired

The ID of the counterparty

Response

200
any
Return a 200 status to indicate that the data was received successfully.
Payload
1{
2 "eventType": "counterparty.onboarding.completed",
3 "entityId": "ent_21661ac1-a2a8-4465-a6c0-64474ba8181d",
4 "counterpartyId": "ent_8545a84e-a45f-41bf-bdf1-33b42a55812c"
5}