Occurs when two partner accounts are merged.
When two partner accounts are merged, the sourcePartner account is collapsed into the
targetPartner account. The source partner's enrollment in the program no
longer exists after the merge, so any future API calls or webhook events for
this partner will reference targetPartner.id instead.
If you store partner IDs in your own system, listen to this webhook to update
your records to use the targetPartner.id.
Response body parameters
All webhook payloads follow a consistent top-level structure with event-specific data nested within the data object.
partner.merged).partner.merged event contains the following parameters:Show object parametersHide object parameters
The source partner account that was merged away. Its enrollment in this
program no longer exists; use targetPartner.id instead.
Whether the target partner account was already enrolled in this program before the merge.
If true, both partners were already enrolled in the program and
the merge process collapsed the source account into the target account.
If false, only the source partner account was enrolled in the
program, which means the partner's ID in your program was updated to the
target partner's ID.