Create a customer

Create a customer

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string | null

The display name of the customer

string | null
required

The id provided when creating the customer, we suggest matching with your internal customer id in your backend

string
required
length ≥ 1

The primary email address of the customer, must be the same as the email address used to create the customer in the payment provider

string
enum

The payment provider this customer is associated with. Currently, only Stripe is supported.

  • stripe - Stripe
  • braintree - Braintree
Allowed:
string | null

The customer's ID in the specified payment provider. Please note that payment_provider and payment_provider_id are mutually necessary.

properties
object | null

Extra metadata for the customer

string
length ≥ 1

The currency code this customer will be invoiced in. Codes are 3 letters, e.g. 'USD'.

address
object | null
deprecated
billing_address
object | null
shipping_address
object | null
double | null
0 to 999.9999

Tax rate as percentage. For example, 10.5 for 10.5%

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json