update_customer
Modify customer information in Conekta by updating specific fields like name, email, phone, or custom reference using the customer ID.
Instructions
Update an existing customer. Only provided fields are updated.
Args: customer_id: The Conekta customer ID name: New customer name email: New customer email phone: New customer phone custom_reference: New custom reference
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| name | No | ||
| No | |||
| phone | No | ||
| custom_reference | No |