Skip to main content
GET
C#

Get Merchant Details

Retrieve account status, profile information, and configuration details for a specific merchant ID. Use this endpoint to verify merchant information prior to initiating escrow allocations or validating sub-merchant relationships in marketplace integrations.

Endpoint

Authentication

Include your API secret and any required partner API keys in the request headers. Headers:
  • x-api-secret (string) — Required. Your StarPay API secret key.
  • x-order-et-api-key (string) — Optional. Order.et API Key if accessing partner marketplace resources.
Example Headers:

Path Parameters

merchantId

The unique identifier of the merchant you wish to query. Type: string — Required Example:

Example Request


Response

Success Response (200 OK)


Response Fields

Headers

x-api-secret
string
required

Your StarPay API secret key.

Example:

"SplFeYdc/Hc5S1CGmVDtETLYUJY/10a38ejamzwb1YH30h+u8sOK2fpTlyKitpPk"

x-order-et-api-key
string

Optional Order.et API Key for service authorization.

Example:

"9d7b6b4f5d0f8c1e7a9b3c4d6e8f1a2b5c7d9e0f3a1b6c8d2e4f6a8b0c1d3e5"

Path Parameters

merchantId
string
required

Unique identifier of the merchant.

Example:

"01344351"

Response

Merchant details retrieved successfully.

status
string
required
Example:

"success"

timestamp
string<date-time>
required
Example:

"2026-07-29T12:00:00Z"

message
string
required
Example:

"Merchant details retrieved successfully"

data
object
required