v1
latestOpenAPI 3.1.02026-07-24170121.2 MBGet My Accounts
get/v1/account/my-accounts/
Query parameters
fromstring date
Start date.
tostring date
End date.
previousboolean
Response
200
Example response
[
{
"id": "fhty5627ht8jsb45",
"email": "foo@bar.com",
"mid": "9999999999999999",
"legal_name": "Foo bar LLC",
"dba_name": "Foo bar",
"merchant_name": "Foo bar LLC",
"status": "open",
"gateway_type": "payarc",
"sic_code": "9999",
"approved_volume": "999999",
"website": "https://foobar.com",
"phone_number": 9999999999,
"owner_first_name": "Foo",
"owner_last_name": "Bar",
"street_address": "10000 Some Place",
"city": "Some City",
"state": "CA",
"zipcode": "90232",
"business_phone": "1111111111",
"owner_address": "123 Some St.",
"owner_city": "NEW YORK",
"owner_state": "NY",
"owner_zipcode": "10001",
"owner_email": "info2@foobar.com",
"approved_average": "200",
"approved_high_ticket": "5000",
"settlement": "2",
"isInactive": true
}
]