BillEase
Quick Start
- Sign up at billease.ph 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
Billease — BNPL-platform of Philippine origin, expanding on Indonesian market (1M+ users). E-commerce focused: point-of-sale installment for online and offline merchants. Supports pay later and installments for 3, 6, and 12 months. Operates in Philippines (PHP) and Indonesia (IDR). HMAC-SHA256 authentication.
| Provider ID | billease |
| Category | Buy Now, Pay Later |
| Website | billease.ph |
Supported operations: start_tx refund_tx status
Authentication
API Key + Secret Key. Request signing via HMAC-SHA256 using secret_key.
Configuration
Required Parameters
| Parameter | Description |
|---|---|
api_key | Billease API Key from merchant dashboard |
secret_key | Billease Secret Key for HMAC-SHA256 signing |
merchant_id | Billease Merchant ID |
base_url | API base URL (sandbox/production) |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
PAID / COMPLETED | charged | |
REFUNDED | refunded | |
FAILED | rejected | |
EXPIRED | rejected | |
CANCELLED | rejected | |
PENDING | charging |