Membership Anywhere Integration

Membership Anywhere and ACME have partnered to offer a real-time API integration of membership data to allow for your current memberships to be visible in the Membership Anywhere digital membership card app.


Through an API integration, Membership Anywhere can pull membership data directly from ACME and surface it in the form of a digital membership card for your members to readily access on their phone. The eMembership card can be added to a digital wallet, remind members when they are due for renewal, and is always up to date with the latest membership info from ACME.

See a two minute video on eMembership Card here. Contact us today if you are interested in implementing this solution!


Data Mapping for eMembership Cards

When implementing Membership Anywhere's API integration with ACME for eMembership Cards, the following data mappings apply. 


Depending on the structure of your membership data, your mappings may differ from the standard below.


Membership AnywhereACMEComments
Membership ID
This is membership # you use
externalMembershipIdThe externalMembershipId should match the same ID value that is printed on physical cards.
Constituent ID
This is unique identifier for each of named adults (and children if they are named)
acmeBarcodeIf your secondary cardholders are not constituents, this value will be the same for all cardholders.
Primary Member (Yes/No)
This identifies which of adults is treated as primary member.
cardholders[x].primaryCard
FirstNamecardholders[x].firstName
LastNamecardholders[x].lastName
MembersincemembershipJoinedDateThe date the member first joined.
ExpirationdatemembershipExpirationDateThe expiration date of the current (latest) membership term.
LastRenewedDatemembershipStartDateThe start date of the current (latest) membership term.
Membershiplevel
this is a subset of type 
membershipSubcategoryThe Subcategory value is based upon the Raiser's Edge mapping definition in ACME backoffice.
Membershipleveltype
This is type of membership like Individual, Family, etc.
membershipCategoryThe Category value is based upon the Raiser's Edge mapping definition in ACME backoffice.
Status
active or inactive
membershipStandingIn ACME, the values can be one of the following, though Active and Lapsed are the most likely values for the latest membership.
  • New
  • Active
  • Dropped
  • Lapsed
  • Replaced
Statecardholders[x].state
Zipcardholders[x].zipCode
Countrycardholders[x].country

Citycardholders[x].city

Numbercardholders[x].phoneNumber

Emailcardholders[x].email
This is the email address that is also used to verify the membership online if the member does not know their Membership ID
Secondary Firstnamecardholders[x].firstName
when cardholders[x].primaryCard = No
Secondary Lastnamecardholders[x].lastName
when cardholders[x].primaryCard = No