{
"transaction": {
"destination_currency": "USD",
"destination_amount": 466.98,
"destination_country": "CAN"
},
"source": {
"segment": "individual",
"address_country": "IDN",
"address_city": "nantong",
"address_line": "jiangsu nantong aaa street 112-1-2032",
"id_number": "32432432423",
"id_type": "national",
"legal_name_first": "Wang",
"legal_name_last": "jason",
"date_of_birth": "2025-09-08",
"nationality": "IDN"
},
"destination": {
"segment": "individual",
"beneficiary_account_type": "Wire",
"fee_payer": "2",
"first_name": "wang",
"last_name": "jason",
"swift_code": "CIBBSGSG",
"bank_account_number": "34567896788",
"address_line": "test",
"address_city": "shang hai",
"address_country": "CAN",
"purpose_code": "008-01"
},
"reference": "1749104938486666660001"
}curl --location --request POST 'http://sandbox.easylink.id:9080/transfer/create-international-transfer' \
--header 'Authorization;' \
--header 'X-EasyLink-AppKey;' \
--header 'X-EasyLink-Nonce;' \
--header 'X-EasyLink-Timestamp;' \
--header 'X-EasyLink-Sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"transaction": {
"destination_currency": "USD",
"destination_amount": 466.98,
"destination_country": "CAN"
},
"source": {
"segment": "individual",
"address_country": "IDN",
"address_city": "nantong",
"address_line": "jiangsu nantong aaa street 112-1-2032",
"id_number": "32432432423",
"id_type": "national",
"legal_name_first": "Wang",
"legal_name_last": "jason",
"date_of_birth": "2025-09-08",
"nationality": "IDN"
},
"destination": {
"segment": "individual",
"beneficiary_account_type": "Wire",
"fee_payer": "2",
"first_name": "wang",
"last_name": "jason",
"swift_code": "CIBBSGSG",
"bank_account_number": "34567896788",
"address_line": "test",
"address_city": "shang hai",
"address_country": "CAN",
"purpose_code": "008-01"
},
"reference": "1749104938486666660001"
}'{
"code": 0,
"message": "",
"data": {
"source": {
"segment": "individual",
"id_number": "32432432423",
"id_type": "national",
"legal_name_first": "Wang",
"legal_name_last": "jason",
"date_of_birth": "2025-09-08",
"nationality": "IDN",
"address_line": "jiangsu nantong aaa street 112-1-2032",
"address_city": "nantong",
"address_country": "IDN"
},
"destination": {
"segment": "individual",
"beneficiary_account_type": "Wire",
"first_name": "wang",
"last_name": "jason",
"bank_account_number": "34567896788",
"swift_code": "CIBBSGSG",
"address_line": "test",
"address_city": "shang hai",
"address_country": "CAN",
"purpose_code": "008-01",
"fee_payer": 2
},
"transaction": {
"source_country": "IDN",
"source_currency": "IDR",
"destination_country": "CAN",
"destination_currency": "USD",
"source_amount": "6346566.000000000000000000",
"destination_amount": "466.980000000000000000"
},
"reference": "1749104938486666660001",
"state": 8,
"reason": "",
"rate": "13590.656999188000000000",
"fee": "585000.000000000000000000",
"fee_currency": "IDR",
"created": 1764238833,
"updated": 1764238837
}
}