Please note: The domain name of the Sanbox environment for the Openapi service has been upgraded to https://sandbox.easylink.id
{
"source": {
"segment": "individual",
"address_country": "IDN",
"address_city": "Aksu",
"address_line": "two street",
"id_number": "32432432423",
"id_type": "national",
"legal_name_first": "liu",
"legal_name_last": "loni",
"date_of_birth": "2025-09-08",
"nationality": "IDN"
},
"transaction": {
"destination_currency": "THB",
"destination_amount": 20000,
"destination_country": "THA"
},
"destination": {
"segment": "business",
"beneficiary_account_type": "Bank Account",
"destination_country": "THA",
"company_name": "Bangkok Co Ltd",
"bank": "002",
"bank_account_number": "1234567890",
"address_line": "99 Silom Road",
"address_city": "Bangkok",
"address_country": "THA",
"purpose_code": "008-01",
"source_of_income_code": "01"
}
}curl --location 'https://sandbox.easylink.id/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 '{
"source": {
"segment": "individual",
"address_country": "IDN",
"address_city": "Aksu",
"address_line": "two street",
"id_number": "32432432423",
"id_type": "national",
"legal_name_first": "liu",
"legal_name_last": "loni",
"date_of_birth": "2025-09-08",
"nationality": "IDN"
},
"transaction": {
"destination_currency": "THB",
"destination_amount": 20000,
"destination_country": "THA"
},
"destination": {
"segment": "business",
"beneficiary_account_type": "Bank Account",
"destination_country": "THA",
"company_name": "Bangkok Co Ltd",
"bank": "002",
"bank_account_number": "1234567890",
"address_line": "99 Silom Road",
"address_city": "Bangkok",
"address_country": "THA",
"purpose_code": "008-01",
"source_of_income_code": "01"
}
}'{
"source": {
"segment": "individual",
"id_number": "32432432423",
"id_type": "national",
"legal_name_first": "liu",
"legal_name_last": "loni",
"date_of_birth": "2025-09-08",
"nationality": "IDN",
"address_line": "two street",
"address_city": "Aksu",
"address_country": "IDN"
},
"destination": {
"segment": "business",
"beneficiary_account_type": "Bank Account",
"bank": "002",
"bank_account_number": "1234567890",
"company_name": "Bangkok Co Ltd",
"address_line": "99 Silom Road",
"address_city": "Bangkok",
"address_country": "THA",
"purpose_code": "008-01",
"source_of_income_code": "01"
},
"transaction": {
"source_country": "IDN",
"source_currency": "IDR",
"destination_country": "THA",
"destination_currency": "THB",
"source_amount": "8259995.000000000000000000",
"destination_amount": "20000.000000000000000000"
},
"reference": "TEST20260701143309522782",
"state": 1,
"reason": "",
"rate": "412.999722096996253367",
"fee": "100000.000000000000000000",
"fee_currency": "IDR",
"created": 1782891189,
"updated": 1782891190
}