---
title: "Detalle de movimiento (EXCLUSIVO SCOTIA EMPRESAS PERÚ)"
method: GET
path: "/account/{account_number}/movement/{movement_id}"
tags: ["Datos Transaccionales"]
---

# Detalle de movimiento (EXCLUSIVO SCOTIA EMPRESAS PERÚ)

`GET /account/{account_number}/movement/{movement_id}`

Retorna informacion extra sobre un movimiento **ESTE ES UN ENDPOINT EXCLUSIVO PARA SCOTIA EMPRESAS PERÚ**

## Path parameters

- `account_number` string, required
- `movement_id` string, required

## Response `200`

Get movement detail success

- object
  - `status` string
  - `movements` MovementDetail[]
    - `id` string
    - `reference` string
    - `operation_detail` string
    - `timestamp` string
    - `detail` string
    - `debit` number
    - `credit` number
    - `origin` string
    - `branch` string
    - `beneficiary` string
    - `destination` string
    - `bill_detail` string

## Other responses

- `400` — Parametros invalidos o ausentes
- `401` — Falta API Key
- `501` — Endpoint no disponible para este provider

---

[API](https://skmtc.net/prometeoapi/apis/account-validation-v2.md) · [All operations](https://skmtc.net/prometeoapi/apis/account-validation-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prometeoapi/account-validation-v2/revisions/9c278fe91cbd/schema)
