Daily Auto-Withdrawal Summary
Use this endpoint to list transactions in a daily auto-withdrawal. This API call works from the second daily withdrawal onward.
This endpoint does not work for daily withdrawals that are grouped by batch.
Method: POST
Endpoint: {{env}}/api/wallet/transactions/summary
Input Parameters
WalletId
guid
yes
Wallet ID
AutomaticDailyWithdrawWalletTransactionId
guid
yes
Transaction ID for wallet withdrawal
WalletTransactionReportType
number
yes
For a summary report of the daily auto-withdrawal, use the value "1"
Response Parameters
CreatedAt
datetime
When the transaction was created
Description
string
Transaction description
Debit
decimal
Debit amount
Credit
decimal
Credit amount
Balance
decimal
Wallet balance after the transaction
TransactionId
guid
Transaction ID
IsAutomaticDailyWithdraw
boolean
If transaction is automatic withdrawal
Last updated