{
"transaction": {
"destination_currency": "HKD",
"destination_amount": 466.98,
"destination_country": "HKG"
},
"source": {
"segment": "business",
"address_country": "IDN",
"address_city": "Aksu",
"address_line": "two street",
"company_name": "test",
"company_trading_name": "companytradingname",
"company_registration_number": "companyregistrationnumber",
"company_registration_country": "IDN"
},
"destination": {
"segment": "individual",
"beneficiary_account_type": "Bank Account",
"first_name": "wang",
"last_name": "jason",
"bank_code": "003",
"address_country": "IDN",
"address_city": "nantong",
"address_line": "jiangsu nantong aaa street 112-1-2032",
"bank_account_number": "142342344234234234234",
"source_of_income_code": "01",
"relation_code":"Vendor",
"purpose_code":"008-01"
},
"reference": "2012333231386156"
}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": "HKD",
"destination_amount": 466.98,
"destination_country": "HKG"
},
"source": {
"segment": "business",
"address_country": "IDN",
"address_city": "Aksu",
"address_line": "two street",
"company_name": "test",
"company_trading_name": "companytradingname",
"company_registration_number": "companyregistrationnumber",
"company_registration_country": "IDN"
},
"destination": {
"segment": "individual",
"beneficiary_account_type": "Bank Account",
"first_name": "wang",
"last_name": "jason",
"bank_code": "003",
"address_country": "IDN",
"address_city": "nantong",
"address_line": "jiangsu nantong aaa street 112-1-2032",
"bank_account_number": "142342344234234234234",
"source_of_income_code": "01",
"relation_code":"Vendor",
"purpose_code":"008-01"
},
"reference": "2012333231386156"
}'{
"code": 0,
"message": "",
"data": {
"source": {
"segment": "business",
"company_name": "test",
"company_trading_name": "companytradingname",
"company_registration_number": "companyregistrationnumber",
"company_registration_country": "IDN",
"address_line": "two street",
"address_city": "Aksu",
"address_country": "IDN"
},
"destination": {
"segment": "individual",
"beneficiary_account_type": "Bank Account",
"first_name": "wang",
"last_name": "jason",
"bank_code": "003",
"bank_account_number": "142342344234234234234",
"relation_code": "Vendor",
"purpose_code": "008-01",
"source_of_income_code": "01"
},
"transaction": {
"source_country": "IDN",
"source_currency": "IDR",
"destination_country": "HKG",
"destination_currency": "HKD",
"source_amount": "817419.000000000000000000",
"destination_amount": "466.980000000000000000"
},
"reference": "2012333231386156",
"state": 1,
"reason": "",
"rate": "1750.436300174500000000",
"fee": "10000.000000000000000000",
"fee_currency": "IDR",
"created": 1757562030,
"updated": 1757562032
}
}