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}/removeDownload a card statement as a PDFGET/managed_cards/{id}/statement/pdfRequest a physical card for individual deliveryPOST/managed_cards/{id}/physical#individualRequest a physical card for bulk deliveryPOST/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/resetPhysical card fulfillment statusWebhook/managed_cards/physical_cards_upgrade/watchManaged card state changeWebhook/managed_cards/state_change/watchCard authorizationWebhook/managed_cards/authorisations/watchManaged card balance adjustmentWebhook/managed_cards/adjustments/watchCard settlementWebhook/managed_cards/settlements/watchManaged card expiry and renewalWebhook/managed_cards/expiries/watchManaged card replacementWebhook/managed_cards/replacement/watch