Authorizations
API key for authentication
Path Parameters
Body
Customer patch input serializer for updating an existing customer. Uses DRF's built-in partial update mechanism.
The name of the customer
Optional external id of the customer
The address of the customer Address input serializer to not confuse it with Address model serializer.
Optional Stripe customer ID to associate with this customer
Response
Customer output serializer; we can represent the customer model differently depending on the request so we need a custom serializer for the output.
Maximum length:
255The address of the customer Address input serializer to not confuse it with Address model serializer.
The companies stripe customer_id
Maximum length:
255