Card movements
Retrieve the movement history of a Cobru virtual card.
Card movement history is documented from legacy Cobru exports. Confirm pagination and posted vs pending semantics with Cobru before building reconciliation logic on top of it.
Best-known endpoint
GET /cobru/debit/get_transactions/?card_id={card_id}
Query parameters seen in legacy docs
| Field | Type | Required | Notes |
|---|---|---|---|
card_id | number | yes | Card identifier. |
per_page | number | no | Optional page size. |
page_num | number | no | Optional page number. |