Sub Merchant Operations

Update Submerchant

You can update submerchants via this api
put/api/v1/submerchant

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

namestring

Name of sub merchant

type'Individual' | 'PersonalCompany' | 'Company' required

An enumeration.

currencystring

Transfer currency, its default is TRY

tax_numberstring required

Identity number for individuals, tax number for companies

tax_officestring

Tax office of sub merchant.

titlestring

Title of sub merchant.

gsm_numberstring

GSM number of sub merchant.

emailstring required

Email address of sub merchant.

contact_namestring

It is required for individuals.

contact_surnamestring

It is required for individuals.

ibanstring required

IBAN of submerchant. For individuals it must be suitable with contact name and contact surname. For companies it must be suitable with title.

addressstring required

Address of sub merchant

merchant_namestring required

Settlement description template

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.

citystring

City Plate Code

payment_due_dayinteger

Payment due day

Example request

{
  "application_key": "6e3cdaa3-65df-4eff-aed2-9d74387701dd",
  "external_id": "9ee3fd53-42f9-4f16-b454-77e6b714c2e9",
  "name": "Ahmet Solak",
  "currency": "TRY",
  "tax_number": "23214999830",
  "tax_office": "Beyoğlu",
  "title": "Hasan Lojistik A.Ş.",
  "gsm_number": "5304508980",
  "email": "ahmetsolak@sample.com",
  "contact_name": "Ahmet",
  "contact_surname": "Solak",
  "iban": "TR920023000010112245924502",
  "address": "Altıntepe Mah Bağdat Cad No:34 Maltepe/İstanbul",
  "merchant_name": "KESKINOGLU",
  "language": "tr",
  "city": "34",
  "payment_due_day": 1
}

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.