Traveloka PayLater
Quick Start
- Sign up at traveloka.com 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
Traveloka PayLater — BNPL-service in the ecosystem Traveloka (~10M+ users). Specializing in travel-verticals: airline tickets, hotels, transport, lifestyle. Supports pay later (next month) and installments for 3, 6, and 12 months. License OJK multifinance. Integration via Traveloka Platform API with HMAC signature.
| Provider ID | traveloka_paylater |
| Category | Buy Now, Pay Later |
| Website | traveloka.com |
Supported operations: start_tx refund_tx status
Authentication
Partner Key + Secret Key. Request signing via HMAC using secret_key.
Configuration
Required Parameters
| Parameter | Description |
|---|---|
partner_key | Traveloka Partner Key |
secret_key | Traveloka Secret Key for HMAC signing |
base_url | Platform API base URL |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
PAID / COMPLETED | charged | |
REFUNDED | refunded | |
FAILED | rejected | |
EXPIRED | rejected | |
CANCELLED | rejected | |
PENDING | charging |