Alt Üye İşyeri Oluşturma

Paymes'e kayıtlı üye işyerleri, alt üye işyeri oluşturabilmesi için hazırlanmış endpoint.

sub-merchant/create

POST https://api.paym.es/marketplace/v1/sub-merchant/create

Request Body

{
    "status": true,
    "results": {
        "type": "individual",
        "sub_merchant_id": "17e06dd6-9cbd-4b40-9a2f-b1c6824d751a",
        "secret": "3fd11e639e0d4fe293998ec53122d947",
        "name": "Paym",
        "surname": "Es",
        "email": "john@doe.com",
        "phone": "905555555555",
        "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",
        "is_payout_enabled": 1,
        "payout_days": [
            "1",
            "4"
        ],
        "onboarded_at": "2021-10-12 11:13:08",
        "updated_at": "2021-10-12 11:13:08",
        "created_at": "2021-10-12 11:13:08",
        "full_name": "Paym Es",
        "available_payout_days": [
            1,
            2,
            3,
            4,
            5
        ],
        "commission_ratio": {
            "local": "2.51",
            "foreign": "2.51"
        },
        "can_use_foreign_credit_card": false
    }
}

Last updated