v1
latestOpenAPI 3.1.02026-07-245361280.3 KBAccount management
Simulate account status change (sandbox only)
This service can be used to simulate an account status change in sandbox.
post/v2/accounts/{account_id}/sandbox-tools/change-status
Path parameters
account_idstring required
User’s dLocal account ID.
Request body
Example request
{
"account_id": "d907f733-5e17-4470-b963-f2ac2c11a440",
"status": "APPROVED",
"status_code": 200,
"status_detail": "approved"
}Response
OK
Example response
{
"account_id": "d907f733-5e17-4470-b963-f2ac2c11a440",
"status": "APPROVED",
"status_code": 200,
"status_detail": "approved"
}