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.

API Reference

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"}]