Beneficiary error codes Note This section is currently work in progress. The following table lists the possible error codes returned on Fusion’s Beneficiary APIs.
Beneficiary Endpoint URI POST/api/v1/ifi/{ifiID}/individuals/{individualID}/beneficiaries Error codes Error Code Error Code Description ACC400038 A beneficiary is already created with this request ACC400065 Beneficiary already exists with vector type ACC400063 Beneficiary creation failed ACC400031 Account holder not found ACC400056 some unexpected error occured (This happens when Get Account holder failed) ACC400012 unable to fetch AccountHolderVectors info ACC400048 unable to get POP ACC400040 unable to fetch KYCStatus ACC400044 Multiple beneficiary exist with same request ID ACC400064 Unable to get beneficiary Beneficiary Accounts Endpoint URI POST/api/v1/ifi/{ifiID}/individuals/{individualID}/beneficiaries/{beneficiaryID}/accounts Error codes Error Code Error Code Description ACC400067 Unable to get beneficiary ACC400037 Beneficiary not present ACC400074 Valid uuid value for beneficiaryID OR parentAccountHolderID should be present ACC400067 Get beneficiary request failed ACC400068 Valid nickname should be present ACC400069 Valid type should be present ACC400070 Valid accountInfo should be present ACC400071 Valid long value for ifiID should be present ACC400072 Error inserting beneficiaryAccount ACC400042 unable to fetch Beneficiary Account ACC400073 Unable to get Beneficiary Account
Bundle error codes Note This section is currently work in progress. The following table lists the possible error codes returned on Fusion’s Account APIs.
Issue Bundle Endpoint URI POST/api/v1/ifi/{ifiID}/bundles/{bundleID}/issueBundle Error codes Error Code HTTP Status Code Error Code Description AE4018 400 Invalid input parameter type. AE400019 400 Mandatory input parameters are missing.
...
Bundle APIs A bundle is a combination of account products and payment products.
*API References are optimized for larger screens. document.querySelector('.swagger__preloader').style.display = 'block' window.onload = function() { var url = "\/swagger\/bundleapis.yml"; const ui = SwaggerUIBundle({ url: url, dom_id: '#swagger-ui', deepLinking: true, presets: [ SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset ], plugins: [ SwaggerUIBundle.plugins.DownloadUrl ], layout: "StandaloneLayout", onComplete: scrollToSection() }) window.operation = "" window.ui = ui document.
...
Card APIs Cards are payment instruments that may or may not be associated with an Account Holder. Fusion provides APIs to perform various Card-related operations like issuance, personalization, orders and so on.
*API References are optimized for larger screens. document.querySelector('.swagger__preloader').style.display = 'block' window.onload = function() { var url = "\/swagger\/cardapis.yml"; const ui = SwaggerUIBundle({ url: url, dom_id: '#swagger-ui', deepLinking: true, presets: [ SwaggerUIBundle.
...
Cards error codes Note This section is currently work in progress. The following table lists the possible error codes returned on Fusion’s Cards APIs.
Bulk card order Endpoint URI POST/api/v1/ifi/{ifi_id}/cards/orders Error codes HTTP Status Code Error Code Description 200 {request is sent back in response} 400 BAD_REQUEST 401 UNAUTHORIZED 500 INTERNAL_SERVER_ERROR message: Order Request Mismatch, quantity must be present, cardSkuID must be present, orderID must be present, deliveryAddress must be present Dispatch card Endpoint URI POST/api/v1/ifi/{ifi_id}/cards/<<FormFactorID>>/dispatch Error codes HTTP Status Code Error Code Description 200 {request is sent back in response} 400 BAD_REQUEST 401 UNAUTHORIZED 500 INTERNAL_SERVER_ERROR message: Order Summary Not Found message: Error Fetching Data for ClientOrderID message: Unprocessable entity Associate Form Factor to resource Endpoint URI POST/api/v1/ifi/{ifi_id}/resources/{resource_id}/form_factors Error codes HTTP Status Code Error Code Description 200 InsertFormFactorResponse Object 400 BAD_REQUEST 401 UNAUTHORIZED 500 INTERNAL_SERVER_ERROR Card state changes Endpoint URI PATCH/api/v1/ifi/{{ifi_id}}/resources/{{resource_id}}/form_factors/{{form_factor_id}} Error codes HTTP Status Code Error Code Description 200 UpdateFormFactorRequest Object 400 BAD_REQUEST 401 UNAUTHORIZED 500 INTERNAL_SERVER_ERROR Get Card Sample Request 1 cardsService.
...