v1

latestOpenAPI 3.1.02026-07-245361280.3 KB
Account management

Get account credentials

Retrieve information about the account credentials.

get/v2/accounts/{account_id}/credentials

Path parameters

account_idstring required
Example:d907f733-5e17-4470-b963-f2ac2c11a440

User’s dLocal account ID.

Response

OK

internal_idstring

dLocal internal merchant ID.

x_loginstring

API key necessary to authenticate your request.

x_trans_keystring

API key necessary to authenticate your request.

secret_keystring

API key necessary to authenticate your request.

smartfields_api_keystring

Example response

{
  "internal_id": "d907f733-5e17-4470-b963-f2ac2c11a440",
  "x_login": "1234a5b67",
  "x_trans_key": "1234a567",
  "secret_key": "01a23bc4d5",
  "smartfields_api_key": "1a234b56-7cd8-90ef-1234-g5678900hi12"
}