Flip PayLater
Quick Start
- Sign up at flip.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
Flip PayLater — BNPL-service, integrated into remittance platform Flip (5M+ users). OJK-licensed fintech lending. Microlending within the ecosystem Flip: pay later for transfers and purchases. Partner Token + HMAC authentication.
| Provider ID | flip_paylater |
| Category | Buy Now, Pay Later |
| Website | flip.id |
Supported operations: start_tx refund_tx status
Authentication
Partner Token + Secret Key. Request signing via HMAC using secret_key.
Configuration
Required Parameters
| Parameter | Description |
|---|---|
partner_token | Flip Partner Token |
secret_key | Flip Secret Key for HMAC signing |
base_url | Partner API base URL |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
PAID / COMPLETED | charged | |
REFUNDED | refunded | |
FAILED | rejected | |
EXPIRED | rejected | |
CANCELLED | rejected | |
PENDING | charging |