FX quote updated

Sent when an FX quote changes status (ACTIVECOMPLETED, FAILED, EXPIRED, etc.). Set the destination URL using callback_url when creating the quote. The body is identical to the Get FX Quote response.

Payload
string
required

Quote ID

string
required

Company ID

string

External ID of the quote

number
required

Amount to transfer from source to target account (in source account currency)

number

Amount to receive in the target account currency (in target account currency)

string
required

Status of the quote

string

Reason of the failure, if applicable

string
required

Source account ID

string
required

Target account ID

number

FX rate

date-time

Expiration date of the rate

date-time

Creation date of the quote

date-time

Last update date of the quote

string

URL to send a POST request with the result of the quote. The schema of the POST request is the same as the response of this endpoint

company
object
required

Company details

source_account
object
required

Source account details

target_account
object
required

Target account details

Response
200

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

LoadingLoading…