Our API Docs just got a new look!

Get submerchant information

Get SubMerchant Information

get

Retrieve the information for a specific SubMerchant.

Path parameters
sub_merchant_idintegerRequired

The ID of the SubMerchant to retrieve.

Example: 18703
Header parameters
Content-TypestringRequired

Media type of the body sent to the API.

Default: application/json
X-Datestring · date-timeRequired

ISO8601 Datetime with Timezone (yyyy-MM-dd'T'HH:mm:ssZ)

X-LoginstringRequired

Merchant X-Login API Key.

AuthorizationstringRequired

Authorization control hash.

X-Idempotency-KeystringOptional

Unique idempotency key for ensuring that the same request is not processed more than once.

Responses
200

Successful request. Returns the SubMerchant details.

application/json
get
GET /sub_merchants/{sub_merchant_id} HTTP/1.1
Host: 
Content-Type: application/json
X-Date: 2025-08-29T17:32:18.790Z
X-Login: text
Authorization: text
Accept: */*
{
  "sub_merchant_id": 18703,
  "markup_fee": 2,
  "sub_merchant_name": "Dunder Mifflin",
  "email": "[email protected]",
  "status": "ACTIVE",
  "external_submerchant_id": "ABC123"
}

Last updated

Was this helpful?