Sub Merchant Operations

Query Submerchant

You can query submerchant via this api
post/api/v1/submerchant/query

Request body

application_keystring required

It is the key of your application on our environment

external_idstring required

Unique id of sub merchant in your system

languagestring

Its default value is tr. If you want to get messages in other languages, please send it. You can find supported languages in the api supported_languages.

Example request

{
  "application_key": "6e3cdaa3-65df-4eff-aed2-9d74387701dd",
  "external_id": "9ee3fd53-42f9-4f16-b454-77e6b714c2e9",
  "language": "tr"
}

Response

Successful Response

response_codestring
messagestring
submerchant_idstring
service_error_codestring
service_error_messagestring

Changes

No recorded changes to this endpoint across all 1 revision of this API.