{"id":18469336,"url":"https://github.com/ekoindia/aeps-gateway-lib","last_synced_at":"2025-08-25T12:05:19.476Z","repository":{"id":42900269,"uuid":"252224896","full_name":"ekoindia/aeps-gateway-lib","owner":"ekoindia","description":"A small Javascript library to integrate Eko's AePS Gateway (Cashout) solution into any website.","archived":false,"fork":false,"pushed_at":"2024-12-24T07:28:57.000Z","size":848,"stargazers_count":4,"open_issues_count":7,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-16T00:07:57.848Z","etag":null,"topics":["aeps","aeps-gateway-lib","cashout","eko","javascript-library","npci"],"latest_commit_sha":null,"homepage":"https://developers.eko.in/docs/aeps","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ekoindia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-01T16:11:32.000Z","updated_at":"2024-12-24T07:29:00.000Z","dependencies_parsed_at":"2023-02-08T08:15:49.623Z","dependency_job_id":null,"html_url":"https://github.com/ekoindia/aeps-gateway-lib","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekoindia%2Faeps-gateway-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekoindia%2Faeps-gateway-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekoindia%2Faeps-gateway-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekoindia%2Faeps-gateway-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ekoindia","download_url":"https://codeload.github.com/ekoindia/aeps-gateway-lib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249173084,"owners_count":21224483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aeps","aeps-gateway-lib","cashout","eko","javascript-library","npci"],"created_at":"2024-11-06T10:09:59.540Z","updated_at":"2025-04-16T00:08:08.964Z","avatar_url":"https://github.com/ekoindia.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eko AePS Gateway Javascript Library\r\nJavascript library to easily integrate Eko's AePS Gateway solution into a website\r\n\r\n[![GitHub issues](https://img.shields.io/github/issues/ekoindia/aeps-gateway-lib)](https://github.com/ekoindia/aeps-gateway-lib/issues)  [![npm (scoped)](https://img.shields.io/npm/v/@ekoindia/aeps-gateway-lib)](https://www.npmjs.com/package/@ekoindia/aeps-gateway-lib)  [![npm bundle size (minified)](https://img.shields.io/bundlephobia/min/@ekoindia/aeps-gateway-lib)](https://github.com/ekoindia/aeps-gateway-lib)  ![dependencies](https://img.shields.io/badge/dependencies-0-green)  [![GitHub license](https://img.shields.io/github/license/ekoindia/aeps-gateway-lib)](https://github.com/ekoindia/aeps-gateway-lib/blob/master/LICENSE)\r\n\u003ca href=\"https://eko.in\" target=\"_blank\"\u003e![Eko.in](https://img.shields.io/badge/Develop%20with-Eko.in-brightgreen)\u003c/a\u003e\r\n\u003ca href=\"https://twitter.com/intent/tweet?text=Wow:\u0026url=https%3A%2F%2Fgithub.com%2Fekoindia%2Faeps-gateway-lib\" target=\"_blank\"\u003e\u003cimg alt=\"Twitter\" src=\"https://img.shields.io/twitter/url?style=social\u0026url=https%3A%2F%2Fgithub.com%2Fekoindia%2Faeps-gateway-lib\"\u003e\u003c/a\u003e\r\n\u003ca href=\"https://twitter.com/intent/follow?screen_name=ekospeaks\" target=\"_blank\"\u003e![Twitter Follow](https://img.shields.io/twitter/follow/ekospeaks?label=Follow\u0026style=social)\u003c/a\u003e\r\n\u003ca href=\"http://dsc.gg/ekodevs\" target=\"_blank\"\u003e![Discord Chat](https://img.shields.io/discord/1038006952573292574)\u003c/a\u003e\r\n\r\n---\r\n\r\n## Installation\r\n\r\n  `npm install -S @ekoindia/aeps-gateway-lib`\r\n\r\n## Usage\r\n\r\n### 1. Include Library\r\n```html\r\n\u003cscript src=\"node_modules/@ekoindia/aeps-gateway-lib.js\"\u003e\u003c/script\u003e\r\n```\r\n\r\n### 2. Setup AePS on page load\r\n```html\r\n\u003cscript\u003e\r\nconst aeps = new EkoAEPSGateway();\r\n\r\n// Configure your developer API details...\r\naeps.config({\r\n\tpartner_name: \"Example Company INC\",\r\n\tinitiator_logo_url: \"https://example.com/my-logo.png\",\r\n\tinitiator_id: \"9962981729\",\r\n\tdeveloper_key: \"becbbce45f79c6f5109f848acd540567\",\r\n\tsecret_key: \"y4aNr2cuSuaX2fCsfXMVopqvaZtx9MKHCcsF73fHxvc=\",\r\n\tsecret_key_timestamp: \"1585999782835\",\r\n\tuser_code: \"20810200\",\r\n\tenvironment: \"uat\"\r\n});\r\n\r\n// Configure callback URL for transaction-confirmation and for getting final result...\r\naeps.setCallbackURL('https://example.com/aeps/callback');\r\n\u003c/script\u003e\r\n```\r\n\r\n### 3. Open AePS Popup whenever needed (ex: on a button click)\r\n```javascript\r\naeps.open();\r\n```\r\n\r\n## Code Examples\r\n1. [Basic Example](/example/basic_example.html)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekoindia%2Faeps-gateway-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fekoindia%2Faeps-gateway-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekoindia%2Faeps-gateway-lib/lists"}