Send Emails
Membership Receipt
POST /memberships/:membershipId/send-email
This will send a membership receipt email to the customer.
Membership Cancel Subscription
POST /memberships/:membershipId/send-cancel-subscription-email
This will send an email regarding cancelling subscription.
Verify Membership QR Code
GET /verify-membership-qr-code/:qrData
The variable qrData is the entire data for the qr code e.g. https://test...?qr=test. It needs to be url encoded. So in that means something like this: https%3A%2F%2Ftest...%2F%3Fqr%3DHX9Smn5X%252
It will always return a response with the boolean valid.
{ "valid": true }