{
"transaction": {
"destination_currency": "CNY",
"destination_amount": 466.98,
"destination_country": "CHN"
},
"source": {
"segment": "business",
"address_country": "CHN",
"address_city": "Aksu",
"address_line": "two street",
"company_name": "test",
"company_trading_name": "companytradingname",
"company_registration_number": "companyregistrationnumber",
"company_registration_country": "CHN"
},
"destination": {
"segment": "business",
"beneficiary_account_type": "Bank Account",
"company_name": "TESTCOMPANY",
"swift_code": "BKCHCNBJ",
"bank_account_number": "142342344234234234234",
"address_line": "Vendor01",
"address_city": "CHN",
"address_country": "CHN",
"source_of_income_code": "01",
"purpose_code": "008-01",
"relation_code":"04",
"relation":"Vendor"
},
"reference": "20123123213123138912"
}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": "CNY",
"destination_amount": 466.98,
"destination_country": "CHN"
},
"source": {
"segment": "business",
"address_country": "CHN",
"address_city": "Aksu",
"address_line": "two street",
"company_name": "test",
"company_trading_name": "companytradingname",
"company_registration_number": "companyregistrationnumber",
"company_registration_country": "CHN"
},
"destination": {
"segment": "business",
"beneficiary_account_type": "Bank Account",
"company_name": "TESTCOMPANY",
"swift_code": "BKCHCNBJ",
"bank_account_number": "142342344234234234234",
"address_line": "Vendor01",
"address_city": "CHN",
"address_country": "CHN",
"source_of_income_code": "01",
"purpose_code": "008-01",
"relation_code":"04",
"relation":"Vendor"
},
"reference": "20123123213123138912"
}'{
"code": 0,
"message": "string",
"data": {
"source": {
"segment": "string",
"company_name": "string",
"company_trading_name": "string",
"company_registration_number": "string",
"company_registration_country": "string",
"address_line": "string",
"address_city": "string",
"address_country": "string"
},
"destination": {
"segment": "string",
"beneficiary_account_type": "string",
"first_name": "string",
"last_name": "string",
"date_of_birth": "string",
"id_number": "string",
"ewallet_id": "string",
"ewallet_type": "string"
},
"transaction": {
"source_country": "string",
"source_currency": "string",
"destination_country": "string",
"destination_currency": "string",
"source_amount": "string",
"destination_amount": "string"
},
"reference": "string",
"state": 0,
"reason": "string",
"rate": "string",
"fee": "string",
"fee_currency": "string",
"created": 0,
"updated": 0
}
}