Topic 10
Transfer of Points (topic 10) is triggered when a points transfer completes successfully.
Payload
Loyale sends an HTTP POST whose JSON body is a TransferPointsWebhook.
| Property | Type | Notes |
|---|---|---|
sourceCustomerId | CustomerResultView | Source customer object; despite the legacy property name, this is not an ID string |
targetCustomerId | CustomerResultView | Target customer object; despite the legacy property name, this is not an ID string |
createdDate | date-time | UTC |
updatedDate | date-time | UTC |
createdBy | string | null | |
updatedBy | string | null |
Updated 5 days ago