{
"transaction": {
"destination_currency": "PHP",
"destination_amount": 2001,
"destination_country": "PHL"
},
"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": "business",
"beneficiary_account_type": "Bank Account",
"company_name": "ACMECorp",
"bank_code": "MBTC01",
"bank_account_number": "1423424",
"source_of_income_code": "01",
"purpose_code": "008-01",
"relation_code": "04",
"address_country": "PHL",
"address_line": "PHL",
"address_city": "PHL"
},
"reference": "20123332313861524666112"
}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": "PHP",
"destination_amount": 2001,
"destination_country": "PHL"
},
"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": "business",
"beneficiary_account_type": "Bank Account",
"company_name": "ACMECorp",
"bank_code": "MBTC01",
"bank_account_number": "1423424",
"source_of_income_code": "01",
"purpose_code": "008-01",
"relation_code": "04",
"address_country": "PHL",
"address_line": "PHL",
"address_city": "PHL"
},
"reference": "20123332313861524666112"
}'{
"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": "business",
"beneficiary_account_type": "Bank Account",
"bank_code": "MBTC01",
"bank_account_number": "1423424",
"company_name": "ACMECorp",
"address_line": "PHL",
"address_city": "PHL",
"address_country": "PHL",
"relation_code": "04",
"purpose_code": "008-01",
"source_of_income_code": "01"
},
"transaction": {
"source_country": "IDN",
"source_currency": "IDR",
"destination_country": "PHL",
"destination_currency": "PHP",
"source_amount": "464462.000000000000000000",
"destination_amount": "2001.000000000000000000"
},
"reference": "20123332313861524666112",
"state": 1,
"reason": "",
"rate": "232.114899407170381814",
"fee": "10000.000000000000000000",
"fee_currency": "IDR",
"created": 1772601517,
"updated": 1772601520
}
}