US Banking
List Transactions
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
- GET
Evault
- Archives
- Bins
- Files
- Folders
- File Shares
- Storage Usage
- Tags
Metas
- Request Logs
US Banking
List Transactions
GET
/
banking
/
v1
/
us
/
transactions
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"id": "<string>",
"type": "transfer",
"status": "pending",
"amount": "<string>",
"opening_balance": "<string>",
"balance_after_transaction": "<string>",
"account": "<string>",
"currency": {
"id": "<string>",
"name": "<string>",
"code": "<string>",
"symbol": "<string>"
},
"reference": "<string>",
"receipient": [
{
"id": "<string>",
"name": "<string>",
"bank_code": "<string>",
"bank_name": "<string>",
"account_number": "<string>",
"amount": "<string>"
}
],
"narration": "<string>",
"direction": "Outbound",
"client_identifier": "<string>",
"trace_number": "<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"
Bank Account Used for th Transaction
Receipient Name
Maximum length:
100
Receipient Bank Code, For US account this represent routing number
Maximum length:
20
Receipient Bank Name
Maximum length:
255
Receipient Bank Account Number
Maximum length:
20
Indicator of the type of transaction
transfer
- transferdeposit
- depositswap
- swapbulk_transfer
- bulk_transfersubscription
- subscription
Available options:
transfer
, deposit
, swap
, bulk_transfer
, subscription
pending
- pendingsuccess
- successfailed
- failed
Available options:
pending
, success
, failed
Narration Supplied when making the transaction, in US tranaction is called purpose
Maximum length:
255
Outbound
- OutboundInbound
- InboundInternal
- Internal
Available options:
Outbound
, Inbound
, Internal
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"id": "<string>",
"type": "transfer",
"status": "pending",
"amount": "<string>",
"opening_balance": "<string>",
"balance_after_transaction": "<string>",
"account": "<string>",
"currency": {
"id": "<string>",
"name": "<string>",
"code": "<string>",
"symbol": "<string>"
},
"reference": "<string>",
"receipient": [
{
"id": "<string>",
"name": "<string>",
"bank_code": "<string>",
"bank_name": "<string>",
"account_number": "<string>",
"amount": "<string>"
}
],
"narration": "<string>",
"direction": "Outbound",
"client_identifier": "<string>",
"trace_number": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]
}