{"id":30199844,"url":"https://github.com/codingwithmanny/iyzipay-js","last_synced_at":"2025-08-13T08:42:49.024Z","repository":{"id":237125385,"uuid":"793856610","full_name":"codingwithmanny/iyzipay-js","owner":"codingwithmanny","description":"An Alternative Typesafe Iyzico JS SDK","archived":false,"fork":false,"pushed_at":"2024-05-05T19:52:30.000Z","size":200,"stargazers_count":1,"open_issues_count":3,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-04T06:55:48.648Z","etag":null,"topics":["iyzico","iyzico-sdk","iyzipay"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/codingwithmanny.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":"2024-04-30T02:07:51.000Z","updated_at":"2025-03-27T12:01:31.000Z","dependencies_parsed_at":"2024-05-04T08:22:43.361Z","dependency_job_id":"a63e378a-8bb9-44dd-ba29-86b10b4e16c3","html_url":"https://github.com/codingwithmanny/iyzipay-js","commit_stats":null,"previous_names":["codingwithmanny/iyzipay-js"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codingwithmanny/iyzipay-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingwithmanny%2Fiyzipay-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingwithmanny%2Fiyzipay-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingwithmanny%2Fiyzipay-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingwithmanny%2Fiyzipay-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codingwithmanny","download_url":"https://codeload.github.com/codingwithmanny/iyzipay-js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingwithmanny%2Fiyzipay-js/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270212250,"owners_count":24546101,"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","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["iyzico","iyzico-sdk","iyzipay"],"created_at":"2025-08-13T08:42:25.759Z","updated_at":"2025-08-13T08:42:48.992Z","avatar_url":"https://github.com/codingwithmanny.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Iyzipay JS SDK\n\n\u003e Türkçemi bağışlayın, bu metnin tamamı otomatik olarak çevrilmiştir.\n\nEN: An alternative TypeScript SDK for iyzico payment service.\nTR: iyzico ödeme servisi için alternatif bir TypeScript SDK.\n\n\u003e NOTE EN: This project is not affiliated with iyzico. This is an unofficial SDK. This sdk is also still a work in progress.\n\u003e NOT TR: Bu proje iyzico ile ilişkili değildir. Bu resmi olmayan bir SDK'dır. Bu sdk hala geliştirme aşamasındadır.\n\n**Goal EN:** Allow this SDK to work in other environments and frameworks like NextJS and potentially React Native.\n**Goal TR:** Bu SDK'nın NextJS ve potansiyel olarak React Native gibi diğer ortamlarda ve çerçevelerde çalışmasına izin vermek.\n\n## Requirements\n\n- NVM or Node.js `v20.12.2` or greater\n\n## Quick Setup\n\n### 1 - Install Depdenencies\n\n```bash\n# FROM: ./\n\npnpm install;\n```\n\n### 2 - Add Environment Variables\n\n```bash\n# FROM: ./\n\ncp .env.example .env;\n```\n\n**File:** `./.env`\n\n```bash\nIYZICO_API_KEY=\"\u003cYOUR_IYZICO_API_KEY\u003e\"\nIYZICO_SECRET_KEY=\"\u003cYOUR_IYZICO_SECRET_KEY\u003e\"\nIYZICO_BASE_URL=\"https://sandbox-api.iyzipay.com\" # Optional\n```\n\n### 3 - Run Tests\n\n#### Example Test\n\n```bash\n# FROM: ./\n\npnpm test:example;\n\n# [Expected Output]:\n# ...\n# {\n#   response: {\n#     status: \"success\",\n#     locale: \"tr\",\n#     systemTime: 1714445286140,\n#     conversationId: \"123456789\",\n#     token: \"\u003cGENERATED_TOKEN\u003e\",\n#     checkoutFormContent: \"\u003cscript type=\\\"text/javascript\\\"\u003eif (typeof iyziInit == 'undefined') {var iyziInit = {currency:\\\"TRY\\\",token:\\\"\u003cGENERATED_TOKEN\u003e\\\",price:1.20,locale:\\\"tr\\\",baseUrl:\\\"https://sandbox-api.iyzipay.com\\\", merchantGatewayBaseUrl:\\\"https://sandbox-merchantgw.iyzipay.com\\\", registerCardEnabled:false,bkmEnabled:true,bankTransferEnabled:false,bankTransferTimeLimit:{\\\"value\\\":5,\\\"type\\\":\\\"day\\\"},bankTransferRedirectUrl:\\\"https://www.merchant.com/callback\\\",bankTransferCustomUIProps:{},campaignEnabled:false,campaignMarketingUiDisplay:{},paymentSourceName:\\\"\\\",plusInstallmentResponseList:null,payWithIyzicoSingleTab:false,payWithIyzicoSingleTabV2:false,payWithIyzicoOneTab:false,newDesignEnabled:false,mixPaymentEnabled:true,creditCardEnabled:true,bankTransferAccounts:[],userCards:[],fundEnabled:false,memberCheckoutOtpData:{},force3Ds:false,isSandbox:true,storeNewCardEnabled:true,paymentWithNewCardEnabled:true,enabledApmTypes:[\\\"SOFORT\\\",\\\"IDEAL\\\",\\\"QIWI\\\",\\\"GIROPAY\\\"],payWithIyzicoUsed:false,payWithIyzicoEnabled:false,payWithIyzicoCustomUI:{},buyerName:\\\"John\\\",buyerSurname:\\\"Doe\\\",merchantInfo:\\\"\\\",merchantName:\\\"Sandbox Merchant Name - 60383\\\",cancelUrl:\\\"\\\",buyerProtectionEnabled:false,hide3DS:false,gsmNumber:\\\"\\\",email:\\\"email@email.com\\\",checkConsumerDetail:{},subscriptionPaymentEnabled:false,ucsEnabled:false,fingerprintEnabled:false,payWithIyzicoFirstTab:false,creditEnabled:false,payWithIyzicoLead:false,goBackUrl:\\\"\\\",metadata : {},createTag:function(){var iyziJSTag = document.createElement('script');iyziJSTag.setAttribute('src','https://sandbox-static.iyzipay.com/checkoutform/v2/bundle.js?v=1714445286139');document.head.appendChild(iyziJSTag);}};iyziInit.createTag();}\u003c/script\u003e\",\n#     tokenExpireTime: 1800,\n#     paymentPageUrl: \"https://sandbox-cpp.iyzipay.com?token=\u003cGENERATED_TOKEN\u003e\u0026lang=tr\"\n#   }\n# }\n# Script complete!\n```\n\n#### Tests\n\n```bash\n# FROM: ./\n\npnpm test;\n```\n\n## Building\n\n```bash\n# FROM: ./\n\npnpm build;\n\n# [Expected Output]:\n# ...\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingwithmanny%2Fiyzipay-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingwithmanny%2Fiyzipay-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingwithmanny%2Fiyzipay-js/lists"}