Skip to main content

PayMongo

Quick Start
  1. Sign up at paymongo.com and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to PayMongo →

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 IDpaymongo
CategoryCard Processors
Websitepaymongo.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

ParameterDescription
secret_keySecret Key

Example Configuration

{
"provider": "paymongo",
"provider_params": {
"secret_key": "your_secret_key_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
paidchargedPayment successful
awaiting_payment_methodchargingWaiting for payment
processingchargingProcessing
failedrejectedPayment failed
expiredrejectedSession expired

Resources