v1
latestOpenAPI 3.1.02026-07-228956435.8 KBMovements
Get a movement
Retrieves the details of a movement that belongs to one of your accounts, by its ID.
get/accounts/{account_id}/movements/{id}
Path parameters
account_idstring required
Unique identifier of the account.
idstring required
Unique identifier of the movement to retrieve.
Response
The requested movement.
Example response
{
"id": "mov_2daFu0zqqDtZGJaSi2TGI2Mm1nN",
"account_id": "acc_2rN1bQ8xHvK3mWpYzLd7TfGcRsE",
"amount": 50000,
"balance": 1050000,
"currency": "MXN",
"direction": "inbound",
"mode": "test",
"resource_id": "tr_2sP9cR4yJwM6nXqZaNe8UgHdSt0",
"transaction_date": "2026-03-01T12:00:00.000Z",
"type": "transfer"
}