Sub Merchant Operations
Update Submerchant
You can update submerchants via this api
put/api/v1/submerchant
Request body
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
Changes
No recorded changes to this endpoint across all 1 revision of this API.