Transactions
lowPayment / ledger transactions: amount, currency, status, customer linkage.
transactions_v1Fields
| Column | Type | Required | Hints |
|---|---|---|---|
| id | string | yes | — |
| amount | number | yes | betrag · montant · importe · amount |
| currency | string | yes | währung · devise · moneda · valuta |
| status | enum | — | status · statut · estado · stato |
| customer_id | string | — | kunde · client · cliente |
| created_at | date | — | — |
| description | string | — | beschreibung · description · descripción · descrizione |
Use via MCP
Drop AdaptivMapr into Cursor or Claude Desktop. Schema-only calls are free and unlimited.
adaptivmapr.match_headers({
template: "transactions_v1",
headers: ["first_name", "last_name", /* ... */]
})MCP install instructions →