Skip to main content

GMO Payment Gateway

Quick Start
  1. Sign up at gmo-pg.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 GMO →

Overview

GMO Payment Gateway — Japan's largest internet payment gateway. Supports cards, Konbini, and bank transfers. Uses a two-step transaction flow (EntryTran + ExecTran).

Provider IDgmo
CategoryCard Processors
Websitegmo-pg.com

Supported currencies: JPY

Supported operations: charge, refund


Authentication

  • Method: Form-encoded (shop_id + shop_pass)
  • Base URL: https://pt01.mul-pay.jp/payment

Configuration

Required Parameters

ParameterDescription
shop_idShop ID
shop_passShop Password
base_urlBase URL API

Example Configuration

{
"provider": "gmo",
"provider_params": {
"shop_id": "your_shop_id_here",
"shop_pass": "your_shop_pass_here",
"base_url": "https://pt01.mul-pay.jp/payment"
}
}

Payment Flow

Two-Step Transaction:

  1. EntryTran — register transaction (get AccessID + AccessPass)
  2. ExecTran — execute payment with card data

Status Mapping

Provider Status4pay StatusDescription
CAPTUREchargedPayment captured
AUTHchargingAuthorized, pending capture
UNPROCESSEDchargingNot yet processed
CANCELrejectedCancelled
RETURNrefundedRefund processed

Resources