Customers
Create authorization session for customer
Create an authorization session for a customer. An authorization session is used to create customer and subscription resources for a consumer. The URL generated can be sent to the consumer for them to complete the subscription process.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The email address of the consumer.
The URL to redirect the consumer to after the subscription process is complete.
The unique identifier for the plan.
The unique identifier for the merchant organization.