A simple ViewSet for viewing and editing Customers.
Request body
The display name of the customer
The id provided when creating the customer, we suggest matching with your internal customer id in your backend
The primary email address of the customer, must be the same as the email address used to create the customer in the payment provider
The payment provider this customer is associated with. Currently, only Stripe is supported.
The customer's ID in the specified payment provider. Please note that payment_provider and payment_provider_id are mutually necessary.
Extra metadata for the customer
The currency code this customer will be invoiced in. Codes are 3 letters, e.g. 'USD'.
Tax rate as percentage. For example, 10.5 for 10.5%
Response
Tax rate as percentage. For example, 10.5 for 10.5%