Managed Cards
Managed Cards are a type of financial instrument offered by Weavr.
Cards created in prepaid mode have their own balance, whereas those created in debit mode tap into the balance of their parent Managed Accounts.
Apart from being used at merchants for puchases, prepaid mode cards can also be used as sources and destinations in the transfer transaction.
With the access_token representing the identity and the consent of the identity, you will be able to perform operations on the identity's Managed Cards,
such as getting a Managed Card's details and managing its spend rules.
Operations
Get a managed cardGET
/managed_cards/{id}Update a managed card's renewal typePATCH/managed_cards/{id}/renewalRemove a managed cardPOST/managed_cards/{id}/removeBlock a managed cardPOST/managed_cards/{id}/blockUnblock a managed cardPOST/managed_cards/{id}/unblockGet all spend rules for a managed cardGET/managed_cards/{id}/spend_rulesCreate spend rules for a managed cardPOST/managed_cards/{id}/spend_rulesUpdate spend rules for a managed cardPATCH/managed_cards/{id}/spend_rulesDelete all spend rules for a managed cardDELETE/managed_cards/{id}/spend_rulesGet a managed card statementGET/managed_cards/{id}/statement