Skip to main content

ShopeePay

Quick Start
  1. Sign up at shopeepay.co.id 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 ShopeePay →

Overview

ShopeePay payment integration

Provider IDshopeepay
CategoryE-Wallets
Websiteshopeepay.co.id

Authentication

  • Method: HMAC Signature
  • Base URL: https://api.uat.wallet.airpay.co.id

Configuration

Required Parameters

ParameterDescription
merchant_ext_idMerchant External ID
store_ext_idStore External ID
client_idClient ID
secret_keySecret Key

Example Configuration

{
"provider": "shopeepay",
"provider_params": {
"merchant_ext_id": "your_merchant_ext_id_here",
"store_ext_id": "your_store_ext_id_here",
"client_id": "your_client_id_here",
"secret_key": "your_secret_key_here"
}
}

API Reference

MethodEndpointDescription
POST/v3/merchant-host/transaction/init
POST/v3/merchant-host/transaction/check
POST/v3/merchant-host/transaction/refund

Resources