Layers

Redeem a Gift Link

Use a redemption link to apply promotional credits to your organization.

View as Markdown

Redemption links of the form /redeem/{code} apply promotional credits to your active organization. The flow:

  1. Sign in — if you're not already signed in, you'll be bounced to /auth/signin with a redirect back to the gift link.
  2. Click Claim — once authed, confirm you want to redeem the gift.
  3. Credits applied — the credits are added to your organization's balance and you're returned to the app.

Each link is single-use. If it's been claimed already, you'll see "This gift has already been redeemed."

Error cases

  • invalid_code — the link isn't valid or has expired.
  • already_redeemed — the gift has already been claimed.
  • wrong_user — the gift was issued for an organization you're not a member of. Switch accounts or ask the organization admin to redeem it.
  • no_project — your organization has no project yet; create one and try again.
  • no_org_credits — your organization's billing record is missing; contact support.

On this page