Card Management Guide
This guide covers everything you need to know about managing debit and credit cards in your Open Banking application, from card issuance to transaction monitoring.Overview
Card management functionality is essential for modern banking applications. Our API supports comprehensive card operations that allow you to issue, manage, and monitor debit and credit cards for your customers. This functionality enables you to provide complete card services within your application.Key Card Management Operations
1. Get Customer Cards
Retrieve all cards belonging to a customer, providing comprehensive information about their card portfolio.Sample Request
Sample Request
Sample Response
Sample Response
2. Create Customer Card
Create a new card for a customer with specified parameters and configurations.Sample Request
Sample Request
Sample Response
Sample Response
3. Update Card Status
Update the status of an existing card to modify its operational state.Sample Request
Sample Request
Sample Response
Sample Response
Make sure you send the appropriate scopes while requesting for a token:
cards.list, cards.create, and cards.update. Failure to include these scopes will prevent access to the card management APIs.Card Types and Features
Card Types
Our system supports various card types to meet different customer needs:- Physical Cards: Physical EMV cards delivered to customer address. Please make sure the card address field are supplied, so that your card can be delviered to this address.
- Virtual Cards: Digital-only cards for online transactions
Card Modes
Cards can have different modes:- DEBIT: Card linked to your bank account. You need to have funds in your account before you can spend from it.
- CREDIT: Card with a pre-approved credit limit. You can spend up to the credit limit and pay back the amount later, typically with interest charges on outstanding balances.
- PREPAID: Card loaded with a specific amount of money. You can only spend the amount that has been pre-loaded onto the card, providing controlled spending without linking to a bank account.
- OTHER: Card with specialized functionality or custom features that don’t fit into the standard debit, credit, or prepaid categories.
Card Statuses
Cards can have different operational statuses:- ACTIVE: Card is fully operational and can be used for transactions
- INACTIVE: Card is issued but not yet activated
- BLOCKED: Card is temporarily blocked due to security concerns
- SUSPENDED: Card is suspended due to policy violations
- EXPIRED: Card has reached its expiry date
Next Steps
Now that you understand card management operations, explore these related topics:- Developer Onboarding - Onboard Developer
- Customer Management - Manage customer information and relationships
- Account Management - Manage bank accounts and balances
- Transfers - Process money transfers between accounts
- Bill Payment - Process utility and bill payments
- Direct Debit Management - Manage Payment Cards
- Dispute Management - Manage Payment Cards
- Savings Information - Manage Payment Cards
- Loan Information - Access customer Loan Information
Always implement proper security measures and authentication for card management operations. Ensure compliance with card industry standards and maintain comprehensive audit trails for all card-related activities. Regular monitoring of card usage patterns and proper error handling are essential for successful card management operations.