# Get Seller Basis Information

The seller access point is an essential part of our API, providing access to all information relating to a seller in a single, simplified query.&#x20;

It is designed to retrieve data in a variety of key areas, including basic seller information that covers fundamental details about the seller, basic company information that provides an overview of the seller's business entity, and banking information that describes the seller's financial conduits. In addition, this access point provides current payment information to understand the seller's financial transactions, active financing information to learn about current financial commitments, and seller preferences to tailor the user experience accordingly.&#x20;

Thanks to this access point, a wealth of information essential for operations, financial planning and personalized service offers can be retrieved.

<details>

<summary>sellerThroughPartnership <mark style="color:red;"><code>Query</code></mark></summary>

#### Variables

No variable required

#### Returns

`user` - [users](https://docs.unlimitd.com/models/users "mention")

`company` - [companies](https://docs.unlimitd.com/models/companies "mention")

`bankingInformation` - [banking-information](https://docs.unlimitd.com/models/banking-information "mention")

`currentPayout` - [payout](https://docs.unlimitd.com/models/payout "mention")

`activeFinancing` - [financing](https://docs.unlimitd.com/models/financing "mention")

`preferences` - [preference](https://docs.unlimitd.com/models/preference "mention")

#### Errors

No expected error

#### Security

This endpoint is guarded by Seller Authentication. See [authenticate-as-seller](https://docs.unlimitd.com/authentication/authentication/authenticate-as-seller "mention")

</details>
