{
"transaction": {
"destination_currency": "CNY",
"destination_amount": 466.98,
"destination_country": "CHN"
},
"source": {
"segment": "individual",
"address_country": "IDN",
"address_city": "nantong",
"address_line": "jiangsu nantong aaa street 112-1-2032",
"id_number": "32432432423",
"id_type": "national",
"gender":"Male",
"legal_name_first": "Wang",
"legal_name_last": "jason",
"date_of_birth": "2025-09-08",
"nationality": "IDN"
},
"destination": {
"segment": "individual",
"beneficiary_account_type": "Bank Account",
"ewallet_type": "bank",
"mobile_number": "13721473389",
"id_number": "110101199003071234",
"recipient_name": "张伟",
"bank_account_number": "LI",
"source_of_income": "Salary",
"purpose": "Services trade",
"relation":"Self"
},
"reference": "17491049384893006"
}
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": "CNY",
"destination_amount": 466.98,
"destination_country": "CHN"
},
"source": {
"segment": "individual",
"address_country": "IDN",
"address_city": "nantong",
"address_line": "jiangsu nantong aaa street 112-1-2032",
"id_number": "32432432423",
"id_type": "national",
"gender":"Male",
"legal_name_first": "Wang",
"legal_name_last": "jason",
"date_of_birth": "2025-09-08",
"nationality": "IDN"
},
"destination": {
"segment": "individual",
"beneficiary_account_type": "Bank Account",
"ewallet_type": "bank",
"mobile_number": "13721473389",
"id_number": "110101199003071234",
"recipient_name": "张伟",
"bank_account_number": "LI",
"source_of_income": "Salary",
"purpose": "Services trade",
"relation":"Self"
},
"reference": "17491049384893006"
}'{
"code": 0,
"message": "",
"data": {
"source": {
"segment": "individual",
"id_number": "32432432423",
"id_type": "national",
"gender": "Male",
"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": "Bank Account",
"recipient_name": "张伟",
"id_number": "110101199003071234",
"bank_account_number": "LI",
"mobile_number": "13721473389",
"ewallet_type": "bank",
"relation": "Self",
"purpose": "Services trade",
"source_of_income": "Salary"
},
"transaction": {
"source_country": "IDN",
"source_currency": "IDR",
"destination_country": "CHN",
"destination_currency": "CNY",
"source_amount": "988169.000000000000000000",
"destination_amount": "466.980000000000000000"
},
"reference": "17491049384893006",
"state": 1,
"reason": "",
"rate": "2116.082516731666377304",
"fee": "10000.000000000000000000",
"fee_currency": "IDR",
"created": 1772446529,
"updated": 1772446529
}
}