• Prepaid

    In locale
  • Prepaid

    In locale

Account Holder APIs

Account Holder APIs An Account Holder is any person or corporate that has a banking relationship with an Issuing Financial Institution (IFI). *API References are optimized for larger screens. document.querySelector('.swagger__preloader').style.display = 'block' window.onload = function() { var url = "\/swagger\/accountholderapis.yml"; const ui = SwaggerUIBundle({ url: url, dom_id: '#swagger-ui', deepLinking: true, presets: [ SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset ], plugins: [ SwaggerUIBundle.plugins.DownloadUrl ], layout: " ...

Account Holder error codes

Account Holder error codes Note This section is currently work in progress. The following table lists the possible error codes returned on Fusion’s Account Holder APIs. Create Account Holder Endpoint URI POST/api/v1/ifi/{ifiID}/applications/newIndividual Error codes Error Code Error Code Description AR400001 Error while insertion in application AR400003 Account holder already exists with vector type AR400004 Form ID must be unique AR400005 Valid postCode must be present AR400006 Valid country must be present AR400007 Valid firstName must be present AR400008 Valid lastName must be present AR400009 Phone(p) provided is invalid AR4000010 Email(e) provided is invalid AR4000010 individualID is mandatory AR4000011 aadhaar or pan or passport should be present in the request AR4000012 Verified Email(e) or Phone(p) should be present in the request AR4000013 Can not approve the application, all the documents are not approved AR4000014 application not found AR4000015 Approved application is not allow to be updated AR4000016 Application is not updated AR4000017 Invalid bank ifi AR4000018 IFI info not present AR400019 Status value is invalid AR400020 Updating same application again to APPROVED state is not allowed AR400021 Updating same application again to REJECTED state is not allowed AR400022 null(Base schema)

Adding the cards SDK to your App

Adding the SDK to your App Integrate the SDK in your project Step 1 : Adding the SDK The iOS Card SDK is compatible with apps supporting iOS with version 10 and above. To add the ApolloCardFramework to your project, follow these steps: Set up Cocoapods using simple steps mentioned in this link Open the Podfile created in your project and add ApolloCardsFramework dependency as mentioned in the code below: ...

Adding the cards SDK to your App

iOS SDK Setup Prerequisites Take care of the following prerequisites before you begin with SDK set up: Fusion uses an authentication token to authenticate the SDK. Minimum iOS version required: 10 Minimum Cocoapods version required: 1.9.1 Ensure you have a supercardSdk.plist file which contains configuration data necessary to set up the SDK. Contact Zeta in case you haven’t received the file. Step 1 : Adding the SDK The iOS Card SDK is compatible with apps supporting iOS with version 10 and above. ...

Adding the cards SDK to your App

Adding the SDK to your App Please follow the steps below to successfully complete this step 1. Adding the SDK The iOS Card SDK is compatible with apps supporting iOS with version 10 and above. To add the SDK to your project, follow these steps : Download and extract the zip folder containing an XCFramework for Card SDK from here. Drag & drop the framework file you just downloaded into your projects target Click Embed & sign under the XCFramework in your project’s target. ...