{
"transaction": {
"destination_currency": "SGD",
"destination_amount": 466.98,
"destination_country": "SGP"
},
"source": {
"segment": "individual",
"address_country": "IDN",
"address_city": "nantong",
"address_line": "jiangsu nantong aaa street 112-1-2032",
"id_number": "32432432423",
"id_type": "national",
"legal_name_first": "Wang",
"legal_name_last": "jason",
"date_of_birth": "2025-09-08",
"nationality": "IDN"
},
"destination": {
"segment": "individual",
"beneficiary_account_type": "Bank Account",
"first_name": "wang",
"last_name": "jason",
"swift_code": "CIBBSGSG",
"bank_account_number": "34567896788",
"purpose_code": "008-01",
"source_of_income_code": "01",
"relation_code":"04"
},
"reference": "1749166666666664"
}
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_currency": "SGD",
"destination_amount": 466.98,
"destination_country": "SGP"
},
"source": {
"segment": "individual",
"address_country": "IDN",
"address_city": "nantong",
"address_line": "jiangsu nantong aaa street 112-1-2032",
"id_number": "32432432423",
"id_type": "national",
"legal_name_first": "Wang",
"legal_name_last": "jason",
"date_of_birth": "2025-09-08",
"nationality": "IDN"
},
"destination": {
"segment": "individual",
"beneficiary_account_type": "Bank Account",
"first_name": "wang",
"last_name": "jason",
"swift_code": "CIBBSGSG",
"bank_account_number": "34567896788",
"purpose_code": "008-01",
"source_of_income_code": "01",
"relation_code":"04"
},
"reference": "1749166666666664"
}'{
"code": 0,
"message": "",
"data": {
"source": {
"segment": "individual",
"id_number": "32432432423",
"id_type": "national",
"legal_name_first": "Wang",
"legal_name_last": "jason",
"date_of_birth": "2025-09-08",
"nationality": "IDN",
"address_line": "jiangsu nantong aaa street 112-1-2032",
"address_city": "nantong",
"address_country": "IDN"
},
"destination": {
"segment": "individual",
"beneficiary_account_type": "Bank Account",
"first_name": "wang",
"last_name": "jason",
"bank_account_number": "34567896788",
"swift_code": "CIBBSGSG",
"relation_code": "04"
},
"transaction": {
"source_country": "IDN",
"source_currency": "IDR",
"destination_country": "SGP",
"destination_currency": "SGD",
"source_amount": "4683810.000000000000000000",
"destination_amount": "466.980000000000000000"
},
"reference": "1749166666666663",
"state": 1,
"reason": "",
"rate": "10030.000000000000000000",
"fee": "10000.000000000000000000",
"fee_currency": "IDR",
"created": 1757491906,
"updated": 1757491909
}
}