π Welcome to TranSwap Api v1.8.8 π
Sources of Fund
options.Authorization: Bearer ********************
curl --location --request GET '/v1/references/fund_sources'
[
{
"code": "BI",
"name": "Business income"
},
{
"code": "CP",
"name": "Compensation payment"
},
{
"code": "DI",
"name": "Dividend income"
},
{
"code": "EI",
"name": "Employment income"
},
{
"code": "IG",
"name": "Inheritance / Gifts"
},
{
"code": "IP",
"name": "Insurance payout"
},
{
"code": "II",
"name": "Investment income"
},
{
"code": "LD",
"name": "Loan disbursement"
},
{
"code": "LO",
"name": "Loan repaid from others"
},
{
"code": "LW",
"name": "Lottery winnings"
},
{
"code": "RI",
"name": "Rental income"
},
{
"code": "SC",
"name": "Sale of company"
},
{
"code": "SI",
"name": "Sale of investment"
},
{
"code": "SP",
"name": "Sale of property"
},
{
"code": "SR",
"name": "Savings / Retirement funds"
}
]