v1

latestOpenAPI 3.1.02026-07-24170121.2 MB

Dashboard

This endpoint makes an HTTP GET request to retrieve reports from the merchant bridge within a specified date range and based on a specific criteria. The request includes query parameters for 'from' (start date), 'to' (end date), and 'criteria' (reporting criteria).

The last execution of this request returned a response with a status code of 200 and a content type of application/json. The response body is not available (null).

Please refer to the API documentation for more details on the structure and content of the response.

get/v1/agent-hub/merchant-bridge/reports

Query parameters

fromstring required

Start date for reports. <br /><br /><b>Formats:</b><br />YYYY-MM-DD, YYYY/MM/DD, MM-DD-YYYY, MM/DD/YYYY

tostring required

End date for reports. <br /><br /><b>Formats:</b><br />YYYY-MM-DD, YYYY/MM/DD, MM-DD-YYYY, MM/DD/YYYY

criteria'day' | 'week' | 'month' required

Interval for the reports. <br /><br /><b>Possible values: </b> day, week, month

Response

200

avg_tranxinteger
t_salesinteger
t_refundsinteger
t_tranxinteger
t_disputesinteger
p_disputesinteger
tv_disputesinteger
pv_disputesinteger
t_cards_tranx_percentageinteger
n_salesinteger
p_refundsinteger
{"stackTrail":"paths:/v1/agent-hub/merchant-bridge/reports:get:responses:200:content:application/json:schema:properties:ta_isv_campaigns","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/v1/agent-hub/merchant-bridge/reports:get:responses:200:content:application/json:schema:properties:t_sub_merchants","oasType":"schema","type":"unknown"}
t_rdrsinteger
p_rdrsinteger
tv_rdrsinteger
pv_rdrsinteger

Example response

{
  "v_net_gross": [
    {
      "label": 1
    }
  ]
}