NICEPay
Quick Start
- Sign up at nicepay.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
Gaming/digital goods gateway. VA, credit card, e-wallet, convenience store.
| Provider ID | nicepay |
| Category | Card Processors |
| Website | nicepay.co.id |
Supported operations: start_tx refund_tx status
Authentication
Merchant ID + Merchant Key (SHA-256 request signing).
Configuration
Required Parameters
| Parameter | Description |
|---|---|
merchant_id | iMid (Merchant ID in the system NICEPay) |
merchant_key | Merchant Key for signing |
base_url | https://www.nicepay.co.id/nicepay (prod) / https://dev.nicepay.co.id/nicepay (test) |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
0 (Success) | charged | |
1 (Void) | cancelled | |
2 (Refund) | refunded | |
3 (Partial Refund) | refunded | |
9 (Failed) | rejected |