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": "INR",
"destination_amount": 50000,
"destination_country": "IND"
},
"destination": {
"segment": "business",
"beneficiary_account_type": "Bank Account",
"destination_country": "IND",
"company_name": "Mumbai Trading Co",
"mobile_number": "9876543210",
"address_line": "MG Road",
"address_city": "Mumbai",
"address_country": "IND",
"bank": "SBIN0001234",
"bank_account_number": "12345678901234567890",
"source_of_income_code": "01",
"purpose_code": "008-01",
"invoice_number": "INV20240601001"
}
}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": "INR",
"destination_amount": 50000,
"destination_country": "IND"
},
"destination": {
"segment": "business",
"beneficiary_account_type": "Bank Account",
"destination_country": "IND",
"company_name": "Mumbai Trading Co",
"mobile_number": "9876543210",
"address_line": "MG Road",
"address_city": "Mumbai",
"address_country": "IND",
"bank": "SBIN0001234",
"bank_account_number": "12345678901234567890",
"source_of_income_code": "01",
"purpose_code": "008-01",
"invoice_number": "INV20240601001"
}
}'{
"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": "Bank Account",
"bank": "SBIN0001234",
"bank_account_number": "12345678901234567890",
"mobile_number": "9876543210",
"company_name": "Mumbai Trading Co",
"address_line": "MG Road",
"address_city": "Mumbai",
"address_country": "IND",
"purpose_code": "008-01",
"source_of_income_code": "01",
"invoice_number": "INV20240601001"
},
"transaction": {
"source_country": "IDN",
"source_currency": "IDR",
"destination_country": "IND",
"destination_currency": "INR",
"source_amount": "7174292.000000000000000000",
"destination_amount": "50000.000000000000000000"
},
"reference": "TEST20260701143849153728",
"state": 1,
"reason": "",
"rate": "143.485838076110575279",
"fee": "100000.000000000000000000",
"fee_currency": "IDR",
"created": 1782891529,
"updated": 1782891530
}