Create consumer
Create a new consumer. A consumer represents an entity that consumes a Merchant
’s Product
. Consumers can have one or more subscriptions
, monitor wallet balances, analyze usage, and manage their subscriptions from a single entrypoint.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The name of the consumer.
The email address of the consumer, used for communication and account verification.
Additional metadata associated with the consumer, represented as key-value pairs.
The phone number of the consumer for contact purposes.
The address of the consumer, including details such as street, city, state, and postal code.
Provide an organization ID if you wish to associate this consumer with an existing merchant organization.
Response
Unique identifier for the consumer organization.
String representing the object's type.
consumer
The name of the consumer.
The email address of the consumer.
Additional metadata associated with the consumer.
The phone number of the consumer.
The address of the consumer.
Timestamp when the consumer was created.
Timestamp when the consumer was last updated.