{"id":18769215,"url":"https://github.com/kosatyi/fondy-checkout","last_synced_at":"2025-12-10T13:30:15.149Z","repository":{"id":26631583,"uuid":"109021436","full_name":"kosatyi/fondy-checkout","owner":"kosatyi","description":"Fondy Checkout Widget","archived":false,"fork":false,"pushed_at":"2023-04-12T05:48:16.000Z","size":8033,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-30T00:17:25.728Z","etag":null,"topics":["checkout","checkout-ui","checkout-widget","payment-methods","payment-module"],"latest_commit_sha":null,"homepage":"https://kosatyi.com/fondy-checkout/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kosatyi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-10-31T16:15:54.000Z","updated_at":"2021-09-04T12:57:18.000Z","dependencies_parsed_at":"2024-12-29T07:23:55.430Z","dependency_job_id":"4347302f-a9c4-4824-8949-3d017b040bc4","html_url":"https://github.com/kosatyi/fondy-checkout","commit_stats":{"total_commits":213,"total_committers":2,"mean_commits":106.5,"dds":0.009389671361502372,"last_synced_commit":"445d667f7f7fb68957c181a646dbc1747a35601a"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosatyi%2Ffondy-checkout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosatyi%2Ffondy-checkout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosatyi%2Ffondy-checkout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosatyi%2Ffondy-checkout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kosatyi","download_url":"https://codeload.github.com/kosatyi/fondy-checkout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239671416,"owners_count":19677873,"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":["checkout","checkout-ui","checkout-widget","payment-methods","payment-module"],"created_at":"2024-11-07T19:15:14.395Z","updated_at":"2025-12-10T13:30:15.055Z","avatar_url":"https://github.com/kosatyi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fondy Checkout Widget\n\n![npm](https://img.shields.io/npm/v/fondy-checkout.svg) \n![license](https://img.shields.io/npm/l/fondy-checkout.svg) \n![github-issues](https://img.shields.io/github/issues/kosatyi/fondy-checkout.svg) \n\n![nodei.co](https://nodei.co/npm/fondy-checkout.png?downloads=true\u0026downloadRank=true\u0026stars=true)\n\n## Installation\n\n### Node\n\nIf you’re using [Npm](https://npmjs.com/) in your project, you can add `fondy-checkout` dependency to `package.json` \nwith following command:\n\n```cmd\nnpm i --save fondy-checkout\n```\n\nor add dependency manually:\n\n```json\n{\n  \"dependency\": {\n    \"fondy-checkout\":\"*\"\n  }\n}\n```\n\n### Bower\n\nIf you’re using [Bower](https://bower.io/) in your project, you can run the following command:\n\n```cmd\nbower install fondy-checkout\n```\n\n### Manual installation\n\nIf you do not use NodeJS, you can download the\n[latest release](https://github.com/kosatyi/fondy-checkout/releases).\nOr clone from GitHub the latest developer version\n```cmd\ngit clone git@github.com:kosatyi/fondy-checkout.git\n```\n\n\n## Quick start\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\u003chead\u003e\n    \u003cmeta charset='utf-8'\u003e\n    \u003cmeta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1.0,user-scalable=no\"\u003e\n    \u003cmeta name=\"apple-mobile-web-app-capable\" content=\"yes\"\u003e\n    \u003clink ref=\"https://unpkg.com/fondy-checkout@latest/dist/css/checkout.css\" \n    rel=\"stylesheet\" type=\"text/css\" /\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n\u003cdiv control=\"ui.checkout\"\u003e\n    \u003cparam name=\"params[merchant_id]\" value=\"1396424\" /\u003e\n    \u003cparam name=\"params[amount]\" value=\"1500\" /\u003e\n    \u003cparam name=\"params[currency]\" value=\"USD\" /\u003e\n    \u003cparam name=\"params[lang]\" value=\"en\" /\u003e\n    \u003cparam name=\"params[email]\" value=\"\" /\u003e\n    \u003cparam name=\"params[phone]\" value=\"\" /\u003e\n    \u003cparam name=\"params[fee]\" value=\"0.05\" /\u003e\n    \u003cparam name=\"params[response_url]\" value=\"https://example.com/\" /\u003e\n    \u003cparam name=\"view[lang][]\" value=\"en\" /\u003e\n    \u003cparam name=\"view[lang][]\" value=\"ru\" /\u003e\n    \u003cparam name=\"view[lang][]\" value=\"uk\" /\u003e\n    \u003cparam name=\"view[header][logo]\" value=\"https://i.imgur.com/aUQyJcQ.png\" /\u003e\n    \u003cparam name=\"view[header][title]\" value=\"My Amazon Shop\" /\u003e\n    \u003cparam name=\"view[header][desc]\" value=\"Traditional Laptops\" /\u003e\n    \u003cparam name=\"view[header][url]\" value=\"https://example.com/\" /\u003e\n    \u003cparam name=\"view[product][name]\" value=\"Apple MacBook Pro\" /\u003e\n    \u003cparam name=\"view[product][desc]\" value=\"Apple MacBook Pro MF841LL Laptop with Retina Display\" /\u003e\n    \u003cparam name=\"view[product][image]\" value=\"https://i.imgur.com/gLnKFyt.png\" /\u003e\n    \u003cparam name=\"view[product][url]\" value=\"http://amzn.to/2BVaAQ5\" /\u003e\n    \u003cparam name=\"view[field][amount]\" value=\"\" /\u003e\n    \u003cparam name=\"view[field][email]\" value=\"1\" /\u003e\n    \u003cparam name=\"view[field][phone]\" value=\"1\" /\u003e\n    \u003cparam name=\"view[methods]\" value=\"card,p24,paypal\" /\u003e\n\u003c/div\u003e\n\u003cscript src=\"https://unpkg.com/fondy-checkout@latest/dist/i18n/en.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://unpkg.com/fondy-checkout@latest/dist/i18n/ru.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://unpkg.com/fondy-checkout@latest/dist/i18n/uk.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://unpkg.com/fondy-checkout@latest/dist/js/checkout.js\"\u003e\u003c/script\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n```\n\n## Result\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://i.imgur.com/AeQHnxH.png\"\u003e\n\u003c/p\u003e\n\n## License\n\n[MIT](https://github.com/kosatyi/fondy-checkout/blob/HEAD/LICENSE)\n\n## Author\n\nStepan Kosatyi, stepan@kosatyi.com\n\n\n[![Stepan Kosatyi](https://img.shields.io/badge/stepan-kosatyi-purple.svg)](https://kosatyi.com/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkosatyi%2Ffondy-checkout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkosatyi%2Ffondy-checkout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkosatyi%2Ffondy-checkout/lists"}