{
"transaction": {
"destination_currency": "CAD",
"destination_amount": 666.66,
"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": "business",
"beneficiary_account_type": "Bank Account",
"company_name": "ACME Corp.",
"bank_account_number": "1423424",
"routing_code":"000300001",
"source_of_income_code": "01",
"purpose_code": "008-01",
"address_country": "CAN",
"address_line": "CAN",
"address_city": "CAN",
"address_zip": "CAN"
},
"reference": "201233323138615240014"
}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": "CAD",
"destination_amount": 666.66,
"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": "business",
"beneficiary_account_type": "Bank Account",
"company_name": "ACME Corp.",
"bank_account_number": "1423424",
"routing_code":"000300001",
"source_of_income_code": "01",
"purpose_code": "008-01",
"address_country": "CAN",
"address_line": "CAN",
"address_city": "CAN",
"address_zip": "CAN"
},
"reference": "201233323138615240014"
}'{
"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": "business",
"beneficiary_account_type": "Bank Account",
"bank_account_number": "1423424",
"routing_code": "000300001",
"company_name": "ACME Corp.",
"address_line": "CAN",
"address_city": "CAN",
"address_zip": "CAN",
"address_country": "CAN",
"purpose_code": "008-01",
"source_of_income_code": "01"
},
"transaction": {
"source_country": "IDN",
"source_currency": "IDR",
"destination_country": "CAN",
"destination_currency": "CAD",
"source_amount": "6628263.000000000000000000",
"destination_amount": "666.660000000000000000"
},
"reference": "201233323138615240014",
"state": 1,
"reason": "",
"rate": "9942.493769242036417319",
"fee": "999.000000000000000000",
"fee_currency": "IDR",
"created": 1772269352,
"updated": 1772269354
}
}