• Prepaid

    In locale
  • Prepaid

    In locale

About Fusion APIs

About Fusion APIs Fusion RESTful APIs use HTTPS to serve API requests and acknowledge them with appropriate status codes. Each API is supplemented with syntax, description, and examples, helping you build your banking product seamlessly. HTTP methods Standard HTTP verbs/methods are used to make requests to Fusion server- POST, PUT, GET, PATCH, DELETE method. Data format All Fusion API requests and responses are in the JSON data format. ...

Environment and Key Parameters | Fusion APIs

Environment & Key Parameters Environments Fusion provides separate environments to test and launch your Fusion product. Each environment requires different access privileges and authentication tokens. User Acceptance Testing (UAT) Fusion provides a fully-functional UAT environment that allows you to safely experiment with Fusion’s services before going live. It is a replica of the production environment, where you can interact with Fusion APIs to understand the platform and ecosystem. ...

Response Codes | Fusion APIs

Response Codes Fusion uses standard HTTP status codes to indicate the status of your API request. The codes are categorized into: 2xx (Successful): Call is executed successfully. 4xx (Client error) : Error due to the provided information in the request. 5xx (Server error) : Error with Fusion server. Generic Error Codes Fusion APIs return standard error codes when an API operation fails to process a request payload. ...

Account APIs

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

Account error codes

Account error codes Note This section is currently work in progress. The following table lists the possible error codes returned on Fusion’s Account APIs. A2A transfers Endpoint URI POST/api/v1/ifi/{ifi_id}/transfers Error codes Error Code HTTP Status Code Error Code Description LE400001 403 Maximum Transaction amount limit is violated LE400002 403 Daily Transaction count limit is violated LE400003 403 Weekly Transaction count limit is violated LE400004 403 Monthly Transaction count limit is violated LE400005 403 Quarterly Transaction count limit is violated LE400006 403 Yearly Transaction count limit is violated LE400007 403 Maximum Balance Limit is Violated LE400008 403 Insufficient balance in Account LE400009 403 Minimum Transaction amount limit is violated LE400011 403 Daily Transaction amount limit is violated LE400012 403 Weekly Transaction amount limit is violated LE400013 403 Monthly Transaction amount limit is violated LE400014 403 Quarterly Transaction amount limit is violated LE400015 403 Yearly Transaction amount limit is violated LE400016 403 Maximum Transaction Count Limit is violated LE400017 403 Minimum Balance Limit is Violated LE400018 403 Minimum balance limit On Before Transaction is Violated LE400019 403 Maximum balance limit On Before Transaction is Violated LE400020 403 Disallowed Transaction Categories is Violated LE400021 403 Allowed Transaction Categories is Violated LE400022 403 Allowed time slices is Violated LE400023 403 Disallowed time slices is Violated LE400024 403 Currency mismatch. ...