v1

latestOpenAPI 3.0.12026-07-2356172250.9 KB
Report

Get consolidated funding

Retrieve itemized transactions for a specified timeframe, including batch and funding details for reconciliation.

get/data/api/v1.0/reporting/ConsolidatedFunding

Query parameters

{"stackTrail":"paths:/data/api/v1.0/reporting/ConsolidatedFunding:get:parameters:0:schema","oasType":"schema","type":"unknown"}

The merchant's unique identification number.

{"stackTrail":"paths:/data/api/v1.0/reporting/ConsolidatedFunding:get:parameters:1:schema","oasType":"schema","type":"unknown"}

Filters results by the start date of the settlement period. Start date must be earlier than endDate, otherwise, response returns no results. Format: YYYY-MM-DD.

{"stackTrail":"paths:/data/api/v1.0/reporting/ConsolidatedFunding:get:parameters:2:schema","oasType":"schema","type":"unknown"}

Filters results by the end date of the settlement period. Defaults to 90 days before the current date if no other parameter is provided. Format: YYYY-MM-DD.

{"stackTrail":"paths:/data/api/v1.0/reporting/ConsolidatedFunding:get:parameters:3:schema","oasType":"schema","type":"unknown"}

Specifies the column name used to sort the result set.

{"stackTrail":"paths:/data/api/v1.0/reporting/ConsolidatedFunding:get:parameters:4:schema","oasType":"schema","type":"unknown"}

Specifies the sorting order for the results. Valid values: ASC (ascending) or DESC (descending).

{"stackTrail":"paths:/data/api/v1.0/reporting/ConsolidatedFunding:get:parameters:5:schema","oasType":"schema","type":"unknown"}

Filters results by a specific transaction batch ID. If provided, only data related to this ID is returned.

{"stackTrail":"paths:/data/api/v1.0/reporting/ConsolidatedFunding:get:parameters:6:schema","oasType":"schema","type":"unknown"}

Filters results by a specific funding request. If provided, only details for the specified funding request ID are returned.

{"stackTrail":"paths:/data/api/v1.0/reporting/ConsolidatedFunding:get:parameters:7:schema","oasType":"schema","type":"unknown"}

Specifies the page number of results to return when pagination is applied.

{"stackTrail":"paths:/data/api/v1.0/reporting/ConsolidatedFunding:get:parameters:8:schema","oasType":"schema","type":"unknown"}

Specifies the number of results to return per page. Maximum: 10000. Default: 50.

Response

Success