Card Lifecycle Card Lifecycle Published on 24th March, 2021 About cards Cards are payment instruments that Account Holders use to perform various types of financial transactions. Examples include ATM withdrawals, POS transactions, online purchases, and so on. Fusion provides customization of various card properties like design, payment standards, lifecycle, and more.
Card design Choose from a range of design templates to brand your cards.
...
APIs & Features After you have successfully completed the steps from the previous section you are now ready to use an instance of CardsService to work with your customers card details.
This section covers the functionalities that the Cards SDK has on offer
Card View API You can get the card view with the layout and styles configured specifically for your app with the Zeta platform.
...
APIs & Features After you have successfully completed the steps from the previous section you are now ready to use an instance of CardsService to work with your customers card details.
You are now ready to use the CardManager to work with your user’s card details.
Get Card View You can get the card view with the layout and styles configured specifically for your app with the Zeta platform.
...
APIs & Features After you have successfully completed the steps from the previous section you are now ready to use an instance of CardsService to work with your customers card details.
Listening to events You can use the following code in order to listen to events emitted by Cards SDK
Sample Code Switch Theme Expand More Copy 1 2 3 4 5 const nativeEventListener = DeviceEventEmitter.
...
Configure Interceptors As a fintech, you will be performing the following actions to implement the interceptors against a payment intercepting points (PIP):
Configure a Payment Interceptor
Simulate a payment
Resume an intercepted payment
For the complete list of Payment Interceptor APIs, see Payment Core API Reference. Configure a Payment Interceptor In Fusion, interceptors are created for a Resource Product which is associated with an account holder.
...