Payments
Card payments
9 min
use cross river card management apis to issue a new card, find out details about an existing card, as well as activate or deactivate a card get api credentials with cross river apis get calls add query parameters to filter the response the api returns to general get calls use pagination to control presentation of your results card the endpoints listed in this table are described in detail in the sections below action api call description add card post /api/card signs up a new payee card setup iframe post /api/iframeconfiguration buildsignupcardurl renders an iframe into your website then, you can add the payee's card details into the frame generate iframe post /api/v2/iframeconfiguration generateotcsignupcard returns the parameters you need to build an iframe web address (url) card list get /api/card returns details about payees' cards card details get /api/card/{cardtoken} returns a payee's card details deactivate/reactivate put /api/card turn a payee's card on or off transaction management use cross river card payments transaction management apis to push or pull funds to or from a debit card use the get endpoints to find out about a specific transaction or many transactions the post calls require a credit card token action api call description send funds post /api/transaction sends funds (push) to a specific debit card request funds post /api/pulltransaction pulls funds to a specific card from a payer push transactions get /api/transaction returns a list of transactions sent from a merchant to a payee pull transactions get /api/pulltransaction returns a list of transactions sent from a payee to a merchant push transaction by id get / api/transaction/{transactionid} returns push transaction details of a specific transaction pull transaction by id get /api/pulltransaction/{transactionid} returns pull transaction details of a specific transaction foreign exchange rates action api call description exchange rates post /api/fxrates for a currency pair, gets updated foreign exchange rate information from the card network ofac use cross river ofac screening apis to verify ofac compliance, get screening status, and get details about a compliance scan using a scan id, so you can be sure that individuals don't put you or the bank at risk of fraud or other criminal behavior action api call description ofac scan post /api/ofacscan checks ofac compliance before proceeding with an international transaction ofac status get /api/ofacscan/{scanid}/{sourcesenderid} returns international transaction screening requirements compliance details ofac scan id get /api/ofacscan/{scanid} returns details about a compliance scan related topics dynamic descriptor iframes sample cards for testing docid\ gle8ot6plzlecxvssy cb webhook events request and response codes error codes tutorials send a push transaction sign up a card and send funds to that card send a pull transaction sign up a card and pull funds from that card set up iframe set up a pci compliant iframe this function will be deprecated see the iframes way of generating iframe code