US Banking
List US Bank Accounts
Banking
- Bank Accounts
- NGN Banking
- US Banking
- GETList US Bank Accounts
- GETRetrieve US Bank Account
- POSTCreate US Business Bank Account
- POSTCreate US Personal Bank Account
- GETList Transactions
- GETRetrieve Transaction
- GETGet bankingv1ustransactions records
- POSTInitiate Bulk Transfer
- POSTInitiate Single Transfer
- GETList Webhooks
- POSTCreate Wehbook
- GETRetrieve Wehbook
- PUTUpdate Wehbook (Put)
- DELDelete Wehbook
Evault
- Archives
- Bins
- Files
- Folders
- File Shares
- Storage Usage
- Tags
Metas
- Request Logs
US Banking
List US Bank Accounts
GET
/
banking
/
v1
/
us
/
accounts
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"id": "<string>",
"user": 123,
"title": "<string>",
"classification": "NULL",
"type": "NULL",
"currency": {
"id": "<string>",
"name": "<string>",
"code": "<string>",
"symbol": "<string>"
},
"reference": "<string>",
"account_name": "<string>",
"account_number": "<string>",
"business_name": "<string>",
"current_balance": "<string>",
"product_type": "<string>",
"credit_limit": "<string>",
"transaction_count": "<string>",
"status": "NULL",
"bank_info": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]
}
Authorizations
Query Parameters
A page number within the paginated result set.
Number of results to return per page.
Response
200 - application/json
Example:
123
Example:
"http://api.example.org/accounts/?page=4"
Example:
"http://api.example.org/accounts/?page=2"
Maximum length:
255
Optional title of the account.
Maximum length:
255
indicate the classification of the account as personal, business or other wise
NULL
- DefaultPERSONAL
- PersonalBUSINESS
- Business
Available options:
NULL
, PERSONAL
, BUSINESS
NULL
- DefaultSAVINGS
- SavingsCURRENT
- CurrentDEPOSIT
- Deposit
Available options:
NULL
, SAVINGS
, CURRENT
, DEPOSIT
Maximum length:
255
Maximum length:
255
Maximum length:
255
NULL
- DefaultACTIVE
- ActiveINACTIVE
- InactiveDORMANT
- DormantCLOSED
- ClosedESCHEAT
- EscheatCHARGEOFF
- Chargeoff
Available options:
NULL
, ACTIVE
, INACTIVE
, DORMANT
, CLOSED
, ESCHEAT
, CHARGEOFF
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"id": "<string>",
"user": 123,
"title": "<string>",
"classification": "NULL",
"type": "NULL",
"currency": {
"id": "<string>",
"name": "<string>",
"code": "<string>",
"symbol": "<string>"
},
"reference": "<string>",
"account_name": "<string>",
"account_number": "<string>",
"business_name": "<string>",
"current_balance": "<string>",
"product_type": "<string>",
"credit_limit": "<string>",
"transaction_count": "<string>",
"status": "NULL",
"bank_info": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]
}