Source of Funds
List available source of the funds for payout
GET METHOD
{{baseUrl}}/api/v2/fundSource
Response
{
"status": true,
"content": {
"data": [
{
"Id": "2",
"Name": "BUSINESS"
},
{
"Id": "10",
"Name": "SAVINGS OR ACCUMULATED"
},
{
"Id": "15",
"Name": "GIFT OR INHERITANCE"
},
{
"Id": "3",
"Name": "EMPLOYEES SALARY"
},
{
"Id": "16",
"Name": "PROCEEDS OF SALE"
}
]
}
}
Updated about 2 years ago