3.2 Update Member

Updates the member for the given merchant.

Request

{
    "name": "Updated John Doe",
    "address": "456 Updated St, City",
    "phone_number": "9876543210",
    "identity_number": "09876543210",
    "contact_name": "Updated John123",
    "contact_surname": "Updated Doe",
    "sub_merchant_maximum_allowed_negative_balance": 200.0,
    "is_buyer": true,
    "is_sub_merchant": false,
    "member_type": "PERSONAL",
    "email": "deneme@gmail.com",
    "legal_company_title":"deneme",
    "tax_office":"",
    "tax_number":"",
    "iban":"TR123456789012345678901234",
    "settlement_earnings_destination":"WALLET"
}

Response

Last updated