📄️ Assign a card to a cardholder
This operations allow you to assign a card from the stock to a cardholder.
📄️ Activate a card
This operation allow you to activate a card. Every card in stock is created in a "Non Active status" (NEED_ACTIVATION), and you need to activate each card explicity.
📄️ Change card status
This operation allow you to change the card status. You can block/unblock a card to accept or deny transactions, report for a replacement or make preventive blocks for the card.
📄️ Get the card balance
This operations allow you to query a card balance and recent transactions information.
📄️ Get card info
This operation allow you to query card user information.
📄️ Authenticate card for cardholder
This endpoint allows you to authenticate a cardholder for card validation using the last 4 digits from the card number and 2 last digits from ATM PIN.
📄️ Make a transfer between cards
This operations allow you to make a transfer C2C (Card to Card) between the BIN ecosystem cards.
📄️ Make a card disbursement
This operation allow you to apply a disburse to a card in order to allow increase it's available balance to make transactions (purchases, withdrawals or transferences) and decreases your main balance available.
📄️ Make a payment to a card
This operation allow you to make a payment to a card. The payment is similar to Disburse, but allow you to specify a description for the payment. This operation increase your card's available balance and decreases your main balance available.
📄️ Make a card withdrawal
This operation allow you to apply a withdrawal from a card. This operation decrease the available balance in card and increases your collection balance account.
📄️ Apply a purchase to a card
This operation allow you to apply a charge to a card. The charge is similar to Withdrawal, but allow you to specify a merchant description for the charge. This operation decrease your card's available balance and increases your collection balance account.
📄️ Query card movements
This operation allow you query card movements between a date range.