Customers
Get a paginated list of customers with optional filtering
Number of items to return
Specifies the cursor after which to start returning results. For the first page, this should be left empty. For subsequent pages, use the value of the end_cursor field from the previous response.
Specifies the cursor before which to return results. Use this to paginate backwards. For example, to load the previous page, provide the value of the start_cursor field from the last response.
Filter by creation date start (RFC3339 format)
Filter by creation date end (RFC3339 format)
Filter by customer name
OK
OK
Create a new customer with the provided information
Customer information
Created
Bad Request
Unprocessable Entity
Patch customer information (company, legal name, EIN, street address, sub-premise, city, state, postal code, country)
Customer ID
Request body for patching customer information
New YorkUSA12-3456789Acme Corporation Inc.Acme Corp10001NY123 Main St, New York, NY 10001Apt 1OK
Bad Request
Not Found
Get a specific payment method associated with a customer by payment method ID
Customer ID
Payment Method ID
OK
Bad Request
Not Found
Get a paginated list of users from a customer
Customer ID
Number of items to return
Specifies the cursor after which to start returning results. For the first page, this should be left empty. For subsequent pages, use the value of the end_cursor field from the previous response.
Specifies the cursor before which to return results. Use this to paginate backwards. For example, to load the previous page, provide the value of the start_cursor field from the last response.
OK
OK
Create a new customer user with the provided information
Customer ID
Created
Bad Request
Unprocessable Entity
Last updated
Was this helpful?
