Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-Here
Request Body
The unique identifier of the product associated with the credit.
The unique identifier of the membership tier to assign to the customer.
The membership period in months. Must be one of
1
, 3
, 6
, or 12
.The trial credit amount to grant upon registration.
Object containing customer details.
customerInfo Structure (Array Of Object)
Full name of the customer.
Email address of the customer.
Mobile phone number of the customer.
Response
Successful ResponseMain Structure (Root)
Status code form API.
Status message that describes the status code.
Contains details of the newly registered or updated membership customer.
membershipCustomer Structure (Array Of Object)
Unique identifier of the membership customer record.
Unique identifier of the user associated with this membership.
Unique identifier of the payment link associated with this membership.
Timestamp (in milliseconds) indicating when the membership was created.
Timestamp (in milliseconds) of the next scheduled payment.
ndicates whether the membership has a lifetime period;
null
if not set.Details of the payment link.
paymentLink Structure (Array Of Object)
Unique identifier of the payment link.
Name of the payment link or product.
Description of the payment link or product in HTML format.