Add Sub-Merchant

  • Add Sub Member Workplace
  • Sub Member Workplace Update
  • Delete Sub Member Workplace
  • Sub Member Workplace List
Pazaryeri_TP_AltUyeIsyeri_Ekleme

This method is used to add a sub merchant to the Marketplace.

Parameter Mandatory Type Length Description
G * String - ST_WS_Guvenlik Object
ETS_GUID * String - GUID value of the marketplace
Tip * Integer 1 Sub-Member Business Type (1=Individual Customer, 2=Sole Proprietorship, 3=Limited / Joint Stock Company)
Ad_Soyad * String 150 Name-Surname of the person
Unvan * String - Company Title
Kisi_DogumTarihi Yes / No if Tip=3 String 10 Date of Birth (e.g., dd.MM.yyyy)
TC_VN * String - Depending on Customer Type entry; TC Identity Number or Tax Number is written. TC Number is mandatory for Tip=1 (Individual) and Tip=2 (Sole Proprietorship). Tax Number is mandatory for Tip=3 (Limited / Joint Stock Company).
GSM_No * String 10 Sub-member business GSM e.g., 5xx123xxxx
IBAN_No * String 26 Sub-member business IBAN number
IBAN_Unvan * String 250 IBAN number of sub-member business Name-Surname/Title information
Adres String 200 Sub-member business address
Il * Integer 2 Mernis Province Code
Ilce * Integer 4 Mernis District Code
Eposta String 150 Sub-member business email address
Website String - Sub-member business website address
MCC Kod String - Product Category Code
Yetkili_Kisi_TC No / Yes if Tip=3 String 11 Authorized Person's TC identity number. If the Customer Type information is sent as Tip=3 (Limited / Joint Stock Company), it is mandatory to send the Yetkili_Kisi_TC parameter information.
Yetkili_Kisi_DogumTarihi Mandatory if Yetkili_Kisi_TC parameter is entered. String 10 Date of Birth (e.g., dd.MM.yyyy)
Vergi_Daire * String - Tax Office Field If sent as Tip=2 (Sole Proprietorship) and Tip=3 (Limited / Joint Stock Company), it is mandatory in all cases.

Parameter Mandatory Field Rules:

  • If Tax_Daire Parameter is sent as Type=2 and Type=3, it is mandatory in all conditions.
  • If the TC_VN parameter is sent as Type=2 (Sole Proprietorship), it is mandatory to enter the TC Number.
  • If the TC_VN parameter is sent as Type=3 (Limited and Joint Stock Company), it is mandatory to enter the Tax Number
  • The parameter Yetkili_Kisi_TC is mandatory if Type=3 (Limited and Joint Stock Company).
  • G Object:

    Parameter Mandatory Type Length Description
    CLIENT_CODE * Integer 5 Terminal ID, will be provided by us.
    CLIENT_USERNAME * String max 16 Username, will be provided by us.
    CLIENT_PASSWORD * String max 11 Password, will be provided by us.
    Parameter Type Length Description
    Sonuc Integer 1 Result Value
    Sonuc_Str String 150 Result Description, if Sonuc Parameter > 0, the operation is successful; otherwise, it is unsuccessful.
    GUID_AltUyeIsyeri String 36 GUID value of the sub-member workplace.
    <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body>
    <Pazaryeri_TP_AltUyeIsyeri_Ekleme xmlns="https://turkpos.com.tr/">
    <G>
    <CLIENT_CODE>10738</CLIENT_CODE>
    <CLIENT_USERNAME>Test</CLIENT_USERNAME>
    <CLIENT_PASSWORD>Test</CLIENT_PASSWORD>
    </G> <ETS_GUID>0c13d406-873b-403b-9c09-a5766840d98c</ETS_GUID>
    <Tip>1</Tip>
    <Ad_Soyad>Test Deneme</Ad_Soyad>
    <Unvan>Test Deneme</Unvan>
    <TC_VN>5788924350</TC_VN>
    <Kisi_DogumTarihi>01.12.2022</Kisi_DogumTarihi>
    <GSM_No>5312920320</GSM_No>
    <IBAN_No>123456</IBAN_No>
    <IBAN_Unvan>Test Deneme</IBAN_Unvan>
    <Adres>AdanaMerkez</Adres>
    <Il>1</Il>
    <Ilce>1218</Ilce>
    <EPosta>[email protected]</Eposta>
    <Website>www.google.com</Website>
    <MCC_Kod>1000</MCC_Kod>
    <Yetkili_Kisi_TC>61057998660</Yetkili_Kisi_TC>
    <Yetkili_Kisi_DogumTarihi>01.12.2022</Yetkili_Kisi_DogumTarihi>
    <Vergi_Daire>1000587</Vergi_Daire>
    </Pazaryeri_TP_AltUyeIsyeri_Ekleme>
    </soap:Body>
    </soap:Envelope>
    <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
    <Pazaryeri_TP_AltUyeIsyeri_EklemeResponse xmlns="https://turkpos.com.tr/">
    <Pazaryeri_AltUyeIsyeriEklemeResult>
    <Sonuc xsi:type="xsd:int">1</Sonuc>
    <Sonuc_Str xsi:type="xsd:string">Başarılı</Sonuc_Str>
    <GUID_AltUyeIsyeri xsi:type="xsd:string">a5c158be-8aaa-4716-abdc-f6f99eadfc81</GUID_AltUyeIsyeri>
    </Pazaryeri_TP_AltUyeIsyeri_EklemeResult>
    </Pazaryeri_TP_AltUyeIsyeri_EklemeResponse>
    </soap:Body>
    </soap:Envelope>
    Pazaryeri_TP_AltUyeIsyeri_Guncelleme

    This method is used to update the sub merchant information added to the Marketplace.

    Parameter Mandatory Type Length Description
    G * Object - ST_WS_Guvenlik Object
    GUID_AltUyeIsyeri * String 36 GUID Value of the sub-member workplace
    Ad_Soyad String 150 If the member workplace is Individual, Name-Surname is written; for other types, the company name is written.
    GSM_No String 10 Member workplace GSM e.g., 5xx123xxxx
    IBAN_No String 26 IBAN number of the member workplace
    IBAN_Unvan   String - Company name associated with the IBAN
    Adres String 200 Address of the member workplace
    Il Integer 2 Mernis City Code
    Ilce Integer 4 Mernis District Code
    EPosta String 150 Member workplace email address
    Website String - Website address of the member workplace
    MCC_Kod String - Product Category Code
    Vergi_Daire * String - Tax Office Field

    G Object:

    Parameter Required Type Length Description
    CLIENT_CODE * Integer 5 Terminal ID, provided by us.
    CLIENT_USERNAME * String max 16 Username, provided by us.
    CLIENT_PASSWORD * String max 11 Password, provided by us.
    Parameter Type Length Description
    Sonuc Integer 1 Result Value
    Sonuc_Str String 150 Description of the Result. If the Result Parameter > 0, the operation is successful; otherwise, it fails.
    <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
    <Pazaryeri_TP_AltUyeIsyeri_Guncelleme xmlns="https://turkpos.com.tr/">
    <G>
    <CLIENT_CODE>10738</CLIENT_CODE>
    <CLIENT_USERNAME>Test</CLIENT_USERNAME>
    <CLIENT_PASSWORD>Test</CLIENT_PASSWORD>
    </G>
    <GUID_AltUyeIsyeri>a5c158be-8aaa-4716-abdc-f6f99eadfc81</GUID_AltUyeIsyeri>
    <Ad_Soyad>Test Deneme</Ad_Soyad>
    <Unvan>Test Deneme</Unvan>
    <GSM_No> 5312920320</GSM_No>
    <IBAN_No>TR123456789123456789123456</IBAN_No>
    <Adres> Çankaya ANKARA</Adres>
    <Il> 01</Il>
    <Ilce> 1219</Ilce>
    <EPosta> [email protected]</EPosta>
    <Website> www.param.com.tr</Website>
    <MCC_Kod> 1000</MCC_Kod>
    <Vergi_Daire>100000000</Vergi_Daire>
    <IBAN_Unvan>string</IBAN_Unvan>
    </Pazaryeri_TP_AltUyeIsyeri_Guncelleme>
    </soap:Body>
    </soap:Envelope>
    <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
    <Pazaryeri_TP_AltUyeIsyeri_GuncellemeResponse xmlns="https://turkpos.com.tr/">
    <Pazaryeri_AltUyeIsyeriGuncellemeResult>
    <Sonuc xsi:type="xsd:int">1</Sonuc>
    <Sonuc_Str xsi:type="xsd:string">Başarılı</Sonuc_Str>
    </Pazaryeri_AltUyeIsyeriGuncellemeResult>
    </Pazaryeri_TP_AltUyeIsyeri_GuncellemeResponse>
    </soap:Body>
    </soap:Envelope>
    Pazaryeri_TP_AltUyeIsyeri_Silme

    This method is used to delete the sub merchant added to the Marketplace.


    Parameter Required Type Length Description
    G * Object - ST_WS_Security Object
    GUID_AltUyeIsyeri * String 36 GUID Value of the Sub-Merchant

    G Object:

    Parameter Required Type Length Description
    CLIENT_CODE * Integer 5 Terminal ID, provided by us.
    CLIENT_USERNAME * String max 16 Username, provided by us.
    CLIENT_PASSWORD * String max 11 Password, provided by us.
    Parameter Type Length Description
    Sonuc Integer 1 Result Value
    Sonuc_Str String 150 Description of Result; Operation is successful if the Result Parameter > 0, otherwise unsuccessful.
    <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body>
    <Pazaryeri_TP_AltUyeIsyeri_Silme xmlns="https://turkpos.com.tr/">
    <G>
    <CLIENT_CODE>10738</CLIENT_CODE>
    <CLIENT_USERNAME>Test</CLIENT_USERNAME>
    <CLIENT_PASSWORD>Test</CLIENT_PASSWORD>
    </G> <GUID_AltUyeIsyeri>a5c158be-8aaa-4716-abdc-f6f99eadfc81</GUID_AltUyeIsyeri>
    </Pazaryeri_TP_AltUyeIsyeri_Silme>
    </soap:Body>
    </soap:Envelope>
    <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
    <Pazaryeri_TP_AltUyeIsyeri_SilmeResponse xmlns="https://turkpos.com.tr/">
    <Pazaryeri_AltUyeIsyeriSilmeResult>
    <Sonuc xsi:type="xsd:int">1</Sonuc>
    <Sonuc_Str xsi:type="xsd:string">Başarılı</Sonuc_Str>
    <GUID_AltUyeIsyeri xsi:type="xsd:string">a5c158be-8aaa-4716-abdc-f6f99eadfc81</GUID_AltUyeIsyeri>
    </Pazaryeri_TP_AltUyeIsyeri_SilmeResult>
    </Pazaryeri_TP_AltUyeIsyeri_SilmeResponse>
    </soap:Body>
    </soap:Envelope>
    Pazaryeri_TP_AltUyeIsyeri_Liste

    Lists the sub merchants of the marketplace.

    Parameter Required Type Length Description
    G Yes String - Security Object ST_WS_Guvenlik
    ETS_GUID Yes String 36 GUID value belonging to the marketplace
    Limit No Integer - Total number of members that can be fetched from the marketplace's sub-member list, limit
    Skip No Integer - Starting point for fetching the sub-member list belonging to the marketplace

    G Object:

    Parameter Required Type Length Description
    CLIENT_CODE * Integer 5 Terminal ID, provided by us.
    CLIENT_USERNAME * String max 16 Username, provided by us.
    CLIENT_PASSWORD * String max 11 Password, provided by us.
    Parameter Type Length Description
    Toplam_Kayit Integer - Total Record Count
    DT_Bilgi Object - Sub-Merchant Information List
    Sonuc Integer 1 Result Value
    Sonuc_Str String 150 Result Description; if Result Parameter > 0, operation is successful, otherwise unsuccessful.
    GUID_AltUyeIsyeri String 36 GUID value of the sub-merchant
    <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body>
    <Pazaryeri_TP_AltUyeIsyeri_Liste xmlns="https://turkpos.com.tr/">
    <G>
    <CLIENT_CODE>10738</CLIENT_CODE>
    <CLIENT_USERNAME>Test</CLIENT_USERNAME>
    <CLIENT_PASSWORD>Test</CLIENT_PASSWORD>
    </G> <ETS_GUID>0c13d406-873b-403b-9c09-a5766840d98c</ETS_GUID>
    <Limit>2</Limit>
    <Skip>1</Skip>
    </Pazaryeri_TP_AltUyeIsyeri_Liste>
    </soap:Body>
    </soap:Envelope>
    <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Body>
    <Pazaryeri_TP_AltUyeIsyeri_ListeResponse xmlns="https://turkpos.com.tr/">
    <Pazaryeri_TP_AltUyeIsyeri_ListeResult>
    <Toplam_Kayit>118</Toplam_Kayit>
    <DT_Bilgi>
    <xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
    <xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:MainDataTable="Temp1" msdata:UseCurrentLocale="true">
    <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="Temp1">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="ID" type="xs:long" minOccurs="0" />
    <xs:element name="ETS_GUID" msdata:DataType="System.Guid, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:string" minOccurs="0" />
    <xs:element name="Durum" type="xs:int" minOccurs="0" />
    <xs:element name="Tip" type="xs:string" minOccurs="0" />
    <xs:element name="Ad_Soyad" type="xs:string" minOccurs="0" />
    <xs:element name="Unvan" type="xs:string" minOccurs="0" />
    <xs:element name="TC_VN" type="xs:string" minOccurs="0" />
    <xs:element name="Yetkili_Kisi_TC" type="xs:string" minOccurs="0" />
    <xs:element name="GSM_No" type="xs:string" minOccurs="0" />
    <xs:element name="IBAN_No" type="xs:string" minOccurs="0" />
    <xs:element name="Adres" type="xs:string" minOccurs="0" />
    <xs:element name="Il" type="xs:int" minOccurs="0" />
    <xs:element name="Ilce" type="xs:int" minOccurs="0" />
    <xs:element name="EPosta" type="xs:string" minOccurs="0" />
    <xs:element name="Website" type="xs:string" minOccurs="0" />
    <xs:element name="MCC_Kod" type="xs:string" minOccurs="0" />
    <xs:element name="GUID" msdata:DataType="System.Guid, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:string" minOccurs="0" />
    <xs:element name="Aciklama" type="xs:string" minOccurs="0" />
    <xs:element name="Tarih" type="xs:dateTime" minOccurs="0" />
    <xs:element name="Vergi_Daire" type="xs:string" minOccurs="0" />
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:choice>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">
    <NewDataSet xmlns="">
    <Temp1 diffgr:id="Temp11" msdata:rowOrder="0">
    <ID>149</ID>
    <ETS_GUID>0c13d406-873b-403b-9c09-a5766840d98c</ETS_GUID>
    <Durum>0</Durum>
    <Tip>2</Tip>
    <Ad_Soyad>aaaa</Ad_Soyad>
    <Unvan />
    <TC_VN>12345678910</TC_VN>
    <Yetkili_Kisi_TC />
    <GSM_No>5551231212</GSM_No>
    <IBAN_No>TR020006200167200006295482</IBAN_No>
    <Adres />
    <Il>6</Il>
    <Ilce>1130</Ilce>
    <Eposta>[email protected]</Eposta>
    <Website>http://test.com</Website>
    <MCC_Kod />
    <GUID>120d3c40-317f-49a0-b5dd-0a27734f57a4</GUID>
    <Tarih>2021-03-26T17:51:14.813+03:00</Tarih>
    <Vergi_Daire>Türkiye</Vergi_Daire>
    </Temp1>
    </NewDataSet>
    </diffgr:diffgram>
    </DT_Bilgi>
    <Sonuc>1</Sonuc>
    <Sonuc_Str>Başarılı</Sonuc_Str>
    </Pazaryeri_TP_AltUyeIsyeri_ListeResult>
    </Pazaryeri_TP_AltUyeIsyeri_ListeResponse>
    </soap:Body>
    </soap:Envelope>