---
title: "Get account owner information (Processors Only)"
method: GET
path: "/account/transactions"
tags: ["processor token"]
---

# Get account owner information (Processors Only)

`GET /account/transactions`

Get account owner information (Processors Only)

## Response `200`

OK

- ProcessorOwnerBody
  - `account_owners` object[]
    - `account_guid` string
    - `member_guid` string
    - `user_guid` string
    - `guid` string
    - `owner_name` string
    - `address` string
    - `city` string
    - `state` string
    - `postal_code` string
    - `country` unknown
    - `email` string
    - `phone` string
  - `pagination` PaginationResponse
    - `current_page` integer
    - `per_page` integer
    - `total_entries` integer
    - `total_pages` integer

---

[API](https://skmtc.dev/mx/apis/mx-platform-api.md) · [All operations](https://skmtc.dev/mx/apis/mx-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mx/mx-platform-api/revisions/b6632646ee89/schema)
