Create a customer
Creates a customer in the live or test mode of the API key used. At least one of email or tax_id must be provided; every other field is optional. If a tax_id is provided, both its type and value are required. Values are normalized before being stored: email and address.country are lowercased, dots and hyphens are stripped from RUTs, and RFCs are uppercased.
v2 · Base URL https://api.fintoc.com/v2Autorizaciones
Cuerpo
Customer's address.
Customer's email. At least one of email or tax_id is required.
"jared@piedpiper.com"
Set of key-value pairs that you can attach to an object. Useful for storing additional information about the object in a structured format.
Customer's full name or business name.
"Test Customer 1"
Customer's phone number in E.164 format, including the country code (for example +56911111111).
"+56911111111"
Tax identifier (Chilean RUT or Mexican RFC). At least one of email or tax_id is required.
Respuesta
Customer created.
Unique identifier of the customer.
"cus_0ujsswThIGTUYm2K8FjOOfXtY1K"
Type of the object. Always customer.
Customer's address. Only the fields with a value are returned. null when the customer has no address information.
ISO 8601 datetime, in UTC, of when the customer was created.
"2026-01-15T14:30:00Z"
Customer's email, stored in lowercase. null if not provided.
"jared@piedpiper.com"
Set of key-value pairs that you can attach to an object. Useful for storing additional information about the object in a structured format.
Mode of the customer, matching the mode of the API key used to create it. One of live or test.
live, test "live"
Customer's full name or business name. null if not provided.
"Test Customer 1"
Customer's phone number in E.164 format, including the country code (for example +56911111111). null if not provided.
"+56911111111"
Tax identifier of the customer (Chilean RUT or Mexican RFC). null if not provided.