# Payhip AI integration on Definable

> Payhip is an e-commerce platform that enables individuals and businesses to sell digital products, memberships, and physical goods directly to their audience.

## What this connects

Payhip is an e-commerce platform that enables individuals and businesses to sell digital products, memberships, and physical goods directly to their audience.

Vendor: https://payhip.com/

## Tools available

**9** tools available. First 9:

- `PAYHIP_CREATE_COUPON` — Create Coupon — Tool to create a coupon for discounts in Payhip. Use when you need to create a new coupon code with either percentage or fixed amount discounts. Coupons can apply to single products, all products, or collections.
- `PAYHIP_DELETE_COUPON` — Delete Coupon — Tool to delete a coupon by ID. Use when you need to remove a coupon from the Payhip account. Only available in v1 API.
- `PAYHIP_GET_COUPON` — Get Coupon — Tool to retrieve a coupon with the given ID. Use when you need to fetch details about a specific coupon from Payhip.
- `PAYHIP_UPDATE_COUPON` — Update Coupon — Tool to edit an existing coupon in Payhip. Use when you need to modify coupon details like code, percentage, expiry, or usage limit. Only available in v1 API.
- `PAYHIP_VERIFY_COUPON` — Verify Coupon — Tool to verify a Payhip coupon code. Use when you need to check if a coupon code is valid and retrieve its details. Only available in v1 API.
- `PAYHIP_WEBHOOK_EVENT_PAID` — Webhook Event - Paid — Tool to process Payhip's paid webhook event. Use when handling a purchase completion webhook from Payhip.
- `PAYHIP_WEBHOOK_EVENT_REFUNDED` — Webhook Event - Refunded Payment — Tool to process Payhip's refunded webhook event. Use when handling a payment refund event from Payhip.
- `PAYHIP_WEBHOOK_EVENT_SUBSCRIPTION_CREATED` — Webhook Event - Subscription Created — Tool to process Payhip's subscription.created webhook event. Use when handling a subscription start event from Payhip.
- `PAYHIP_WEBHOOK_EVENT_SUBSCRIPTION_DELETED` — Webhook Event - Subscription Deleted — Tool to process Payhip's 'subscription.deleted' webhook event. Use when handling a subscription cancellation event from Payhip.

## Auth

Auth schemes: `API_KEY`.

## How agents use Payhip

Inside a Definable workflow, Payhip is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Payhip** — the Researcher (GPT-5.5) pulls context from Payhip (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Payhip** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Payhip (create record, post message, draft email).
- **Designer / Engineer → Distributor → Payhip** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Payhip (attach file, open PR comment, post status).

The Verifier checks every Payhip call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- ecommerce — https://definable.ai/apps/category/ecommerce/
- payment processing — https://definable.ai/apps/category/payment-processing/

## Related

- HTML page: https://definable.ai/apps/payhip/
- Same category (ecommerce): https://definable.ai/apps/category/ecommerce/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
