v1

latestOpenAPI 3.0.12026-07-2412502.6 MB
Merchants

Get a merchant

Retrieve detailed information about a specific merchant by referring to its unique identifier (ID). The API documentation provides instructions on how to make a request using the merchant ID as a parameter, allowing you to fetch the specific merchant's details, including its attributes, status and any other relevant information available in the system.

get/merchants/{merchant_id}

Query parameters

with'merchant_currencies' | 'merchant_payment_methods' | 'merchant_card_types' | 'primary_merchant_category' | 'secondary_merchant_category'

Expand on the information returned by including 'with' in the query parameters. For multiple attributes, separate with a comma (example : with=merchant_currencies,merchant_payment_methods)

Response

OK

merchant_idinteger
merchant_namestring
gateway_idinteger
currency_idinteger

Default currency

merchant_mid_idstring
merchant_descriptorstring
merchant_phonestring
merchant_urlstring
merchant_activeboolean
merchant_processorstring nullable
merchant_mcc_codestring nullable
merchant_processing_limitstring
merchant_processing_inforceboolean
merchant_daily_rebills_limitstring
merchant_statestring nullable
merchant_taxstring
merchant_mtd_revenuestring
merchant_mtd_transactionsinteger
merchant_mtd_initialinteger
merchant_processing_percstring
primary_merchant_category_idinteger
secondary_merchant_category_idinteger
merchant_notesstring nullable
date_createdstring date-time
created_byinteger
date_modifiedstring date-time
modified_byinteger

Example response

{
  "date_created": "2023-04-01 00:00:00",
  "date_modified": "2023-04-01 00:00:00"
}