Skip to main content
GET
Papelera: borradas en los últimos 30 días (TXN-005)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
id
string
required
description
string
required
memo
string | null
required
amount
string
required
Example:

"450.50"

date
string
required
Example:

"2026-07-02"

type
enum<string>
required
Available options:
expense,
income,
transfer,
refund,
shared_bill,
paid_for_friend,
loan,
settlement,
investment_buy,
investment_sell,
investment_dividend,
capital_gain,
capital_loss
status
enum<string>
required
Available options:
cleared,
pending,
reconciled
accountId
string | null
required
fromAccountId
string | null
required
toAccountId
string | null
required
currency
string
required
exchangeRate
string | null
required

Transfer entre divisas: 1 currency = exchangeRate toCurrency (09).

toAmount
string | null
required

Monto que llegó al destino, en toCurrency (09).

toCurrency
string | null
required

Moneda de la cuenta destino en un transfer entre divisas (09).

repeatingTransactionId
string | null
required

Regla recurrente que generó esta ocurrencia (09).

category
object | null
required

Categoría 0..1; null = sin categoría (CAT-002).

deletedAt
string | null
required
createdAt
string
required
updatedAt
string
required
participants
object[]

Participantes del IOU; null en tipos no-IOU (08-iou).