ShopeePay
Quick Start
- Sign up at shopeepay.co.id 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
ShopeePay payment integration
| Provider ID | shopeepay |
| Category | E-Wallets |
| Website | shopeepay.co.id |
Authentication
- Method: HMAC Signature
- Base URL:
https://api.uat.wallet.airpay.co.id
Configuration
Required Parameters
| Parameter | Description |
|---|---|
merchant_ext_id | Merchant External ID |
store_ext_id | Store External ID |
client_id | Client ID |
secret_key | Secret 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
| Method | Endpoint | Description |
|---|---|---|
| POST | /v3/merchant-host/transaction/init | |
| POST | /v3/merchant-host/transaction/check | |
| POST | /v3/merchant-host/transaction/refund |