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

# PayMongo Integration

> Accept online payments via credit cards, GCash, GrabPay, and Maya

PayMongo is the payment gateway that powers online transactions on your storefront. It supports credit and debit cards, GCash, GrabPay, and Maya.

## Setting up PayMongo

<Steps>
  <Step title="Create a PayMongo account">
    Sign up at [paymongo.com](https://paymongo.com) if you do not already have one.
  </Step>

  <Step title="Open Administration">
    In your Stashlify dashboard, navigate to Administration.
  </Step>

  <Step title="Find PayMongo section">
    Scroll to the "PayMongo Integration" section.
  </Step>

  <Step title="Enter Public Key">
    Enter your Public Key (starts with `pk_test_` or `pk_live_`).
  </Step>

  <Step title="Enter Secret Key">
    Enter your Secret Key (starts with `sk_test_` or `sk_live_`).
  </Step>

  <Step title="Save">
    Click "Save API Keys" to store your credentials securely.
  </Step>
</Steps>

## Test vs. live mode

Keys starting with `pk_test_` and `sk_test_` are for testing. No real money is charged. Use these to verify your setup works correctly before going live. Switch to live keys when you are ready to accept real payments.

## Supported payment methods

* Credit and debit cards (Visa, Mastercard)
* GCash
* GrabPay
* Maya (formerly PayMaya)

<Note>
  **Security:** Your Secret Key is stored encrypted and is never exposed to the browser. Each organization has its own set of PayMongo keys, ensuring complete isolation between stores. Never share your Secret Key with anyone.
</Note>
