Please note: The domain name of the Sanbox environment for the Openapi service has been upgraded to https://sandbox.easylink.id
{
"reference": "201231232131231299"
}curl --location --request POST 'https://sandbox.easylink.id/transfer/confirm-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 '{
"reference": "201231232131231299"
}'{
"code": 0,
"message": "",
"data": {
"source": {
"segment": "individual",
"id_number": "Wasa123123123123",
"id_type": "passport",
"legal_name_first": "Wang",
"legal_name_last": "DACHUI",
"date_of_birth": "1997-11-02",
"nationality": "IDN",
"address_line": "CHN",
"address_city": "Aksu",
"address_country": "CHN"
},
"destination": {
"segment": "individual",
"beneficiary_account_type": "Bank Account",
"first_name": "Wang",
"last_name": "DACHUI",
"id_number": "370782199004251132",
"bank_account_number": "3456789099999999",
"mobile_number": "13621115092",
"swift_code": "ABOCCNBJ070",
"relation": "Vendor",
"relation_code": "04",
"purpose": "Goods trade",
"purpose_code": "008-01"
},
"transaction": {
"source_country": "IDN",
"source_currency": "IDR",
"destination_country": "CHN",
"destination_currency": "CNY",
"source_amount": "1152699.000000",
"destination_amount": "466.980000"
},
"reference": "201231232131231299",
"state": 2,
"rate": "2468.410000",
"fee": "3000.000000",
"fee_currency": "IDR",
"created": 1711619561,
"updated": 1711619583
}
}