Get Filtered Account Activities
POST/api/v1/transactions/activity/filtered
Retrieves a list of account activities filtered by specific criteria within a given date range.
Request
Query Parameters
Default value: 2024-04-06
Start date for the period of account activities (inclusive). ISO8601 format.
Default value: 2024-05-06
End date for the period of account activities (inclusive). ISO8601 format.
- application/json
Body
required
An enumeration.
An enumeration.
Card identifier associated with the transaction.
An enumeration.
User identifier associated with the transaction.
Description or details of the transaction.
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
Unique identifier of the activity.
Date and time of the activity.
Admin identifier associated with the activity.
User identifier associated with the activity.
Email of the user associated with the activity.
Wallet identifier associated with the activity.
Original ID of the activity.
An enumeration.
An enumeration.
An enumeration.
An enumeration.
An enumeration.
An enumeration.
Amount involved in the activity.
Billing amount involved in the activity.
Currency used in the transaction.
Billing currency used in the transaction.
An enumeration.
Description of the activity.
The total debit operation amount.
The total credit operation amount.
The debit amount for the current transaction.
The debit amount for the current transaction.
Only the portion of the debit balance that is reserved and not immediately available is displayed for the current transaction.
Only the portion of the credit balance that is reserved and not immediately available is displayed for the current transaction.
The overall balance of the wallet.
The portion of the wallet's balance that is available for use.
The balance reserved for transactions and not available for immediate use.
The cumulative amount deposited into the wallet over time.
The incoming balance in the wallet.
The balance of transactions that have been initiated but not yet completed.
The total amount spent from the wallet.
The cumulative fees charged within the wallet.
The balance returned to the wallet.
The balance affected by declined transactions.
A reserve for covering potential declines. This feature is not implemented yet.
The card identifier.
Card name or memo associated with the card.
Bank card name or memo for the bank card.
The last four digits of the card number.
The opening balance of the card.
The top-up balance of the card.
The available balance on the card.
The pending balance on the card.
The incoming balance on the card.
The withdrawal balance on the card.
The total spend on the card.
The total fees related to the card.
Indicates the result of turnover sum checks for transaction accuracy.
Indicates the result of balance sum checks for ensuring the accuracy of funds accounting.
Indicates the result of card-related sum checks for transaction accuracy on cards.
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"date": "2024-05-09T10:22:47.682Z",
"admin": "string",
"user": "string",
"user_email": "string",
"wallet": "string",
"original_id": "string",
"amount": 0,
"billing_amount": 0,
"currency": "string",
"billing_currency": "string",
"description": "string",
"total_balance_debit": 0,
"total_balance_credit": 0,
"available_balance_debit": 0,
"available_balance_credit": 0,
"reserved_balance_debit": 0,
"reserved_balance_credit": 0,
"total_balance": 0,
"available_balance": 0,
"reserved_balance": 0,
"total_deposit": 0,
"incoming_balance": 0,
"pending_balance": 0,
"total_spend": 0,
"total_fee": 0,
"return_balance": 0,
"decline_balance": 0,
"rolling_balance": 0,
"card": "string",
"card_memo": "string",
"bank_card_memo": "string",
"card_number": "string",
"card_opening_balance": 0,
"card_topup_balance": 0,
"card_available_balance": 0,
"card_pending_balance": 0,
"card_incoming_balance": 0,
"card_withdrawal_balance": 0,
"card_spend": 0,
"card_fees": 0,
"turnover_control": true,
"balances_control": true,
"cards_control": true
}
]
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- MOD1
- MOD2
- ]
- ]
detail object[]
loc object[]required
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}