Please note: The domain name of the Sanbox environment for the Openapi service has been upgraded to https://sandbox.easylink.id
{
"source": {
"segment": "business",
"address_country": "IDN",
"address_city": "Aksu",
"address_line": "two street",
"company_name": "pyvio company",
"company_trading_name": "companytradingname",
"company_registration_number": "63746192873912",
"company_registration_country": "IDN"
},
"transaction": {
"destination_currency": "HKD",
"destination_amount": 2000,
"destination_country": "HKG"
},
"destination": {
"segment": "individual",
"beneficiary_account_type": "Wire",
"first_name": "Chan",
"last_name": "Tai Man",
"swift_code": "HSBCHKHHHKH",
"bank_account_number": "123456789",
"address_line": "1 Queens Road",
"address_city": "Hong Kong",
"address_country": "HKG",
"purpose_code": "008-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": "business",
"address_country": "IDN",
"address_city": "Aksu",
"address_line": "two street",
"company_name": "pyvio company",
"company_trading_name": "companytradingname",
"company_registration_number": "63746192873912",
"company_registration_country": "IDN"
},
"transaction": {
"destination_currency": "HKD",
"destination_amount": 2000,
"destination_country": "HKG"
},
"destination": {
"segment": "individual",
"beneficiary_account_type": "Wire",
"first_name": "Chan",
"last_name": "Tai Man",
"swift_code": "HSBCHKHHHKH",
"bank_account_number": "123456789",
"address_line": "1 Queens Road",
"address_city": "Hong Kong",
"address_country": "HKG",
"purpose_code": "008-01"
}
}'{
"source": {
"segment": "business",
"company_name": "pyvio company",
"company_trading_name": "companytradingname",
"company_registration_number": "63746192873912",
"company_registration_country": "IDN",
"address_line": "two street",
"address_city": "Aksu",
"address_country": "IDN"
},
"destination": {
"segment": "individual",
"beneficiary_account_type": "Wire",
"first_name": "Chan",
"last_name": "Tai Man",
"bank_account_number": "123456789",
"swift_code": "HSBCHKHHHKH",
"address_line": "1 Queens Road",
"address_city": "Hong Kong",
"address_country": "HKG",
"purpose_code": "008-01",
"fee_payer": 1
},
"transaction": {
"source_country": "IDN",
"source_currency": "IDR",
"destination_country": "HKG",
"destination_currency": "HKD",
"source_amount": "3500616.000000000000000000",
"destination_amount": "2000.000000000000000000"
},
"reference": "TEST20260701141109110174",
"state": 1,
"reason": "",
"rate": "1750.307802470662805723",
"fee": "400000.000000000000000000",
"fee_currency": "IDR",
"created": 1782889869,
"updated": 1782889870
}