PaymentsCards & ServicesCards

Card details and list

Retrieve card metadata or list cards for the authenticated account.

Card retrieval is documented from legacy Cobru exports. Confirm whether detail and list are still variants of the same endpoint in the current product.

Best-known endpoint

GET /cobru/debit/get_card/

Query behavior seen in older docs

  • call the endpoint without card_id to list cards
  • pass ?card_id={card_id} to retrieve one card

Fields seen in legacy responses

FieldTypeNotes
idnumberCard identifier.
masked_panstringMasked card number.
display_expirationstringHuman-readable expiration.
balancenumberCurrent card balance.
statestringCard state.

On this page