Overview
To build a custom website that supports ACME Membership Checkout, refer to the following articles:
New Membership Checkout
- Get a list of Membership Levels that are eligible to be purchased as a brand new membership online. Call GET /v2/b2b/membership/levels with the parameters:
- salesChannels= online
- action= NEW_MEMBERSHIPS
- Build the cart with the Membership
- Checkout
Checkout Other Lifecycle Actions (Renew, Upgrade, Rejoin, etc)
- First get a list of Membership Levels that are eligible for sale by Sales Channel and Action for the member
- Build the cart with the Membership
- Checkout
Verify & View Membership
See documentation on verifying memberships here.