Home
dLocal
Create Payout
Create Payout
Example request to disburse funds to a Brazilian bank account.
Payments Emerging Markets Payins Payouts Fintech Latin America Africa Asia Local Payment Methods Payment Processing
Create Payout is an example object payload from dLocal, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
summary description request response
Example Payload
{
"summary": "Submit a bank transfer payout in Brazil",
"description": "Example request to disburse funds to a Brazilian bank account.",
"request": {
"method": "POST",
"url": "https://api.dlocal.com/payouts",
"headers": {
"X-Date": "2026-06-13T00:00:00.000Z",
"X-Login": "your_x_login",
"X-Trans-Key": "your_x_trans_key",
"X-Version": "2.1",
"Content-Type": "application/json",
"Authorization": "V2-HMAC-SHA256, Signature: {computed_signature}"
},
"body": {
"request_id": "REQ-001",
"currency": "BRL",
"amount": 500.00,
"country": "BR",
"payment_method_id": "BT",
"beneficiary": {
"name": "João",
"lastname": "Santos",
"document": "98765432100",
"document_type": "CPF",
"email": "joao@example.com",
"bank_account": {
"type": "C",
"number": "12345-6",
"agency": "0001",
"bank_code": "341"
}
},
"notification_url": "https://webhook.site/payout-notify"
}
},
"response": {
"status": 200,
"body": {
"id": "PO-987654321",
"request_id": "REQ-001",
"amount": 500.00,
"currency": "BRL",
"country": "BR",
"payment_method_id": "BT",
"beneficiary": {
"name": "João",
"lastname": "Santos",
"document": "98765432100",
"bank_account": {
"type": "C",
"number": "12345-6",
"agency": "0001",
"bank_code": "341"
}
},
"status": "PROCESSING",
"status_code": "100",
"status_detail": "The payout is being processed.",
"created_date": "2026-06-13T10:30:00.000Z"
}
}
}
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/create-payout"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.