• Prepaid

    In locale
  • Prepaid

    In locale

Cards SDK APIs & Features

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. ...

Cards SDK APIs & Features

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. ...

Cards SDK APIs & Features

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. ...

Error Codes and Handling

Error Codes and Handling Fusion APIs return standard error codes when an API operation fails to process a request payload. In such scenarios, error codes and their corresponding HTTP status codes help you troubleshoot the issue. The sample error response below shows the HTTP response body structure that is returned in case of error: Sample Error Response Sample Error Response Switch Theme Expand More Copy HTTP Response Body: { “error”: { “code”: AE4018 “message”: Mandatory input parameter is missing “attributes”: { "id": "should is missing", "email": "invalid email" } } } setTimeout(() = { (async function() { let id = +" ...

Fund Transfer APIs

Fund Transfer APIs An Account is an atomic unit of asset or liability maintained by IFI for their Account Holders. It corresponds to one ledger in the accounting system, and thus represents an integral value of balance in a specified currency. Simply put, Account is the entity that holds the Account Holder’s funds or money. *API References are optimized for larger screens. document. ...