Please note: The domain name of the Sanbox environment for the Openapi service has been upgraded to https://sandbox.easylink.id
{
"destination_country": "IND",
"segment": "business"
}curl --location --request POST 'https://sandbox.easylink.id/data/get-sources-of-funds' \
--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 '{
"destination_country": "IND",
"segment": "business"
}'{
"code": 0,
"message": "",
"data": [
{
"source_of_income": "Bank Deposit",
"source_of_income_code": "01"
},
{
"source_of_income": "Revenue",
"source_of_income_code": "08"
}
]
}