GoPay Later
Quick Start
- Sign up at gojek.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
GoPayLater — BNPL-service in the ecosystem GoTo (Gojek + Tokopedia + GoPay), ~20M+ users. Part GoTo Financial. Pay later for purchases within GoTo ecosystem (ride-hailing, e-commerce, food delivery). OAuth 2.0 authentication. License OJK multifinance + BI (licensed e-money issuer GoPay).
| Provider ID | gopaylater |
| Category | Buy Now, Pay Later |
| Website | gojek.com |
Supported operations: start_tx refund_tx status
Authentication
OAuth 2.0 (Client ID + Client Secret). Retrieval access token via client credentials flow.
Configuration
Required Parameters
| Parameter | Description |
|---|---|
client_id | GoTo OAuth 2.0 Client ID |
client_secret | GoTo OAuth 2.0 Client Secret |
base_url | Platform API base URL |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
COMPLETED | charged | |
REFUNDED | refunded | |
FAILED | rejected | |
EXPIRED | rejected | |
PROCESSING | charging |