Alt Üye İşyeri Sorgulama

Paymes'e kayıtlı üye işyerleri, alt üye işyerlerini sorgulaması için hazırlanmış endpoint.

sub-merchant

POST https://api.paym.es/marketplace/v1/sub-merchant/{sub_merchant_id}

Path Parameters

Request Body

{
    "status": true,
    "results": {
        "status": true,
        "type": "individual",
        "sub_merchant_id": "45eca5e6-af95-4672-b73b-389ae0f289cd",
        "secret": "6b334055b6f94851b9050c97f1313cd7",
        "name": "Paym",
        "surname": "Es",
        "email": "j.o.h.n@gmail.com",
        "phone": "0 (541) 161 32 46",
        "iban": "TR240006263288597775565638",
        "pin": "1111111111",
        "tin": "11111111111",
        "tax_office": "ERENKÖY",
        "company_name": "test",
        "company_country": "TR",
        "company_city": "34",
        "company_address": "Bağdat Cad.",
        "company_postal_code": "34000",
        "payout_days": [
            "1"
        ],
        "is_payout_enabled": 1,
        "is_paused": null,
        "onboarded_at": "2021-10-11 15:51:13",
        "created_at": "2021-10-11 15:51:13",
        "updated_at": "2021-10-12 11:27:06",
        "full_name": "Paym Es",
        "available_payout_days": [
            1,
            2,
            3,
            4,
            5
        ],
        "commission_ratio": {
            "local": "2.99",
            "foreign": "2.99"
        },
        "can_use_foreign_credit_card": false
    }
}

Last updated