Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC
dLocal website screenshot

dLocal

dLocal (NASDAQ: DLO) is a Uruguay-headquartered emerging-markets payment infrastructure platform connecting global merchants with billions of consumers across 60+ countries in Latin America, Africa, the Middle East, and Asia. dLocal exposes a unified set of REST APIs for accepting payments (Payins) via 1,000+ local methods, disbursing funds (Payouts V3) to beneficiaries via local rails, tokenizing cards, managing marketplace sub-merchants (dLocal for Platforms), performing KYC verifications, handling chargebacks, enrolling users for recurring Pix flows, and pulling real-time exchange rates. Native iOS and Android SDKs are published as open source on GitHub.

agent native

Solid contracts, transparent operations, and an easy start — typically complete on four or five facets with one clear soft spot.

Kin Score

API Evangelist profiles dLocal the way a machine reads it — 124 machine-readable artifacts across 16 APIs, pulled from the provider's own public surface and indexed so a developer, an analyst, or an AI agent can evaluate it against every other provider on the network.

Every provider in the network is reduced to the same set of machine-readable artifacts — OpenAPI contracts, event specifications, GraphQL schemas, runnable collections, pricing and rate-limit signals, security posture, OAuth scopes, and the agent surfaces (MCP servers and skills) that let software drive the API on its own. We profile them because the interface is the part of a company you can actually inspect: it is a truer signal of what a provider does than any marketing page. From those artifacts we compute the Kin Score — dLocal scores 69.9/100 (strong), with a separate agent-readiness read of 63/100 (agent native). The full breakdown is below, followed by every artifact we hold — each card links through to its machine-readable definition on apis.io.

Kin Score

This is the API Evangelist rating — a single, repeatable read computed from the artifacts on this page. Green fill is points earned; the red track is points possible, so every bar shows earned-versus-possible at a glance.

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 69.9/100 · strong
Contract Quality 16.2 / 25
Developer Ergonomics 14.3 / 20
Commercial Clarity 13.7 / 20
Operational Transparency 6.8 / 13
Governance 10.4 / 12
Discoverability 9.3 / 10
Regulatory · Payments 9.8 / 15
Agent readiness — 63/100 · agent native
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3

How we profile dLocal

Each block below is one kind of artifact we hold for dLocal. For each we say what it is and why it earns a place in the profile, then list every one we've indexed — capped at two rows, scroll within the panel for the rest.

APIs 16

Each API is captured as its own OpenAPI definition — every operation, parameter, and response. This is the single most useful machine-readable description of what an API does, and it's what lets us score, lint, mock, and generate against it without asking the provider for anything.

Individual APIs this provider publishes, each with its own machine-readable definition.

dLocal Payments API

Create, retrieve, cancel, and authorize payments using 1,000+ local payment methods including cards, Pix, UPI, M-Pesa, Boleto, OXXO, SPEI, mobile money, cash vouchers, BNPL, wal...

dLocal Refunds API

Create, retrieve, and inspect refunds against previously successful payments. Refunds may be full or partial and are settled in the original payment currency.

dLocal Cards API

Securely tokenize cards (server-side) for repeat usage. Returns a card_id token consumable by subsequent Payments and Authorizations.

dLocal Chargebacks API

Retrieve chargeback details and status, simulate chargebacks in the sandbox, and receive asynchronous chargeback notifications via webhook.

dLocal Enrollments API

Enroll payers for recurring Pix Automático, Pix Biometrics, and SmartPix transactions. Once enrolled, payers can be charged repeatedly without re-authorization.

dLocal Accounts API

Create and manage sub-merchant accounts.

dLocal Authorizations API

Authorize a card transaction and capture or cancel later.

dLocal Balance API

Inspect available merchant balance for payouts.

dLocal BankAccounts API

Manage bank accounts attached to sub-merchant accounts.

dLocal Documents API

Upload and retrieve verification documents.

dLocal ExchangeRates API

Retrieve real-time FX rates.

dLocal KYC API

Submit KYC data and documents for accounts.

dLocal Payouts API

Request, retrieve, release, and cancel payouts.

dLocal Quotes API

Lock in an FX quote before requesting a payout.

dLocal Transfers API

Settle and transfer between accounts.

dLocal Verifications API

Create and inspect KYC verifications.

Scroll within the panel for all 16 ·

Postman Collections 9

A runnable collection turns the contract into something a developer can execute in seconds. We profile them because the fastest way to trust an API is to make a real call against it.

Ready-to-run Postman collections for exercising this provider's APIs.

Scroll within the panel for all 9 ·

Open Collections 9

Open, tool-agnostic collections carry the same runnable value as Postman without locking you to one client — the portable, forkable form of the same exercise.

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

dLocal Cards API

OPEN COLLECTION

dLocal Chargebacks API

OPEN COLLECTION

dLocal Enrollments API

OPEN COLLECTION

dLocal Exchange Rates API

OPEN COLLECTION

dLocal Payments API

OPEN COLLECTION

dLocal Payouts V3 API

OPEN COLLECTION

dLocal For Platforms API

OPEN COLLECTION

dLocal Refunds API

OPEN COLLECTION

Scroll within the panel for all 9 ·

Arazzo Workflows 15

Real integrations are rarely a single call. Arazzo describes the multi-step sequences — auth, then create, then confirm — so both a human and an agent can follow the choreography, not just the endpoints.

Multi-step API workflows described with the Arazzo specification.

dLocal Authorize and Capture Payment

Authorize a card transaction, confirm the authorization, then capture the funds.

ARAZZO

dLocal Cancel Pending Payment

Create an alternative payment, check its status, and cancel it while it is still PENDING.

ARAZZO

dLocal Create and Resolve KYC Verification

Create a KYC verification, confirm it persisted, then branch on its status to update state or list documents.

ARAZZO

dLocal Create Payment and Confirm Status

Discover a supported payment method, create a payment, then poll its status until it settles.

ARAZZO

dLocal Enroll and Charge Recurring

Enroll a payer for Pix Automatico, confirm the enrollment is ACTIVE, then place the first recurring charge.

ARAZZO

dLocal FX Preview and Pay

Preview the exchange rate for a corridor, then create a payment in the local currency.

ARAZZO

dLocal Hold and Release Payout

Request a payout on hold, review it, then release or cancel based on the review.

ARAZZO

dLocal List and Inspect Payment Refunds

Confirm a payment, list all refunds raised against it, then retrieve one refund in detail.

ARAZZO

dLocal Manage Account Bank Accounts

Add a bank account to a sub-merchant, list the account's bank accounts, retrieve one, then disable it.

ARAZZO

dLocal Onboard Sub-Merchant Account

Create a platform sub-merchant account, attach a bank account, then confirm KYC and balance.

ARAZZO

dLocal Quote and Request Payout

Check balance, lock an FX quote, request a payout against the quote, then confirm its status.

ARAZZO

dLocal Refund Payment and Confirm

Confirm a payment is PAID, issue a refund against it, then verify the refund status.

ARAZZO

dLocal Settle Transfer Between Accounts

Check the source account balance, transfer funds to another account, then confirm the transfer.

ARAZZO

dLocal Simulate and Inspect Chargeback

Create a payment, simulate a chargeback against it in sandbox, then inspect the chargeback and its status.

ARAZZO

dLocal Tokenize Card and Charge

Tokenize a card, verify the stored token, then charge it in a card payment.

ARAZZO

Scroll within the panel for all 15 ·

Pricing Plans 1

Pricing is part of the interface. Machine-readable plans tell you what a tier costs and includes before you commit — one of the six things the Kin Score reads for commercial clarity.

Published pricing tiers and plan structures.

D Local Plans Pricing

5 plans

PLANS

Rate Limits 1

Rate limits are the difference between a demo that works and a production integration that doesn't fall over. Publishing them is an operational-transparency signal — and a hard requirement for any agent that plans its own throughput.

Documented rate limits and quota policies.

D Local Rate Limits

4 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals let a buyer model the financial operations of an API before it's live. We profile them for the same reason we profile pricing: the money is part of the contract.

Cost, billing, and metering signals for API financial operations.

Features 23

The notable capabilities this provider advertises, captured as structured features so they can be searched and compared instead of read one landing page at a time.

Notable capabilities this provider offers.

1,000+ local payment methods across 60+ countries in Latin America, Africa, the Middle East, and Asia
Single REST API for Payins, Payouts, Refunds, Cards, Chargebacks, Enrollments, and Exchange Rates
Payments API authenticated with V2-HMAC-SHA256 signature (X-Login, X-Trans-Key, X-Date)
Payouts V3 API with OAuth2 Bearer tokens, quotes for FX lock-in, on-hold release, and explicit fee breakdown
dLocal for Platforms (marketplace) API for sub-merchant onboarding, KYC, bank accounts, balances, and inter-account transfers
KYC Verifications API for remitter, beneficiary, and standalone identity checks
Brazilian Pix support including Pix Automático recurring, Pix Biometrics, and SmartPix
India network tokenization for RBI-compliant card storage
African Mobile Money (M-Pesa and equivalents) and Africa-specific instant payment rails
Authorization and capture flow for delayed-capture card transactions
3D Secure 2.x authentication and card network token support
SmartFields client-side field-level tokenization via dlocal.js
SmartPix native and redirect flows for Brazilian recurring on-demand payments
Defense Suite for fraud management and chargeback prevention
Virtual Accounts for bank-transfer reconciliation
Hosted Checkout (dLocal Go) and Payment Links
dLocal Direct, Mobile Checkout, Web Drop-In, and Data Collector SDKs for iOS, Android, and Capacitor
Postman Collection and llms.txt index of OpenAPI operations
Built-in dLocal MCP Server for LLM-assisted integration
Sandbox environment at sandbox.dlocal.com (and marketplace-api.dlocal-sbox.com) with chargeback simulation
Webhook notifications for payments, refunds, chargebacks, payouts, verifications, and platform accounts
Real-time exchange rate endpoint for quoting before payin/payout
IP allow-list enforcement on production endpoints

Scroll within the panel for all 23 ·

Semantic Vocabularies 1

JSON-LD contexts give the data shared meaning across APIs. We profile them because semantics are what let a machine reconcile 'customer' here with 'customer' somewhere else.

JSON-LD contexts and semantic vocabularies used across these APIs.

D Local Context

40 classes · 7 properties

JSON-LD

Spectral Rules 2

Governance rulesets we run against this provider's specs — the automated checks behind parts of the score. Profiling them makes the quality bar explicit and re-runnable, not a matter of opinion.

dLocal API Rules

5 rules · 4 warnings

SPECTRAL

dLocal API Rules

6 rules · 4 warnings

SPECTRAL

JSON Schema 5

Standalone JSON Schema definitions describe the data models behind the API. We profile them so the shapes are validatable on their own — useful long after a single request is forgotten.

Standalone JSON Schema definitions for this provider's data models.

dLocal Card Token

7 properties

JSON SCHEMA

dLocal Payment

17 properties

JSON SCHEMA

dLocal Payout

16 properties

JSON SCHEMA

dLocal for Platforms Account

10 properties

JSON SCHEMA

dLocal Refund

8 properties

JSON SCHEMA

JSON Structure 2

JSON Structure captures the data shapes in a form built for tooling — a complement to JSON Schema that keeps the model machine-legible.

JSON Structure definitions describing this provider's data shapes.

Payments Payment Structure

0 properties

JSON STRUCTURE

Payouts V3 Payout Structure

0 properties

JSON STRUCTURE

Examples 10

Real request and response payloads are what turn a spec from abstract into obvious — and they're one of the twelve things an agent needs to call an API correctly on the first try.

Example request and response payloads for these APIs.

Scroll within the panel for all 10 ·

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals — the evidence that a provider takes security seriously enough to document it. We profile it because you can't govern what you can't see.

Authentication, domain security, vulnerability disclosure, and trust-center signals.

D Local Authentication

apiKey/http · 2 schemes

SECURITY

D Local Domain Security

TLSv1.3 · DMARC

SECURITY

Agentic Access 1

An x-agentic-access contract marks which operations are safe for an agent to run on its own and which need a human in the loop. It is the difference between an API an agent can use and one it can use safely.

Recommended x-agentic-access execution contracts for AI agents.

D Local Agentic Access

49 operations · 27 acting · 1 human-in-the-loop

49 operations · 27 acting

AGENTIC

Use Cases 7

What developers actually build with this provider — captured so the catalogue answers 'what is this for', not just 'what does this expose'.

What developers build with this provider.

Global subscription billing in emerging markets

Charge LatAm, African, and Asian customers in their preferred local currency and method (Pix, UPI, mobile money) for SaaS, streaming, and gaming subscriptions.

Cross-border payroll and contractor payouts

Pay employees and contractors in 60+ countries using instant local rails, bank transfers, mobile money, and cash pick-up.

Marketplace and platform payouts

Onboard sub-merchants via dLocal for Platforms, split payments, and settle balances between accounts.

Remittances

Power consumer remittance corridors with FX quoting, KYC verification, and local-currency disbursement.

Travel and ride-hailing

Enable global travel and mobility platforms to collect from local consumers and pay out to local drivers/hosts.

E-commerce expansion

Help global merchants like Amazon, Shein, and Shopify accept local methods such as Boleto, OXXO, SPEI, and Pix.

Stablecoin settlement

Use Stablecoin Full for cross-border settlement when fiat rails are slow or expensive.

Scroll within the panel for all 7 ·

Integrations 9

Pre-built integrations with other platforms tell you where this provider already fits in a stack.

Pre-built integrations with other platforms and tools.

Brazil Pix

Native Pix, Pix Automático (recurring), Pix Biometrics, and SmartPix support.

India UPI and network tokenization

UPI collect/intent flows plus RBI-compliant network tokenization.

Africa M-Pesa and Mobile Money

M-Pesa, MTN MoMo, Orange Money, and other Mobile Money rails.

Mexico SPEI and OXXO

Bank transfer (SPEI) and cash voucher (OXXO) coverage.

Stablecoins

Stablecoin Full product for crypto-rail settlement.

Google Pay (Paytm bridge)

Google Pay integration via the Paytm bridge.

Mercado Pago

Device ID object support for fraud signals on Mercado Pago.

Postman

Official Postman collection covering the full REST API.

Model Context Protocol (MCP)

Built-in dLocal MCP server exposes API operations to LLM agents.

Scroll within the panel for all 9 ·

Solutions 10

Packaged solutions the provider offers on top of the raw API surface.

Packaged solutions this provider offers.

Payins

Accept local payment methods across 60+ countries.

Payouts

Disburse funds via local rails to employees, contractors, partners, and consumers.

dLocal for Platforms

Marketplace and platform multi-merchant payment solution.

Defense Suite

Fraud-management and chargeback-prevention toolkit.

Invoice Collection

Local-currency billing and collection.

Stablecoin Full

Stablecoin payin/payout rails for cross-border settlement.

dLocal Direct

Mobile SDK product for native iOS and Android in-app checkout.

SmartFields

Client-side field-level tokenization via dlocal.js.

dLocal Go

Hosted checkout product.

Payment Links

Shareable links for one-off collections.

Scroll within the panel for all 10 ·

Resources

Every other property we hold for dLocal — documentation, portals, status pages, policies, and corporate surface — grouped by the job it does, following the integrator's arc from getting started to running in production.

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Operate 3

Status, limits, changes, and where to get help

Company 2

The organization behind the API

← All providers · Data indexed from github.com/api-evangelist/d-local · machine-readable index on apis.io