Debtor name, address, and country will also be required in case they are missing in the customer profile.
A response from the API call, a transaction identifier will be received when the transfer is successfully initiated. Wire transfers are not processed in real-time the way internal transfers are. There might be a delay between several seconds to several days depending on the payment network. When the transfer is processed, a webhook (link to webhook) with its status will be 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"
}
}