iyzico-kurulum

Automate İyzico Checkout Form iframe integration with Firebase and Node.js.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/srtnacikgoz/Sade-Chocolate --skill iyzico-kurulum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iyzico-kurulum
Source: https://github.com/srtnacikgoz/Sade-Chocolate/tree/main/.skills/iyzico-kurulum
Command: npx skills add https://github.com/srtnacikgoz/Sade-Chocolate --skill iyzico-kurulum

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the secure setup of İyzico Checkout Form (iframe) payments on an e-commerce platform, enabling PCI-compliant credit card checkout with minimal manual configuration.

Core Features & Use Cases

  • Iyzico Checkout Form (iframe) integration for PCI DSS compliant card data collection.
  • End-to-end workflow with Cloud Functions, Firestore schema updates, and automated email notifications coordinating payment initialization, callbacks, and retries.
  • Sprint-ready deployment design for backend, frontend, and admin components, including rollback plans and monitoring.

Quick Start

Use the iyzico-kurulum skill to initialize the first sprint and progressively enable subsequent sprints: /iyzico-kurulum /iyzico-kurulum sprint1 /iyzico-kurulum sprint2

Frequently Asked Questions about iyzico-kurulum

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate iyzico iframe checkout into a Firebase e-commerce platform?

Integrating iyzico iframe checkout requires setting up Node.js 18 with TypeScript Cloud Functions to handle payment initialization, callbacks, and retries within your Firebase e-commerce platform. This approach uses 3 cloud function endpoints to automate the end-to-end checkout workflow securely.

Can I use iyzico Checkout Form for PCI DSS compliant credit card payments?

Yes, iyzico Checkout Form uses an iframe to collect credit card data, ensuring PCI DSS compliant payment processing. The iframe isolates sensitive card inputs, keeping your Firebase e-commerce platform secure without handling raw card data directly.

What do I need to set up iyzico payment integration with Firebase Cloud Functions?

You need Node.js 18 with TypeScript, Firebase configuration, and iyzico API interactions to establish the payment integration. The setup also requires environment management for deployment stages and Firestore schema updates to track payment states.

What's the best way to handle iyzico payment callbacks and retries in Firebase?

Handling iyzico payment callbacks and retries is best done using dedicated Firebase Cloud Function endpoints like handleIyzicoCallback and retryPayment. These functions coordinate with Firestore and automated email notifications to manage payment state transitions and recovery.

How does the iyzico checkout integration handle frontend iframe modal deployment?

The iyzico checkout integration handles frontend iframe modal deployment through a sprint-ready design that progressively enables backend, frontend, and admin components. This structured deployment includes rollback plans and monitoring across stages for secure checkout modal rendering.

Why does my iyzico checkout integration require environment management across deployment stages?

Iyzico checkout integration requires environment management across deployment stages to separate test and live API interactions securely. Managing these environments ensures that Cloud Functions, Firestore schemas, and automated email notifications behave correctly during sprint-based delivery and rollbacks.