📄️ Create a card
You can issue a card through the Allawee API with the create card endpoint. When you create a card, you can set controls on the cards. The categories determine when the card can be charged, through merchant categories, merchant MCCs, payment channels, and spending limits.
📄️ Activate a card
Once a card has been created, and delivered if it is a physical card, you can activate it with the CVV and a PIN of the cardholder’s choice. The CVV will be on the back of a physical card. You can also check it by fetching the card secrets. This call should be to Allawee's secure endpoint.
📄️ Fund a card
You can increase a card’s balance by funding it from an account balance. You should call the funding endpoint for this.
📄️ Link a card
You can link a card you’ve created to your customer through either the card’s ID or the card PAN.
📄️ Enrol card for authentication
When a card becomes active, you should enrol the card for authorization through safetokens and 3D Secure (3DS). Safetokens and 3DS are how your customers receive One Time Passcodes (OTPs) to authenticate their online transactions.
📄️ Update a card
You can update your card’s controls and the card’s metadata. The update completely replaces the existing metadata, so you should include any data you wish to retain in the update object.
📄️ Fetch cards and card secrets
You can get all your cards or get a particular card by the ID.
📄️ Block, Unblock, and Terminate cards
You can block, unblock, and terminate cards you have created and activated.