PayMongo
Quick Start
- Sign up at paymongo.com and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
PayMongo — modern Philippine payment platform supporting cards, GCash, GrabPay, Maya, and bank transfers. Settlement T+3 for cards, T+1 for e-wallets.
| Provider ID | paymongo |
| Category | Card Processors |
| Website | paymongo.com |
Supported currencies: PHP
Supported operations: charge, refund, partial_refund
Authentication
- Method: Basic Auth (
secret_key:) - Base URL:
https://api.paymongo.com/v1
Configuration
Required Parameters
| Parameter | Description |
|---|---|
secret_key | Secret Key |
Example Configuration
{
"provider": "paymongo",
"provider_params": {
"secret_key": "your_secret_key_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
paid | charged | Payment successful |
awaiting_payment_method | charging | Waiting for payment |
processing | charging | Processing |
failed | rejected | Payment failed |
expired | rejected | Session expired |