Customer objects allow you to store contact information and payment details for recurring use. Associating a customer with a PaymentIntent enables you to track payment history and simplify future charges.Documentation Index
Fetch the complete documentation index at: https://docs.fluveo.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoints
Create a Customer
Creates a new Customer object with the provided contact details and metadata.
List all Customers
Returns a paginated list of customers, sorted by creation date.
Retrieve a Customer
Retrieves the details of an existing customer by their unique identifier.
Update a Customer
Updates the specified customer by setting the values of the parameters passed.