Customers API V4
Create and manage customer records
Creates a new customer object. Customer records can be associated with payments for easier tracking.
API key authentication. Include your API key in the Authorization header as a Bearer token.
Example: Authorization: Bearer sk_test_1a2b3c4d5e6f
Customer's email address
john.doe@example.comCustomer's full name
John DoeCustomer's phone number
+1234567890Customer created successfully
Invalid request parameters
Authentication failed
Internal server error
Retrieves the details of an existing customer.
API key authentication. Include your API key in the Authorization header as a Bearer token.
Example: Authorization: Bearer sk_test_1a2b3c4d5e6f
The customer ID
cus_1a2b3c4d5e6fCustomer retrieved successfully
Authentication failed
Customer not found
Internal server error
Last updated
