Merchant endpoints can be found within the [Merchant Info](🔗) API Reference.
## Get Merchant By Id
Partner access
If you have a PaySimple Reseller API key, use the `
PaySimple-Merchant-Id
` header to specify the integer id of the merchant (see [authorization](🔗)). The PaySimple merchant id can be retrieved from the [List Merchants](🔗) endpoint.
Retrieves merchant information. The `merchant_key
` value is required to initialize the [PMT Library](🔗).
## List Merchants
Retrieves a list of all merchants for the reseller key provided in the authorization header. The `merchant_id
` value is useful for populating the `PaySimple-Merchant-Id
` [header](🔗) used for accessing merchant specific API endpoints.
## Merchant Properties
Property | Type | Description |
merchant_id | integer | PaySimple unique identifier for a merchant. |
company_name | string | Company name of the merchant. |
string | Primary email address of the merchant. | |
status | string | State of the merchant account. Values: `enabled `, `restricted ` (may log in but not make payments), `disabled ` (cannot log in) |