Close
logointerlace
Talk with us >

Webhook Recipient Wire Updated

Event

recipient.wire.updated

Explanation

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

When it occurs

This Webhook fires when key information related to a wire transfer recipient, such as name, bank account number, or routing information, is updated.

Payload

.

{
"event": "recipient.wire.updated",
"referenceId": "889a07a7-1c48-432f-a80f-6690c6e8cbd5",
"timestamp": "2023-03-15T21:03:10.227",
"data":
{
"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"
}
}
}
Previous
Webhook Recipient Wire Created