Card issuing
10min
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 cr card issuing in cos uses i2c as the payment processor, with the ability to adapt to other card processors find these apis in the cardmanagement module of our cos sandbox register with cross river apis this table presents apis that we describe in detail action api call description card issuing docid\ ap2akoyeot12me1ydsij0 post /cardmanagement/v1/cards requests creation of a new card card issuing docid\ ap2akoyeot12me1ydsij0 post /cardmanagement/v1/cards/{id}/activate activates a card for a customer this is the preferred way to activate a card card issuing docid\ ap2akoyeot12me1ydsij0 put /cardmanagement/v1/cards/{id}/pin sets the customer pin card issuing docid\ ap2akoyeot12me1ydsij0 get /cardmanagement/v1/cards/{id} returns the details of a specific debit card based on its id card issuing docid\ ap2akoyeot12me1ydsij0 get /cardmanagement/v1/transactions returns information about card transactions based on various query criteria such as payment date or a range of dates, card type or account number create a new card to create a card, you must supply a valid deposit account number along with other card specific information the initial card status of a newly submitted card is unactivated when the card is successfully created the order status is orderpending activate a card by card id cards can only be used once they are activated after creation, the card status is unactivated once you are ready to activate the card for use, call the activate card id endpoint this is the preferred way to activate a card response attributes the response attributes for this call are the same as for create a new card set initial card pin set an initial debit card personal identification number (pin) number for withdrawing funds from an atm and other uses to set a card pin number, the card cannot already have a pin number set this means that the card's ispinset must have a value of false response attributes the response attributes for this call are the same as for create a new card get card details by id returns the details of a specific debit card based on its id response attributes the response attributes for this call are the same as for create a new card get transaction details returns details about card transactions the response values below are repeated for each transaction add query parameters to filter the response the api returns to all get calls use pagination to control presentation of your results associated webhook events event name description cards card activated debit card activated cards card closed debit card closed cards card created debit card created cards card failed debit card creation failed cards card pin set pin set for debit card cards card profile changed profiled of cardholder changed cards card replaced new card created to replace an existing card cards card suspended debit card use temporarily suspended cards card unsuspended suspension removed from debit card cards transaction cleared card transaction successfully completed cards transaction authorized card transaction approved cards transaction declined card transaction not approved cards transaction failed card transaction did not succeed cards transaction reversed payment credited to the originating account cards card status changed card state has changed related topics card issuing request and response codes error codes credit bin sponsorship card issuing tutorials create a card activate a card simulate card management