Close
logointerlace
Talk with us >

Webhook Transfer Internal Updated

Event

transfer.internal.updated

Explanation

FinTechs can leverage the Transfer Internal Updated webhook to receive notifications whenever changes are made to an existing internal transfer, ensuring that all transaction details are current and facilitating effective management.

When it occurs

This Webhook fires when key information related to an internal transfer, such as amount, account numbers, or transfer date, is updated.

Payload

.

{
"event": "transfer.internal.updated",
"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"
}
}
Previous
Webhook Transfer Internal Created