API view to update a merchant’s core information using the merchant’s tenant ID.
Only accessible by users with customer support permissions.
Serializer for updating core information of a Merchant.
This serializer handles the validation and serialization of the data required to update the core details of a Merchant. It is used in the API endpoint that allows customer support to update merchant information.
Supported Fields: - name: Business name of the merchant. - business_email: Email address used for business communications. - support_email: Contact email address for support inquiries. - tax_identification_number: Unique tax identification number issued by tax authorities. - registration_number: Government-issued registration number with the corporate affairs commission. - address: Physical address of the merchant's business.
Successful response with updated merchant information.
Serializer for updating core information of a Merchant.
This serializer handles the validation and serialization of the data required to update the core details of a Merchant. It is used in the API endpoint that allows customer support to update merchant information.
Supported Fields: - name: Business name of the merchant. - business_email: Email address used for business communications. - support_email: Contact email address for support inquiries. - tax_identification_number: Unique tax identification number issued by tax authorities. - registration_number: Government-issued registration number with the corporate affairs commission. - address: Physical address of the merchant's business.