Webhook Transfer Internal Created
Event
transfer.internal.created
Explanation
FinTechs can utilize the Transfer Internal Created webhook to receive notifications whenever a new internal transfer between accounts is initiated, enabling efficient tracking and management of internal funds movement.
When it occurs
This Webhook fires when a user initiates a transfer of funds between their own accounts within the same institution.
Payload
{"event": "transfer.internal.created","referenceId": "889a07a7-1c48-432f-a80f-6690c6e8cbd5","timestamp": "2023-03-15T21:03:10.227","data":{"transferId": "TRANSFER-ID","fromAccountId": "123e4567-e89b-12d3-a456-426614174000","toAccountId": "123e4567-e89b-12d3-a456-426614174001","amount": 100,"memo": "Transfer Example From ACCOUNT-123 To ACCOUNT-456","referenceId": "FI-TRANSFER-ID","status": "PROCESSED","scheduleDate": "2021-07-15","transferTime": "2021-07-15T14:46:41.375Z"}}