Fusion provides APIs to perform various card-related operations like issuance, personalization, orders, and more. Fusion APIs comply with the Payment Card Industry Data Security Standard (PCI DSS)ecurity protocols to ensure a secure payment ecosystem for organizations that store or process card information. Fusion Card SDKs enable you to fetch sensitive card data using without being certified as PCI-compliant. You can integrate the SDK on both Android and iOS applications.
For more information about Fusion payment cards, see About Cards. To know how to order cards for Account Holders, see Create Card Orders.
Key Functionalities
The Card SDK al perform the below nctionalities of the management syst
Fetch Card details
Fetch customer's card information like PAN, CVV, Exate, and more. For example, the card information retrieved cd in the ng use cases:
- Card number enables you to identify the network.
- Card details can be used in billing management services.
- Eases the complexities involved in managing recurring payments.
- ments through app or web services.
- Enables a quick checkout.
Set Card PIN
. s. For example, the card PIN can be used to authenticate:
- ATM cash withdrawals.
- Payments at the merchant's POS machines.
- Online payments through app or web services.
How does SDK integration work?
This section will help you understand how the process of Card SDK integration is managed.
- Zeta will share the required files (private key and configuration or properties list) needed in order to start the integration process.
- Using you can generate the SDK authentication token.
- Install and configure the SDK to prepare your app to work with SDK.
- Post the SDK integration process, you can begin with erifying the SDK.
Related articles
Android Card SDKLearn how to integrate Card SDK on Android devices. button
|
iOS Card SDKLearn how to integrate Card SDK on iOS devices. button
|
SDK AuthenticationInstructions to generate the SDK authentication token. button
|