PaymentsCards & ServicesCards

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

FieldTypeRequiredNotes
card_idnumberyesCard identifier.
per_pagenumbernoOptional page size.
page_numnumbernoOptional page number.

On this page