Authorizations
API key for authentication. Must be included in the x-api-key header.
Path Parameters
The unique identifier of the transfer transaction
Response
Transfer transaction status retrieved successfully
The unique identifier of the transaction
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Source currency (lowercase)
"eur"
Target currency (lowercase)
"usd"
Current status of the transfer transaction
PENDING, FUNDS_RECEIVED, CONVERSION_PROCESSED, PAYMENT_SUBMITTED, PAYMENT_PROCESSED, FAILED, CANCELLED "PAYMENT_PROCESSED"
The unique identifier of the user who initiated the transaction
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Amount in source currency
100
Amount in destination currency (after conversion and fees)
108.5
Bank transaction reference ID
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Exchange rate used for currency conversion
1.085
Transaction fees applied
0.5
Timestamp when source funds were received
"YYYY-MM-DDTHH:MM:SS.sssZ"
Timestamp when currency conversion was processed
"YYYY-MM-DDTHH:MM:SS.sssZ"
Timestamp when destination payment was processed
"YYYY-MM-DDTHH:MM:SS.sssZ"