Purpose of Transfer
The transfer_purpose field is required under the destination object in your transfer request.
Harbor collects this field in order to comply with international regulatory frameworks such as:
- Anti-Money Laundering (AML)
- Counter-Terrorist Financing (CTF)
- Cross-border transaction reporting obligations
- Providing a correct and clear transfer purpose helps ensure your transfers are processed without unnecessary delay.
Example Request:
curl --location --request POST 'https://harbor-sandbox.owlpay.com/api/v1/transfer' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'X-API-KEY: {{API_KEY}}' \
--header 'Idempotency-Key: {{Idempotency-Key}}' \
--data-raw '{
...,
"destination": {
...,
"transfer_purpose": "Salary"
}
}'
Recommended Values for transfer_purpose
Below is a list of suggested values to use for the transfer_purpose field.
Please choose the one that best matches the nature of the transaction:
transfer_purpose Value |
|---|
| Transfer to own account |
| Family Maintenance |
| Education-related student expenses |
| Medical Treatment |
| Hotel Accommodation |
| Travel |
| Utility Bills |
| Repayment of Loans |
| Tax Payment |
| Purchase of Residential Property |
| Payment of Property Rental |
| Insurance Premium |
| Product indemnity insurance |
| Insurance Claims Payment |
| Mutual Fund Investment |
| Investment in Shares |
| Donations |
| Salary |
| Information Service Charges |
| Advertising & Public relations-related expenses |
| Royalty fees, trademark fees, patent fees, and copyright fees |
| Fees for brokers, front end fee, commitment fee, guarantee fee and custodian fee |
| Fees for advisors, technical assistance, and academic knowledge, including remuneration for specialists |
| Representative office expenses |
| Construction costs/expenses |
| Transportation fees for goods |
| For payment of exported goods |
| Delivery fees for goods |
| General Goods Trades - Offline trade |
Updated 6 months ago