Environment

Learn more about the different environments available.

## Environment URLs: Sandbox and Production

URLs

URL Selector with Opacity

Sandbox

There is a test environment available for integration development and testing, which simulates most of the requests and transaction types available in the platform. You can use this environment to ensure your requests are handled accordingly.

📘

Please note that in the test environment no transactions will actually be processed.

Production

After the testing phase is successful, you are ready to go live in the production environment.

Pagination

The API pagination behaves uniformly throughout the API, with its structure being as follows

Response example

{
  "items": [
    {}
  ],
  "current_page": 0,
  "total_pages": 1,
  "page_size": 1,
  "total": 1
}

Field description

FieldTypeDescription
codeStringError’s code
messageStringError’s description.
fieldStringField indicating the parameter associated with the reported error.

Get your API credentials

Remember that all dLocal API requests require API credentials to verify the call is being made through a valid dLocal account.

🚧

Please contact your Technical Account Manager to obtain them.