dLocal
Quick Start
- Sign up at dlocal.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
dLocal — payment platform for emerging markets (39 countries, 600+ local payment methods). Cross-border gateway for SEA + LatAm + Africa. Support cards, PIX, Boleto, OXXO, bank transfers, digital wallets. REST API with signature-based authentication.
| Provider ID | dlocal |
| Category | Local Payment Methods |
| Website | dlocal.com |
Supported operations: start_tx refund_tx status
Authentication
Triple authentication: X-Login header, X-Trans-Key header, secret_key for signing requests.
Configuration
Required Parameters
| Parameter | Description |
|---|---|
x_login | dLocal X-Login |
x_trans_key | dLocal X-Trans-Key |
secret_key | dLocal Secret Key for signing |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
PAID | charged | |
SUCCESS | charged | |
REFUNDED | refunded | |
REJECTED | rejected | |
CANCELLED | rejected | |
FAILED | rejected | |
PENDING | charging | |
AUTHORIZED | charging |