v1

latestOpenAPI 3.1.02026-07-24170121.2 MB

Sub-Merchant Summary

get/v1/agent-hub/merchant-bridge/sub-merchants

Query parameters

report_date_fromstring
report_date_tostring
from_datestring
to_datestring
date_column'first_batch_date' | 'last_process_date' | 'created_at'

Response

200

Example response

{
  "data": [
    {
      "object": "Account",
      "id": "2655464sfdgf",
      "mid": "1111111111111111",
      "legal_name": "Test Diner",
      "dba_name": "Test Drafthouse",
      "email": "foo@payarc.com",
      "status": "open",
      "gateway_type": "payarc",
      "sic_code": "1234",
      "approved_volume": 999,
      "created_at": "2024-08-19T14:40:28.000000Z",
      "updated_at": "2024-08-19T14:40:29.000000Z",
      "readable_created_at": "2 months ago",
      "readable_updated_at": "2 months ago"
    }
  ]
}