Get transfer reasons
GET {{url}}/api/1.0/transfer-reasons
In order to initiate a transfer in certain currencies and countries, you must provide a transfer reason. With this endpoint you can retrieve all transfer reasons available to your business account per country and currency.
RESPONSES
status: OK
[{"country":"IN","currency":"INR","code":"advertising","description":"Advertising"},{"country":"IN","currency":"INR","code":"advisor_fees","description":"Advisor fees"},{"country":"IN","currency":"INR","code":"construction","description":"Construction"},{"country":"IN","currency":"INR","code":"delivery","description":"Delivery"},{"country":"IN","currency":"INR","code":"family","description":"Family"},{"country":"IN","currency":"INR","code":"goods","description":"Goods"},{"country":"IN","currency":"INR","code":"exports","description":"Goods from overseas"},{"country":"IN","currency":"INR","code":"insurance_claims","description":"Insurance claims"},{"country":"IN","currency":"INR","code":"office","description":"Office"},{"country":"IN","currency":"INR","code":"other_fees","description":"Other fees"},{"country":"IN","currency":"INR","code":"royalties","description":"Royalties"},{"country":"IN","currency":"INR","code":"services","description":"Services"},{"country":"IN","currency":"INR","code":"personal_transfer","description":"Transfer to my own account"},{"country":"IN","currency":"INR","code":"transportation","description":"Transportation"},{"country":"IN","currency":"INR","code":"travel","description":"Travel"},{"country":"MY","currency":"MYR","code":"advertising","description":"Advertising"},{"country":"MY","currency":"MYR","code":"advisor_fees","description":"Advisor fees"},{"country":"MY","currency":"MYR","code":"business_insurance","description":"Business insurance"},{"country":"MY","currency":"MYR","code":"construction","description":"Construction"},{"country":"MY","currency":"MYR","code":"delivery","description":"Delivery"},{"country":"MY","currency":"MYR","code":"education","description":"Education"},{"country":"MY","currency":"MYR","code":"family","description":"Family"},{"country":"MY","currency":"MYR","code":"fund_investment","description":"Fund investment"},{"country":"MY","currency":"MYR","code":"exports","description":"Goods from overseas"},{"country":"MY","currency":"MYR","code":"homesend","description":"Homesend"},{"country":"MY","currency":"MYR","code":"hotel","description":"Hotel"},{"country":"MY","currency":"MYR","code":"insurance_claims","description":"Insurance claims"},{"country":"MY","currency":"MYR","code":"insurance_premium","description":"Insurance premium"},{"country":"MY","currency":"MYR","code":"loan_repayment","description":"Loan repayment"},{"country":"MY","currency":"MYR","code":"medical","description":"Medical"},{"country":"MY","currency":"MYR","code":"office","description":"Office"},{"country":"MY","currency":"MYR","code":"other_fees","description":"Other fees"},{"country":"MY","currency":"MYR","code":"property_purchase","description":"Property purchase"},{"country":"MY","currency":"MYR","code":"property_rental","description":"Property rental"},{"country":"MY","currency":"MYR","code":"royalties","description":"Royalties"},{"country":"MY","currency":"MYR","code":"services","description":"Services"},{"country":"MY","currency":"MYR","code":"share_investment","description":"Share investment"},{"country":"MY","currency":"MYR","code":"tax","description":"Tax"},{"country":"MY","currency":"MYR","code":"transfer","description":"Transfer"},{"country":"MY","currency":"MYR","code":"transportation","description":"Transportation"},{"country":"MY","currency":"MYR","code":"travel","description":"Travel"},{"country":"MY","currency":"MYR","code":"utilities","description":"Utilities"},{"country":"PH","currency":"PHP","code":"advertising","description":"Advertising"},{"country":"PH","currency":"PHP","code":"advisor_fees","description":"Advisor fees"},{"country":"PH","currency":"PHP","code":"construction","description":"Construction"},{"country":"PH","currency":"PHP","code":"delivery","description":"Delivery"},{"country":"PH","currency":"PHP","code":"family","description":"Family"},{"country":"PH","currency":"PHP","code":"goods","description":"Goods"},{"country":"PH","currency":"PHP","code":"exports","description":"Goods from overseas"},{"country":"PH","currency":"PHP","code":"insurance_claims","description":"Insurance claims"},{"country":"PH","currency":"PHP","code":"office","description":"Office"},{"country":"PH","currency":"PHP","code":"other_fees","description":"Other fees"},{"country":"PH","currency":"PHP","code":"royalties","description":"Royalties"},{"country":"PH","currency":"PHP","code":"services","description":"Services"},{"country":"PH","currency":"PHP","code":"personal_transfer","description":"Transfer to my own account"},{"country":"PH","currency":"PHP","code":"transportation","description":"Transportation"},{"country":"PH","currency":"PHP","code":"travel","description":"Travel"}]