Skip to content

Alt Üye İşyeri Listeleme

Açıklama: Bu servis belirli üye işyerinin altındaki tüm alt üye işyerlerini listeler. Üye işyerinin talebi gönderebilmesi için Vepara tarafından yetkilendirilmesi gerekir.

URL: /api/sub-merchant/list

Test Sunucusu: https://test.vepara.com.tr/ccpayment/api/sub-merchant/list

Canlı Sunucusu: https://app.vepara.com.tr/ccpayment/api/sub-merchant/list

Method: GET

REQUEST BODY SCHEMA

json

[
    {
        "merchant_key": "$2y$10$w/ODdbTmfubcbUCUq/ia3OoJFMUmkM1UVNBiIQIuLfUlPmaLUT1he" // required
    }
]

RESPONSE BODY

200 Başarılı Sonuç
json
{
    "status_code": 100,
    "status_description": "Successfull",
    "data": {
        "sub_merchant_id": "98950-66-7111111193",
        "terminal_no": null,
        "phone_number": 905334567890,
        "email": "[email protected]",
        "merchant_name": "Test Merchant 2",
        "full_company_name": "Test Merchant 2 Inc",
        "authorized_person_name": "Jhon Doe 2",
        "merchant_description": "Sub Merchant Description",
        "authorized_person_phone_number": 902134567890,
        "contact_person_phone": 903434567890,
        "authorized_person_email": "[email protected]",
        "merchant_type": 3,
        "business_area": "Logistics",
        "zip_code": 34090,
        "iban_no": "TR33000610051978645784132",
        "settlement_id": 1,
        "auto_approval_days": 10,
        "identity_number": 12345678481,
        "sub_merchant_automatic_withdrawal_settings": [
            {
                "settlement_id": 1,
                "remain_amount": 10,
                "last_processed_at": null,
                "currency_code": "TRY"
            },
                {
                  "settlement_id": 13,
                  "remain_amount": 20,
                  "last_processed_at": null,
                  "currency_code": "USD"
                }
              ]
            }
          }
400 Başarısız Sonuç
json
{
    "status_code": 14,
    "status_description": "Invalid merchant key or merchant is not active."
}