Please note: The domain name of the Sanbox environment for the Openapi service has been upgraded to https://sandbox.easylink.id
{
"transaction": {
"destination_country": "MYS",
"destination_currency": "MYR",
"destination_amount": 90.79
},
"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"
},
"destination": {
"segment": "individual",
"beneficiary_account_type": "Bank Account",
"first_name": "TEST-FIRST",
"last_name": "TEST-LAST",
"bank_account_number": "34567896788",
"bank_code": "5074",
"address_country": "MYS",
"address_city": "Aksu",
"address_line": "two street",
"relation_code": "04"
},
"reference": "2026663142414113"
}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 '{
"transaction": {
"destination_country": "MYS",
"destination_currency": "MYR",
"destination_amount": 90.79
},
"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"
},
"destination": {
"segment": "individual",
"beneficiary_account_type": "Bank Account",
"first_name": "TEST-FIRST",
"last_name": "TEST-LAST",
"bank_account_number": "34567896788",
"bank_code": "5074",
"address_country": "MYS",
"address_city": "Aksu",
"address_line": "two street",
"relation_code": "04"
},
"reference": "2026663142414113"
}'{
"code": 0,
"message": "",
"data": {
"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": "Bank Account",
"first_name": "TEST-FIRST",
"last_name": "TEST-LAST",
"bank_code": "5074",
"bank_account_number": "34567896788",
"address_line": "two street",
"address_city": "Aksu",
"address_country": "MYS",
"relation_code": "04"
},
"transaction": {
"source_country": "IDN",
"source_currency": "IDR",
"destination_country": "MYS",
"destination_currency": "MYR",
"source_amount": "1647979.000000000000000000",
"destination_amount": "500.000000000000000000"
},
"reference": "202631232131231424007",
"state": 1,
"reason": "",
"rate": "3295.957491699873581719",
"fee": "100001.000000000000000000",
"fee_currency": "IDR",
"created": 1786956383,
"updated": 1786956384
}
}