hidden
Stripe Customer object
post/apps/{appId}/subscription/customer
Path parameters
appIdinteger required
The identifier of the Sinao application you are using. Each application corresponds to a company and an accounting. A user can have several Sinao applications. To retrieve the identifiers of its applications, you must call the endpoint /apps.
Query parameters
namestring
Example:John Doe
Name of the customer
emailstring
Example:john.doe@example.com
Email of the customer
phonestring
Example:+1234567890
Phone number of the customer
address[line1]string
Example:123 Main St
Address line 1 of the customer
address[line2]string
Example:Suite 5
Address line 2 of the customer
address[city]string
Example:New York
City of the customer's address
address[state]string
Example:NY
State of the customer's address
address[postal_code]string
Example:10001
Postal code of the customer's address
address[country]string
Example:US
Country of the customer's address
Response
Success