Close
logointerlace
Talk with us >

Webhook Payment Wire Updated

Event

payment.wire.updated

Explanation

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

When it occurs

This Webhook fires when key information related to a wire transfer payment, such as amount, recipient details, or transaction date, is updated.

Payload

.

{
"event": "payment.wire.updated",
"referenceId": "889a07a7-1c48-432f-a80f-6690c6e8cbd5",
"timestamp": "2023-03-15T21:03:10.227",
"data":
{
"fromAccountId": "00019812891",
"recipient": {
"paymentRecipientId": "caad0e17-8b6a-491a-a419-138877291a85",
"customerId": "96522204-5aae-4659-9daa-63bd82029d22",
"name": "George Harrison",
"nickname": "gharrison",
"rtn": "AUEKKASK",
"accountNumber": "09102901",
"wireBIC": "IUWIQUIWQ",
"bankName": "Wells Fargo",
"bankAddress": {
"line1": "4881 Doctors Drive",
"city": "Leitchfield",
"postalCode": "42754",
"state": "Kentucky",
"country": "US"
},
"accountAddress": {
"line1": "3707 Kenwood Place",
"line2": "Apt. 402",
"city": "Oakland",
"postalCode": "38948",
"state": "Mississippi",
"country": "US"
}
},
"amount": 250,
"dueDate": "2021-07-15",
"reason": "wire payment",
"memo1": "wire payment memo 1",
"memo2": "wire payment memo 2",
"memo3": "wire payment memo 3",
"intermediateBank": {
"bankName": "Bank of America",
"rtn": "99100100332",
"address": {
"line1": "4881 Doctors Drive",
"city": "Leitchfield",
"postalCode": "42754",
"state": "Kentucky",
"country": "US"
}
},
"wirePaymentId": "caad0e17-8b6a-491a-a419-138877291a85",
"recurringWirePaymentId": "caad0e17-8b6a-491a-a419-138877291a85",
"scheduledTime": "2021-07-15T14:46:41.375Z",
"processedTime": "2021-07-15T14:46:41.375Z",
"failedTime": "2021-07-15T14:46:41.375Z",
"cancelledTime": "2021-07-15T14:46:41.375Z",
"startedProcessingTime": "2021-07-15T14:46:41.375Z",
"status": "PROCESSED"
}
}
Previous
Webhook Payment Wire Created