Overview


To build a custom website that supports ACME Membership Checkout, refer to the following articles:


New Membership Checkout

  1. Get a list of Membership Levels that are eligible to be purchased as a brand new membership online. Call GET /v2/b2b/membership/levelswith the parameters: 
    1. salesChannels= online
    2. action= NEW_MEMBERSHIPS  
  2. Build the cart with the Membership
  3. Checkout


Checkout Other Lifecycle Actions (Renew, Upgrade, Rejoin, etc)

  1. First get a list of Membership Levels that are eligible for sale by Sales Channel and Action for the member
  2. Build the cart with the Membership
  3. Checkout


Verify & View Membership 

See documentation on verifying memberships here.