Internal transfer updated

Sent when an internal transfer changes status (PENDINGPROCESSINGCOMPLETED, FAILED, etc.). Set the destination URL using callback_url when creating the transfer. The body is identical to the Get Internal Transfer response.

Payload
string
required

Transfer ID

string

A unique key that ensures a request is processed only once. If the same key is sent with multiple requests, the server returns the original response instead of performing the action again.

string
required

Company ID

date-time
required

Creation date of the transfer

date-time
required

Last update date of the transfer

string

Quote request ID used in the transfer, if applicable

number

FX rate used in the transfer, if applicable

number

Amount of the transfer

number

Amount received in the target account currency

string
required

Source account ID

string
required

Target account ID

string
enum
required

Status of the transfer

Allowed:
string

Reason of the failure, if the transfer failed

string

URL to send a POST request with the result of the transfer, if applicable

voucher_ids
array of strings

Voucher IDs associated with the transfer of funds to the final destination.

Voucher Ids
source_account
object
required

Source account details

target_account
object

Target account details

company
object
required

Company details

Response
200

Any 2xx response is treated as a successful acknowledgement. Infinia will retry delivery on non-2xx responses.

LoadingLoading…