Managed cards
Managed Cards are a type of financial instrument offered by Weavr.
You can create virtual or physical cards that are issued to the consumer or corporate identity.
A card created in prepaid mode has its own balance, whereas a card created in debit mode does not have its own balance but taps into the balance of its parent managed account.
A managed card is issued to a Corporate or Consumer and can be virtual or physical. A prepaid card holds its own balance; a debit card spends from its parent managed account.
Use these endpoints to create and retrieve cards, update their details, inspect balances, and control their state. Card profiles define properties such as the card type, currency, funding mode, and available features.
Read the managed cards overview for card types, modes, and configuration.
Operations
/managed_cardsCreate a prepaid cardPOST/managed_cards#prepaidCreate a debit cardPOST/managed_cards#debitGet a cardGET/managed_cards/{id}Update a cardPATCH/managed_cards/{id}Block a cardPOST/managed_cards/{id}/blockUnblock a cardPOST/managed_cards/{id}/unblockRemove a cardPOST/managed_cards/{id}/removeGet a card statementGET/deprecated/managed_cards/{id}/statementGet a card statementGET/managed_cards/{id}/statementList card transactionsGET/managed_cards/{id}/transactionsGet a card transactionGET/managed_cards/{id}/transactions/{transactionId}Create a physical cardPOST/managed_cards/{id}/physicalUpgrade a card to physical (bulk)POST/managed_cards/{id}/physical#bulkActivate a physical cardPOST/managed_cards/{id}/physical/activateGet PIN for a physical cardGET/managed_cards/{id}/physical/pinUnblock PIN for a physical cardPATCH/managed_cards/{id}/physical/pin/unblockReplace a damaged physical cardPOST/managed_cards/{id}/physical/replace_damagedReport a physical card as lostPOST/managed_cards/{id}/physical/report_lostReport a physical card as stolenPOST/managed_cards/{id}/physical/report_stolenReplace a lost or stolen physical cardPOST/managed_cards/{id}/physical/replace_lost_stolenReset contactless limit for a physical cardPOST/managed_cards/{id}/physical/contactless_limit/reset