Export Deposits

This request is used to export transaction deposit summaries for the specified date range

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Response Fields

  • data: The main object containing all deposit transaction data.

    • rows_data: Contains the daily transaction summaries, grouped by date.

      • <date>: The date when the transactions were processed (e.g., "2024-09-13").

        • row_data: An array of individual transactions for that specific date.

          Each transaction can have different types of information:

          • processing_date: The date the transaction was processed (YYYY-MM-DD).
          • transaction_volume: The total transaction volume for the batch.
          • amount: The total amount for the batch of transactions.
          • release_amount: Amount released for settlement (can be null).
          • transaction_count: The number of individual transactions in the batch.
          • batch_reference_number: A unique identifier for the batch.
          • batch_flag: Indicates batch status (1 = confirmed, 0 = pending).
          • transType: Type of transaction, such as:
            • DEPOSIT: Represents a deposit transaction.
            • RELEASED FUNDS: Represents amounts that are pending or released.
            • FEES: Represents fees deducted from the total.
          • description: A short description of the transaction, such as:
            • "Net Processing" for deposits.
            • "Pending settlement" for released funds.
            • "Fees(Total)" for fees.
          • record_type: Type of record (e.g., D for deposit).
          • effective_date: The date the transaction becomes effective.
          • line_item: Detailed description of the transaction, based on type.
          • deposit_amount: The total deposit amount for that batch.
        • row_totals: Summary of the daily transactions.

          • Amounts: The total amount for all transactions on that date.
          • Transactions: The total number of transactions on that date.
          • Settlement_Date: The settlement date for the transactions.
    • grand_total: Contains the overall totals for the entire date range.

      • total_amount: The sum of all transaction amounts.
      • total_transaction: The total number of transactions in the response.
Query Params
string
required

Deposits created after the date.
Format:YYYY-MM-DD

string
required

Deposits created before the date.
Format:YYYY-MM-DD

int32
Defaults to 25

Number of records to be listed per page.

int32
Defaults to 1

A number that represents the current page number.

int32
Defaults to 1
string

Selected columns for export.
Ex. report_date,case_number,is_primary,transaction_date,case_amount,reason_desc,case_type,status,card_number,case_submitted,responded_date,last_updated_date

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json