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.

Method: POST

Endpoint: {{env}}/api/wallet/transactions/summary

Input Parameters

Parameter
Type
Mandatory
Description

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

Parameter
Type
Description

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

{
    "WalletId": "1e0b6ee0-48e9-41c6-bcd9-fe384168894b",
    "AutomaticDailyWithdrawWalletTransactionId" : "276d54c5-0b3b-459f-a6a2-4663e220d36c",
    "WalletTransactionReportType": 1
}

Last updated

Was this helpful?