Update CustomerAsk AIpatch https://pluraluat.v2.pinepg.in/api/v1/customer/{customer_id}Learn how to update the customer information using update customer API.Path Paramscustomer_idstringrequiredUnique identifier of the customer in the Pine Labs Online database.Maximum length: 50 characters.Example: cust-v1-0811030624-aa-RBDgpRBody Paramsmerchant_customer_referencestringEnter a unique identifier for the customer request.Minimum: 1 characters.Maximum: 50 characters.Example: 1234567890Supported characters:A-Za-z0-9-_first_namestringCustomer's first name.Minimum length: 1 character.Maximum length: 50 characters.Example: KevinSupported characters:A-Za-z0-9space_.-last_namestringCustomer's last name.Minimum length: 1 character.Maximum length: 50 characters.Example: BobSupported characters:A-Za-z0-9space_.-country_codestringMandatory if the mobile_number is provided.Country code of the registered mobile number.Maximum length: 5 characters.No spaces, hyphens, or special characters are allowed.Example: +91Note: If the country code is not provided, it defaults to +91.mobile_numberstringMandatory if the country_code is provided.Customer's mobile number.Minimum length: 10 character.Maximum length: 20 characters.Example: 9876543210Supported characters:0-9email_idstringCustomer's email address.Maximum length: 50 characters.Example: [email protected]Supported characters:A-Za-z0-9+_.-@billing_addressobjectAn object that contains the details of the billing address.billing_address objectshipping_addressobjectAn object that contains the shipping address details.shipping_address objectstatusstringCustomer status at Plural database.Example: ACTIVEResponse 200200Updated 7 days ago