Update customer information

📘

API Refs

Path parameters

NameTypeDescriptionRequired
idstringStripe StripeCustomerID (cus_xxxxx)yes

Request body

NameTypeDescriptionRequired
emailstringUpdated email addressno
firstNamestringUpdated first nameno
lastNamestringUpdated last nameno
phonestringUpdated phone numberno
addressobjectUpdated billing addressno

Response

Returns the updated customer object with:

  • id: StripeCustomerID
  • email: Updated email address
  • firstName: Updated first name
  • lastName: Updated last name
  • phone: Updated phone number
  • updatedAt: Update timestamp

Description

This endpoint updates customer information such as contact details and billing address. Only include the fields you want to update in the request body - any fields not included will remain unchanged. Changes are synchronized with Stripe automatically. Note that you cannot update payment methods through this endpoint; customers should use the billing portal for payment method management.