{
"transaction": {
"destination_country": "CAN",
"destination_currency": "USD",
"destination_amount": 90.79
},
"source": {
"segment": "business",
"address_country": "IDN",
"address_city": "Aksu",
"address_line": "two street",
"company_name": "pyvio company",
"company_trading_name": "companytradingname",
"company_registration_number": "63746192873912",
"company_registration_country": "IDN"
},
"destination": {
"segment": "business",
"beneficiary_account_type": "Wire",
"fee_payer": "2",
"company_name": "surfin company",
"swift_code": "CITIUS33",
"bank_account_number": "34567896788",
"address_line": "CIBBSGSG",
"address_city": "ss",
"address_country": "CAN",
"purpose_code": "008-01",
"source_of_income_code": "01"
},
"reference": "2024312321312314240001"
}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_country": "CAN",
"destination_currency": "USD",
"destination_amount": 90.79
},
"source": {
"segment": "business",
"address_country": "IDN",
"address_city": "Aksu",
"address_line": "two street",
"company_name": "pyvio company",
"company_trading_name": "companytradingname",
"company_registration_number": "63746192873912",
"company_registration_country": "IDN"
},
"destination": {
"segment": "business",
"beneficiary_account_type": "Wire",
"fee_payer": "2",
"company_name": "surfin company",
"swift_code": "CITIUS33",
"bank_account_number": "34567896788",
"address_line": "CIBBSGSG",
"address_city": "ss",
"address_country": "CAN",
"purpose_code": "008-01",
"source_of_income_code": "01"
},
"reference": "2024312321312314240001"
}'{
"code": 0,
"message": "",
"data": {
"source": {
"segment": "business",
"company_name": "pyvio company",
"company_trading_name": "companytradingname",
"company_registration_number": "63746192873912",
"company_registration_country": "IDN",
"address_line": "two street",
"address_city": "Aksu",
"address_country": "IDN"
},
"destination": {
"segment": "business",
"beneficiary_account_type": "Wire",
"bank_account_number": "34567896788",
"swift_code": "CITIUS33",
"company_name": "surfin company",
"address_line": "CIBBSGSG",
"address_city": "ss",
"address_country": "CAN",
"purpose_code": "008-01",
"source_of_income_code": "01",
"fee_payer": 2
},
"transaction": {
"source_country": "IDN",
"source_currency": "IDR",
"destination_country": "CAN",
"destination_currency": "EUR",
"source_amount": "1468682.000000000000000000",
"destination_amount": "90.790000000000000000"
},
"reference": "2024312321312314240001",
"state": 8,
"reason": "",
"rate": "16176.688794700000000000",
"fee": "585000.000000000000000000",
"fee_currency": "IDR",
"created": 1764233261,
"updated": 1764233262
}
}