Skip to main content
PATCH
Update Customer

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Cuerpo

application/json
address
AddressSchema · object | null
email
string<email> | null
metadata
Metadata · object | null

A set of key-value pairs that can be attached to a customer object. Check more at https://docs.stripe.com/api/customers/object?api-version=2025-09-30.clover#customer_object-metadata

default_payment_method_id
string | null

The ID of the default payment method for the customer.

Respuesta

Successful Response

id
string
requerido

Unique identifier for the customer

address
AddressSchema · object | null
email
string<email> | null
metadata
Metadata · object | null

A set of key-value pairs that can be attached to a customer object. Check more at https://docs.stripe.com/api/customers/object?api-version=2025-09-30.clover#customer_object-metadata

default_payment_method_id
string | null

The ID of the default payment method for the customer.