{
"transaction": {
"destination_country": "USA",
"destination_currency": "USD",
"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": "business",
"beneficiary_account_type": "Bank Account",
"company_name": "surfin company",
"swift_code": "CITIUS33",
"bank_account_number": "34567896788",
"address_city": "ss",
"address_country": "USA",
"address_line": "CIBBSGSG",
"purpose_code": "008-01",
"source_of_income_code": "01"
},
"reference": "2024312321312314241411"
}curl --location --request POST 'http://sandbox.easylink.id:9080/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-raw '{
"transaction": {
"destination_country": "USA",
"destination_currency": "USD",
"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": "business",
"beneficiary_account_type": "Bank Account",
"company_name": "surfin company",
"swift_code": "CITIUS33",
"bank_account_number": "34567896788",
"address_city": "ss",
"address_country": "USA",
"address_line": "CIBBSGSG",
"purpose_code": "008-01",
"source_of_income_code": "01"
},
"reference": "2024312321312314241411"
}'{
"code": 0,
"message": "",
"data": {
"source": {
"segment": "business",
"company_name": "PT HUTA KARYA PERSADA",
"company_trading_name": "companytradingname",
"company_registration_number": "3273121504900006",
"company_registration_country": "IDN",
"address_line": "jiangsu nantong aaa street 112-1-2032",
"address_city": "nantong",
"address_country": "CHN"
},
"destination": {
"segment": "individual",
"beneficiary_account_type": "eWallet",
"first_name": "LI",
"last_name": "LEI",
"date_of_birth": "1977-09-04",
"id_number": "110101199003071234",
"ewallet_id": "13721473389",
"ewallet_type": "alipay"
},
"transaction": {
"source_country": "IDN",
"source_currency": "IDR",
"destination_country": "CHN",
"destination_currency": "CNY",
"source_amount": "988169.000000000000000000",
"destination_amount": "466.980000000000000000"
},
"reference": "1749104938484333",
"state": 1,
"reason": "",
"rate": "2116.082862682500000000",
"fee": "10000.000000000000000000",
"fee_currency": "IDR",
"created": 1754303681,
"updated": 1754303681
}
}