{"id":24396632,"url":"https://github.com/cloudipsp/node-js-sdk","last_synced_at":"2025-04-11T16:41:33.427Z","repository":{"id":55414784,"uuid":"216014552","full_name":"cloudipsp/node-js-sdk","owner":"cloudipsp","description":"Fondy node SDK","archived":false,"fork":false,"pushed_at":"2023-04-19T08:48:43.000Z","size":29,"stargazers_count":9,"open_issues_count":1,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-25T12:51:17.330Z","etag":null,"topics":["fondy","js","nodejs","payment","payment-gateway","payment-integration","sdk"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudipsp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-18T12:02:52.000Z","updated_at":"2023-08-03T11:52:09.000Z","dependencies_parsed_at":"2024-06-19T05:31:08.453Z","dependency_job_id":"f9625c35-2740-4b56-8667-621478a9c449","html_url":"https://github.com/cloudipsp/node-js-sdk","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudipsp%2Fnode-js-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudipsp%2Fnode-js-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudipsp%2Fnode-js-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudipsp%2Fnode-js-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudipsp","download_url":"https://codeload.github.com/cloudipsp/node-js-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248317701,"owners_count":21083528,"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":["fondy","js","nodejs","payment","payment-gateway","payment-integration","sdk"],"created_at":"2025-01-19T21:54:50.782Z","updated_at":"2025-04-11T16:41:33.403Z","avatar_url":"https://github.com/cloudipsp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IPSP NODEJS-SDK (beta)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"200\" height=\"200\" src=\"https://avatars0.githubusercontent.com/u/15383021?s=200\u0026v=4\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://www.npmjs.com/package/cloudipsp-node-js-sdk\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/cloudipsp-node-js-sdk.svg\" alt=\"raiting\" /\u003e\u003c/a\u003e\n\t\u003ca href=\"https://www.npmjs.com/package/cloudipsp-node-js-sdk\"\u003e\u003cimg src=\"https://img.shields.io/npm/dt/cloudipsp-node-js-sdk.svg\" alt=\"raiting\" /\u003e\u003c/a\u003e\n\t\u003ca href=\"https://www.npmjs.com/package/cloudipsp-node-js-sdk\"\u003e\u003cimg src=\"https://img.shields.io/npm/dw/cloudipsp-node-js-sdk.svg\" alt=\"raiting\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Payment service provider\nA payment service provider (PSP) offers shops online services for accepting electronic payments by a variety of payment methods including credit card, bank-based payments such as direct debit, bank transfer, and real-time bank transfer based on online banking. Typically, they use a software as a service model and form a single payment gateway for their clients (merchants) to multiple payment methods. \n[read more](https://en.wikipedia.org/wiki/Payment_service_provider)\n\n## Installation\n\n```cmd\nnpm install cloudipsp-node-js-sdk\n```\n\n#### Manual installation\n```cmd\ngit clone -b master https://github.com/cloudipsp/node-js-sdk.git\n```\n\n## Required\n```\nnode \u003e= 7\n```\n## Simple Start\n```javascript\nconst CloudIpsp = require('cloudipsp-node-js-sdk')\n\nconst fondy = new CloudIpsp(\n  {\n    merchantId: 1396424,\n    secretKey: 'test'\n  }\n)\nconst requestData = {\n  order_id: 'Your Order Id',\n  order_desc: 'test order',\n  currency: 'USD',\n  amount: '1000'\n}\nfondy.Checkout(requestData).then(data =\u003e {\n  console.log(data)\n}).catch((error) =\u003e {\n  console.log(error)\n})\n\n```\n### Notice\n\n```merchant_data``` must be string. \n\nExample:\n```\n const merchant_data = JSON.stringify([{\n    email: 'test@fondy.eu',\n    comment: 'Some comment'\n }])\n```\n# Api\n\nSee [docs](https://docs.fondy.eu/)\n\n## Examples\n[Checkout examples](https://github.com/cloudipsp/node-js-sdk/tree/master/examples)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudipsp%2Fnode-js-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudipsp%2Fnode-js-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudipsp%2Fnode-js-sdk/lists"}