{
"transaction": {
"destination_currency": "PHP",
"destination_amount": 2002,
"destination_country": "PHL"
},
"source": {
"segment": "business",
"address_country": "IDN",
"address_city": "Aksu",
"address_line": "two street",
"company_name": "test",
"company_trading_name": "companytradingname",
"company_registration_number": "companyregistrationnumber",
"company_registration_country": "IDN"
},
"destination": {
"segment": "individual",
"beneficiary_account_type": "Bank Account",
"first_name": "wang",
"last_name": "jason",
"bank_code":"PNBK01",
"bank_account_number": "1234567890",
"relation_code": "04",
"source_of_income_code": "01",
"purpose_code": "008-01"
},
"reference": "20123332313861001"
}
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": 2002,
"destination_country": "PHL"
},
"source": {
"segment": "business",
"address_country": "IDN",
"address_city": "Aksu",
"address_line": "two street",
"company_name": "test",
"company_trading_name": "companytradingname",
"company_registration_number": "companyregistrationnumber",
"company_registration_country": "IDN"
},
"destination": {
"segment": "individual",
"beneficiary_account_type": "Bank Account",
"first_name": "wang",
"last_name": "jason",
"bank_code":"PNBK01",
"bank_account_number": "1234567890",
"relation_code": "04",
"source_of_income_code": "01",
"purpose_code": "008-01"
},
"reference": "20123332313861001"
}'{
"code": 0,
"message": "",
"data": {
"source": {
"segment": "business",
"company_name": "test",
"company_trading_name": "companytradingname",
"company_registration_number": "companyregistrationnumber",
"company_registration_country": "IDN",
"address_line": "two street",
"address_city": "Aksu",
"address_country": "IDN"
},
"destination": {
"segment": "individual",
"beneficiary_account_type": "Bank Account",
"first_name": "wang",
"last_name": "jason",
"bank_code": "PNBK01",
"bank_account_number": "1234567890",
"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": "464544.000000000000000000",
"destination_amount": "2002.000000000000000000"
},
"reference": "20123332313861001",
"state": 1,
"reason": "",
"rate": "232.039677535933636694",
"fee": "10000.000000000000000000",
"fee_currency": "IDR",
"created": 1772603763,
"updated": 1772603766
}
}