Cards
4 min
cross river card issuing lets you offer customers different types of debit card products these products, known as instrument types , include contact less and virtual cards get api credentials with cross river apis once you have access to our sandbox environments you can access these api endpoints in the cardmanagement module through swagger links get calls add query parameters to filter the response the api returns to general get calls use pagination docid 6ekvquywevh9x4zxmuklj to control presentation of your results this table presents apis that we describe in detail action api call description create new card post /cardmanagement/v1/cards requests creation of a new card activate a card by id post /cardmanagement/v1/cards/{id}/activate activates a card for a customer this is the preferred way to activate a card set initial pin put /cardmanagement/v1/cards/{id}/pin sets the customer pin replace card by id docid\ axi2plsucmhxdn8 vhcoh post /cardmanagement/v1/cards/{id}/replace order a replacement for damaged, lost or stolen cards card details get /cardmanagement/v1/cards returns details about all cards based on the input card details by id get /cardmanagement/v1/cards/{id} returns the details of a specific debit card based on its id transaction details get /cardmanagement/v1/transactions returns information about card transactions based on partner id get profile put /cardmanagement/v1/cards/{id}/profile retrieves the profile associated to a card suspend card post /cardmanagement/v1/cards/{id}/suspend suspends a card based on card id unsuspend card post /cardmanagement/v1/cards/{id}/unsuspend unsuspends a card based on card id admin block post /cardmanagement/v1/cards/{id}/admin block card blocked by admin status returned is suspended close card post cardmanagement/v1/cards/{id}/close permanently deactivates a card closed cards cannot be reactivated simulate card auth docid\ klhkl7f7udkckg4lk2vwi post /cardmanagement/v1/simulate/authorization simulates merchant authorization simulate card clearing docid\ jkywjbbj5vzss 4vyapdu post /cardmanagement/v1/simulate/clearing simulates replacement of a memo post with a core transaction simulate incremental post /cardmanagement/v1/simulate/incremental simulates an incremental transaction reflected in the deposit account activity simulate clearing post /cardmanagement/v1/simulate/single message clearing simulates verification and requires the cardholder to enter their pin to authorize and clear their transaction simulate reversal post /cardmanagement/v1/simulate/single message reversal simulates a reversal transaction to a single message clearing transaction related topics webhook events request and response codes error codes tutorials create a card create and order a new card activate a card change the card status to active simulate card management test the system with our card simulation endpoints