- TranSwap Api v1.8.8
- Access Token
- Accounts
- Contacts
- Conversions
- References
- Transfers
- Wallets
- CallBacks
Fund Sources
GET
/v1/references/fund_sources
References
Last modified:2024-09-11 00:41:03
Maintainer:Not configured
Sources of Fund
options.Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/references/fund_sources'
Responses
🟢200OK
application/json
Body
array of:
code
string
optional
name
string
optional
Example
[
{
"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"
}
]
🟠400Bad Request
🟠401Unauthorized
🟠429429
🔴500Server Error
Modified at 2024-09-11 00:41:03