✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for iyzico for WooCommerce: orders & iyzico metadata as tables

iyzico's WooCommerce plugin writes payment IDs, taksit (installment) plans, and 3DS state as order metadata. SleekView pivots those keys into named columns, HPOS-aware, with gateway-scoped filters for Turkish finance teams.

♾️ Lifetime License available

SleekView table view for iyzico Payment Gateway for WooCommerce

iyzico metadata as first-class columns

iyzico Payment Gateway for WooCommerce does not add its own primary tables. Payment data lives as WooCommerce order metadata: iyzico_payment_id, iyzico_status, iyzico_installment, 3DS state, and card brand are written through the WooCommerce meta API to wp_wc_orders_meta on HPOS or wp_postmeta on legacy. The default WooCommerce orders list never shows them because the screen renders core fields only.

SleekView reads the right storage automatically and pivots the iyzico_* meta keys into named columns. A payment-method filter scopes the view to iyzico-paid orders. Taksit plan and card brand become inline columns, which means Turkish finance teams reconciling iyzico settlements and conversion analysts comparing taksit cohorts work from one screen.

Edits route through the WooCommerce CRUD layer for the columns the plugin marks editable. Refunds still flow through iyzico's admin action that calls its API; SleekView never re-authenticates against iyzico.

Workflow

From buried meta keys to gateway-scoped tables

1

Detect storage mode

SleekView checks HPOS vs legacy on load and reads wc_orders_meta or postmeta accordingly. Storage detection matches what the iyzico plugin itself does.
2

Pivot iyzico keys

Move iyzico_payment_id, iyzico_status, iyzico_installment, and 3DS state from meta into named columns. The agent UI lists every present key.
3

Save views per role

Save "iyzico finance", "Taksit cohort", and "3DS audit" views and scope each to finance, analytics, or risk-review roles via WordPress capabilities.
4

Edit inline or bulk-update

Inline-edit reconciliation flags and notes; bulk-update statuses for cohorts (e.g. reconciled iyzico orders for a date range) through the WooCommerce CRUD layer.

Sample columns

A typical iyzico orders view

SleekView filters WooCommerce orders by iyzico and pivots iyzico-specific meta keys into columns.
Source: wp_wc_orders_meta + wp_postmeta (iyzico_* keys)
Order # Status Total iyzico payment ID Taksit Date
#99701 Success ₺1.250,00 iyz_8821... 3 ay May 17
#99700 Pending 3DS ₺620,00 iyz_8820... Tek çekim May 17
#99699 Success ₺295,00 iyz_881f... 6 ay May 16
#99698 Failed ₺980,00 iyz_881e... Tek çekim May 16

Comparison

Default iyzico Payment Gateway for WooCommerce admin vs SleekView

Default iyzico for WooCommerce admin

  • iyzico_payment_id hidden in order meta, never in the orders list
  • Taksit (installment) plan not exposed as a column for AOV analysis
  • 3DS pass/fall-back state buried per-order, no audit column
  • No filter to isolate iyzico-paid orders from other gateways
  • Card brand and bank not surfaced for risk review

SleekView

  • Pivot iyzico_payment_id and iyzico_status into named columns
  • Filter by gateway to scope the view to iyzico orders only
  • Surface iyzico_installment as a column for taksit cohort review
  • HPOS-aware: reads wc_orders_meta on modern stores, postmeta on legacy
  • 3DS state visible inline for risk audit

Features

What SleekView gives you for iyzico Payment Gateway for WooCommerce

HPOS-aware reads

iyzico uses the WooCommerce meta API. SleekView mirrors that, reading wc_orders_meta on HPOS and postmeta on legacy. Views work the same on WooCommerce 8.2+ and older installs.

Taksit cohort

Pivot iyzico_installment as a column and filter chip. Compare AOV and refund rates between tek çekim and 3/6/9/12 ay cohorts inside the orders view without a separate analytics integration.

3DS audit

Track which orders went through 3D Secure and which fell back. Useful for risk review and Turkish regulatory compliance, which mandates 3DS for online card transactions in most segments.

Audience

Who uses SleekView for iyzico

Finance teams

Reconcile iyzico settlement reports against WooCommerce orders by filtering on payment method, date, and iyzico_payment_id inline. Turkish finance teams collapse settlement matching into one saved view.

Risk reviewers

Audit 3DS state and card brand across the orders list. Spot non-3DS clusters and high-risk BIN ranges without opening orders one at a time.

Conversion analysts

Segment by iyzico_installment to compare AOV between cohorts. Pair with card brand for bank-specific conversion analysis inside the orders view.

The bigger picture

iyzico metadata belongs in the orders list

WooCommerce's orders list shows core fields and ignores gateway-specific meta. That works for one gateway and a simple flow. It fails for Turkish stores running iyzico across tek çekim and multiple taksit plans, where the conversion question "do longer taksit plans actually drive AOV" has a real answer in iyzico_installment that nobody can see without opening every order.

Finance teams reconciling iyzico settlements need iyzico_payment_id as a column to match payout lines. Risk reviewers auditing 3DS compliance need 3DS state inline. Conversion analysts need card brand and bank as filterable columns.

The default workflow forces a tab-flip between the iyzico merchant dashboard and WooCommerce admin. SleekView pivots iyzico_* meta into proper columns and detects HPOS automatically, which collapses each workflow into one saved view. The gateway still owns the API operations, refunds still flow through iyzico, but the data iyzico writes into your orders finally becomes queryable as plain WooCommerce data.

Questions

Common questions about SleekView for iyzico Payment Gateway for WooCommerce

iyzico does not add primary tables. Payment data lives as WooCommerce order metadata. SleekView reads wc_orders_meta on HPOS or postmeta on legacy automatically.

 

iyzico_payment_id, iyzico_status, iyzico_installment, 3DS state, card brand and bank, and any other iyzico_* key your install writes. The agent UI lists every present key automatically.

 

No. Refunds go through iyzico's API via the WooCommerce admin's refund flow. SleekView surfaces refund state but never proxies the gateway API. Inline edits affect only local fields.

 

Yes. SleekView detects HPOS vs legacy and reads accordingly, same as the iyzico plugin. WooCommerce 8.2+ defaults to HPOS; older installs on postmeta still work without changes.

 

Yes. Filter by _payment_method = iyzico or by presence of iyzico_payment_id. Useful for finance teams handling multiple Turkish gateways that reconcile each independently.

 

Pivot iyzico_installment into a filter chip and a column. Compare conversion, AOV, and refund rates between tek çekim and 3/6/9/12 ay cohorts inside the orders view.

 

Yes. Surface 3DS pass/fall-back state as a column. Useful for risk review and Turkish regulatory compliance, where 3DS is mandatory for most online card transactions. Filter to non-3DS clusters and investigate.

 

Yes. Filter to iyzico orders by date range, surface the KDV and other tax columns recorded as line-item meta, and export to CSV. The saved view reruns each month.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView