{
"transaction": {
"destination_currency": "CNY",
"destination_amount": 466.98,
"destination_country": "CHN"
},
"source": {
"segment": "business",
"address_country": "CHN",
"address_city": "nantong",
"address_line": "jiangsu nantong aaa street 112-1-2032",
"company_name": "PT HUTA KARYA PERSADA",
"company_trading_name": "companytradingname",
"company_registration_number": "3273121504900006",
"company_registration_country": "IDN"
},
"destination": {
"segment": "individual",
"beneficiary_account_type": "Bank Account",
"ewallet_type": "bank",
"mobile_number": "13721473389",
"id_number": "110101199003071234",
"recipient_name": "1977-09-04",
"bank_account_number": "LI",
"source_of_income": "Salary",
"purpose": "Services trade",
"relation":"Self"
},
"reference": "17491049384890"
}
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": "business",
"address_country": "CHN",
"address_city": "nantong",
"address_line": "jiangsu nantong aaa street 112-1-2032",
"company_name": "PT HUTA KARYA PERSADA",
"company_trading_name": "companytradingname",
"company_registration_number": "3273121504900006",
"company_registration_country": "IDN"
},
"destination": {
"segment": "individual",
"beneficiary_account_type": "Bank Account",
"ewallet_type": "bank",
"mobile_number": "13721473389",
"id_number": "110101199003071234",
"recipient_name": "1977-09-04",
"bank_account_number": "LI",
"source_of_income": "Salary",
"purpose": "Services trade",
"relation":"Self"
},
"reference": "17491049384890"
}'{
"code": 0,
"message": "",
"data": {
"source": {
"segment": "business",
"company_name": "PT HUTA KARYA PERSADA",
"company_trading_name": "companytradingname",
"company_registration_number": "3273121504900006",
"company_registration_country": "IDN",
"address_line": "jiangsu nantong aaa street 112-1-2032",
"address_city": "nantong",
"address_country": "CHN"
},
"destination": {
"segment": "individual",
"beneficiary_account_type": "Bank Account",
"recipient_name": "1977-09-04",
"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": "17491049384890",
"state": 1,
"reason": "",
"rate": "2116.082862682500000000",
"fee": "10000.000000000000000000",
"fee_currency": "IDR",
"created": 1757659432,
"updated": 1757659432
}
}