v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-01-29166197289.1 KB
processor token

Get account owner information (Processors Only)

Get account owner information (Processors Only)

get/account/transactions

Response

OK

Example response

{
  "account_owners": [
    {
      "account_guid": "ACT-283132a4-1401-486a-909e-1605f1623d11",
      "member_guid": "MBR-54feffb9-8474-47bd-8442-de003910113a",
      "user_guid": "USR-101ad774-288b-44ed-ad16-da87d522ea20",
      "guid": "ACO-a06b74ec-6a58-4c0b-b437-8de5e03194ac",
      "owner_name": "Janita Pollich",
      "address": "3541 Adrian Street",
      "city": "North Kishaberg",
      "state": "Maine",
      "postal_code": "45054-7764",
      "email": "janita.pollich823@beerpowlowski.ca",
      "phone": "676-932-5861"
    }
  ],
  "pagination": {
    "current_page": 1,
    "per_page": 25,
    "total_entries": 1,
    "total_pages": 1
  }
}