List Deposits
Deposit management
List Deposits
Get Deposits from Merchant Account with supporting transactions
GET
List Deposits
Authorizations
You can retrieve your token by visiting your dashboard and clicking Generate API token under your profile in top right.
Response
Example:
[
{
"transaction_date": "2023-02-15T19:14:44.000000Z",
"fund_date": "2023-02-17 00:05:35",
"transaction_info_id": "789161791",
"transaction_id": "1",
"transaction_detail_account": "1005",
"authorization_amount": "1.0000",
"net_amount": "0.7200",
"sweep_id": "125068038",
"type": "withdraw_funds"
},
{
"transaction_date": "2023-02-15T19:14:44.000000Z",
"fund_date": "2023-02-17 00:05:35",
"transaction_info_id": "789161791",
"transaction_id": "1",
"transaction_detail_account": "1005",
"authorization_amount": "1.0000",
"net_amount": "0.7200",
"sweep_id": "125068038",
"type": "withdraw_funds"
}
]
