Get submerchant information
Retrieve the information for a specific SubMerchant.
Path parameters
sub_merchant_idintegerRequiredExample:
The ID of the SubMerchant to retrieve.
18703
Header parameters
Content-TypestringRequiredDefault:
Media type of the body sent to the API.
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
400
The request could not be processed due to a client-side error.
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?