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": "JPY",
"destination_amount": 50000,
"destination_country": "JPN"
},
"destination": {
"segment": "business",
"beneficiary_account_type": "Wire",
"company_name": "Nihon Company",
"swift_code": "MHCBJPJT",
"bank_account_number": "1234567",
"address_line": "1-1 Marunouchi",
"address_city": "Tokyo",
"address_country": "JPN",
"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": "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": "JPY",
"destination_amount": 50000,
"destination_country": "JPN"
},
"destination": {
"segment": "business",
"beneficiary_account_type": "Wire",
"company_name": "Nihon Company",
"swift_code": "MHCBJPJT",
"bank_account_number": "1234567",
"address_line": "1-1 Marunouchi",
"address_city": "Tokyo",
"address_country": "JPN",
"purpose_code": "008-01",
"source_of_income_code": "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": "business",
"beneficiary_account_type": "Wire",
"bank_account_number": "1234567",
"swift_code": "MHCBJPJT",
"company_name": "Nihon Company",
"address_line": "1-1 Marunouchi",
"address_city": "Tokyo",
"address_country": "JPN",
"purpose_code": "008-01",
"source_of_income_code": "01",
"fee_payer": 1
},
"transaction": {
"source_country": "IDN",
"source_currency": "IDR",
"destination_country": "JPN",
"destination_currency": "JPY",
"source_amount": "6115811.000000000000000000",
"destination_amount": "50000.000000000000000000"
},
"reference": "TEST20260701141623688412",
"state": 1,
"reason": "",
"rate": "122.316216216216204149",
"fee": "250000.000000000000000000",
"fee_currency": "IDR",
"created": 1782890184,
"updated": 1782890184
}