What PayGlue does with the key
Every call goes to your Ghost site’s Admin API, nowhere else. PayGlue uses the key to:- Look up a member by email when a webhook event comes in, so an existing member is updated instead of duplicated.
- Create or update that member. Depending on your setup this means setting the member to comped or to free plus a label, and adding or removing the
payglue-active,payglue-endedandpayglue-provider:*labels described in Member labels. - Subscribe the member to the newsletters you chose in the mapping, and send the welcome email you picked.
- Read your site’s settings for the health check on the connection page and to see whether Stripe is connected in Ghost, which decides between comped and free plus label. See The Stripe requirement.
What happens to the key
- It is encrypted at rest with Fernet (AES-128-CBC with an HMAC-SHA256 integrity check) and decrypted only for the moment a call is made. Details in the Security overview.
- After you save it, the dashboard shows dots. Nobody, including PayGlue staff, can read it back. To change it, paste a new one.
- It stays in the EU. PayGlue runs on EU infrastructure and the key is never sent to a payment provider or any other third party.
- Deleting your workspace or your account deletes the key with it.