Provider Card Feature

Creating your own card provider in Bit Capital

🚧

Experimental API

This feature is still in the experimental phase. It is only supported in SaaS and may change with time. For enabling the permissions for your credentials, ask us in our help desk.

The card feature in a provider is the feature that handles all operations related to issuing and managing cards with the Core API.


Methods

A card feature should have the following

MethodURLDescription
cards.infoGET /provider/cards/infoGets information about the avaiable operations in the specified card.
cards.findGET /provider/cardsFinds card based on provided filters
cards.findByIdGET /provider/cards/:cardIdGets CardSchema information based on its external id.
cards.emitFromCodePOST /provider/cards/emitFromCodeAssigns card to a specific wallet by its ID, may not be available for all cards and / or providers.
cards.emitVirtualPOST /provider/cards/emitVirtualEmit a new virtual card associtated with the custody wallet, done from outside of the Bitcapital platform.
cards.emitPhysicalPOST /provider/cards/emitPhysicalEmit a new physical card associtated with the custody wallet, done from outside of the Bitcapital platform.
cards.activatePOST /provider/cards/:cardId/activateActivates a blocked card for the first time
cards.passwordPOST /provider/cards/:cardId/passwordChanges a card password
cards.blockPOST /provider/cards/:cardId/blockBlocks a card temporarily in the external provider.
cards.unblockPOST /provider/cards/:cardId/unblockUnblocks a card that was blocked in the passed
cards.cancelPOST /provider/cards/:cardId/cancelCancels a card forever.