Include the debtor's name, address, and country if they are missing from the customer profile.
The API response returns a transaction identifier when the transfer is successfully initiated. Wire transfers are not processed in real time the way internal transfers are. Processing may take anywhere from a few seconds to several days, depending on the payment network. When the transfer is processed, a Webhook (link to webhook) with its status is sent.
Example webhook:
{
"action": "TRANSACTION.UPDATE",
"version": 2,
"payload": {
"wires": {
"status": "settled"
},
"status": 1,
"updated_on": "2023-03-23 16:38:03",
"token": "f5ef915a-0d45-46ae-9109-acddeb38bcda"
}
}