> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agencyhandy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Setup Credit in AgencyHandy

> Offer services through a prepaid credit system: create packages, set conversion rates, and let clients purchase and spend credits on services and invoices.

Credits enable you to offer services through a prepaid system. You create credit packages with a price, set conversion rates that define how many credits one unit of currency buys, and clients purchase credits in advance. When a client orders a service or pays an invoice, AgencyHandy converts the price into credits, deducts the required amount, and records every transaction in a complete audit trail.

## How credits work

The credit system has three components:

* **Credit packages**: bundles of credits that clients purchase (for example, 500 credits for \$50).
* **Conversion rates**: rules that convert a service's currency price into credits (for example, 1 USD = 10 credits).
* **Credit balance**: the credits available to a client to spend on services or invoices.

**Example:** A service costs \$3.51 and the conversion rate is 1 USD = 10 credits.

`$3.51 × 10 = 35.1 credits → rounded up to 36 credits`

AgencyHandy always rounds up to the nearest whole credit.

<img src="https://mintcdn.com/agencyhandy-36ccbd64/cRyyPqqchPNXUz0A/images/credits/credit-requests-page.png?fit=max&auto=format&n=cRyyPqqchPNXUz0A&q=85&s=9eacb8d96c5fd8b2bfef7141062c8511" alt="Credit Page" width="1919" height="868" data-path="images/credits/credit-requests-page.png" />

<p style={{textAlign: 'center'}}>*Credit Page*</p>

## Enable credit payments

Before clients can purchase or use credits, you must turn the feature on.

<Steps>
  <Step title="Navigate to Credits">
    In the left sidebar, go to **Credits**.
  </Step>

  <Step title="Turn on the toggle">
    Enable the **Allow Credit Payment** toggle.
  </Step>
</Steps>

<img src="https://mintcdn.com/agencyhandy-36ccbd64/cRyyPqqchPNXUz0A/images/credits/allow-credit-payment-toggle.png?fit=max&auto=format&n=cRyyPqqchPNXUz0A&q=85&s=fe7975169f44cfffe3005337032586eb" alt="Toggle to turn on credit payment" width="1643" height="736" data-path="images/credits/allow-credit-payment-toggle.png" />

<p style={{textAlign: 'center'}}>*Toggle to turn on credit payment*</p>

**When enabled**, clients can:

* See their credit balance widget in the client portal.
* Access the Credits page and purchase packages.
* Submit credit requests.
* Use **Buy with Credit** during service checkout.
* Use **Pay with Credit** on invoices.

**When disabled**, the credit widget and all credit options are hidden from the client portal. Existing credit balances are preserved, and clients can still use other payment methods.

## Create credit packages

Credit packages are what clients purchase to load credits onto their account.

<Steps>
  <Step title="Open Credit Packages settings">
    Navigate to **Credits → Settings → Credit Packages**.
  </Step>

  <Step title="Add a package">
    Click **+ Package**.
  </Step>

  <Step title="Fill in the details">
    Enter a package name, the number of credits included, the currency, and the price.
  </Step>

  <Step title="Save">
    Click **Create**.
  </Step>
</Steps>

<img src="https://mintcdn.com/agencyhandy-36ccbd64/cRyyPqqchPNXUz0A/images/credits/credit-packages-list.png?fit=max&auto=format&n=cRyyPqqchPNXUz0A&q=85&s=14177b4dee2daa3b03e80f46e7ae22c2" alt="Credit Package List View" width="1647" height="867" data-path="images/credits/credit-packages-list.png" />

<p style={{textAlign: 'center'}}>*Credit Package List View*</p>

<img src="https://mintcdn.com/agencyhandy-36ccbd64/cRyyPqqchPNXUz0A/images/credits/create-credit-package.png?fit=max&auto=format&n=cRyyPqqchPNXUz0A&q=85&s=02262cbbaf898ae3c3b85c258101143f" alt="Create Credit Package" width="1649" height="873" data-path="images/credits/create-credit-package.png" />

<p style={{textAlign: 'center'}}>*Create Credit Package*</p>

## Manage conversion rates

Conversion rates determine how many credits are required for a service based on its currency price. You can set a different rate per currency.

<Steps>
  <Step title="Open Conversion Rates settings">
    Navigate to **Credits → Settings → Conversion Rates**.
  </Step>

  <Step title="Add a rate">
    Click **+ Add Conversion Rate**.
  </Step>

  <Step title="Configure the rate">
    Select a currency and enter the number of credits equivalent to one unit of that currency.
  </Step>

  <Step title="Save">
    Click **Save**.
  </Step>
</Steps>

<img src="https://mintcdn.com/agencyhandy-36ccbd64/cRyyPqqchPNXUz0A/images/credits/conversion-rates-list.png?fit=max&auto=format&n=cRyyPqqchPNXUz0A&q=85&s=8793a77b184d0db53bfe1b3cea163b5e" alt="Conversion List Page" width="1629" height="866" data-path="images/credits/conversion-rates-list.png" />

<p style={{textAlign: 'center'}}>*Conversion List Page*</p>

<img src="https://mintcdn.com/agencyhandy-36ccbd64/cRyyPqqchPNXUz0A/images/credits/add-conversion-rate.png?fit=max&auto=format&n=cRyyPqqchPNXUz0A&q=85&s=532c367e630640aaad5a9444971e809a" alt="Add Conversion Rate Form" width="1664" height="872" data-path="images/credits/add-conversion-rate.png" />

<p style={{textAlign: 'center'}}>*Add Conversion Rate Form*</p>

**Example rates:**

| Currency | Rate               |
| -------- | ------------------ |
| USD      | 1 USD = 10 credits |
| EUR      | 1 EUR = 9 credits  |
| GBP      | 1 GBP = 12 credits |

<Note>
  Only one active conversion rate can exist per currency at any given time.
</Note>

## Automatic vs manual credit purchases

How credits are added to a client's account depends on the payment method used.

**Automatic** (no approval needed):

* Stripe
* PayPal

Credits are added immediately after a successful payment.

**Manual** (requires agency approval):

* Bank Transfer
* Cryptocurrency

When a client pays via a manual method, a credit request is created. You must review and approve it before credits are added.

## Manage credit requests

<Steps>
  <Step title="Open credit requests">
    Navigate to **Billing → Credits**.
  </Step>

  <Step title="Locate pending requests">
    Review the client name, payment amount, and number of credits requested.
  </Step>

  <Step title="Approve or reject">
    Click **Accept** to add the credits, or **Reject** to decline.
  </Step>
</Steps>

<img src="https://mintcdn.com/agencyhandy-36ccbd64/cRyyPqqchPNXUz0A/images/credits/credit-requests-approve.png?fit=max&auto=format&n=cRyyPqqchPNXUz0A&q=85&s=2ba645c8f9e5da9c5aaf41336422a6bc" alt="Credit Requests" width="1645" height="869" data-path="images/credits/credit-requests-approve.png" />

<p style={{textAlign: 'center'}}>*Credit Requests*</p>

**Request statuses:**

* **Pending**: submitted and awaiting review.
* **Accepted**: approved; credits have been added to the client's balance.
* **Rejected**: declined; no credits were added.

## View client credits

<Steps>
  <Step title="Open the client profile">
    Navigate to **Clients** and click on a client's name.
  </Step>

  <Step title="Go to the Credits tab">
    Select the **Credits** tab.
  </Step>
</Steps>

<img src="https://mintcdn.com/agencyhandy-36ccbd64/cRyyPqqchPNXUz0A/images/credits/client-credits-tab.png?fit=max&auto=format&n=cRyyPqqchPNXUz0A&q=85&s=84e0b0cfd408cb7a09b900ce075cbcea" alt="Viewing Client Credit" width="1639" height="870" data-path="images/credits/client-credits-tab.png" />

<p style={{textAlign: 'center'}}>*Viewing Client Credit*</p>

The Credits tab shows the client's available balance, full transaction history, running balance, and transaction references.

## Understand credit transactions

Every credit activity is recorded in the client's transaction history.

**In**: credits added to the account:

* Credit package purchase
* Approved credit request

**Out**: credits deducted from the account:

* Service purchased using credits
* Invoice paid using credits

Each transaction shows the date, type, reference, credit amount, and running balance, providing a complete audit trail.

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="Can clients purchase credits when credit payments are disabled?">
    No. Clients cannot purchase credits while the **Allow Credit Payment** toggle is disabled.
  </Accordion>

  <Accordion title="What happens to existing balances when credit payments are disabled?">
    Existing balances remain unchanged. Clients simply cannot access or use the Credits feature until it is enabled again.
  </Accordion>

  <Accordion title="Are Stripe and PayPal purchases approved automatically?">
    Yes. Credits purchased through Stripe and PayPal are added automatically after successful payment.
  </Accordion>

  <Accordion title="Do Bank Transfer and Cryptocurrency purchases require approval?">
    Yes. These payment methods create a credit request that must be reviewed and approved by the agency.
  </Accordion>

  <Accordion title="Can agencies reject a credit request?">
    Yes. Agencies can approve or reject any pending credit request.
  </Accordion>

  <Accordion title="Can agencies view a client's complete credit history?">
    Yes. Agencies can review a client's balance and transaction history from the **Credits** tab within the client profile.
  </Accordion>

  <Accordion title="What do In and Out transaction types mean?">
    **In** indicates credits added to the client's account.

    **Out** indicates credits deducted from the client's account.
  </Accordion>

  <Accordion title="Why don't clients see the Buy with Credit option?">
    The agency may have disabled credit payments, or the client may not have sufficient credits available.
  </Accordion>

  <Accordion title="Why don't clients see the Pay with Credit option on invoices?">
    The agency may have disabled credit payments, or the client may not have sufficient credits available to cover the invoice amount.
  </Accordion>
</AccordionGroup>
