Weavz
iyzico

iyzico

Create iyzico hosted checkout, links, stored-card payments, marketplace submerchants, mass payouts, refunds, cancellations, reports, and signed webhooks.

27 tools
1 trigger

Tools

Name
check_bin

Check card BIN metadata and installment eligibility with iyzico.

initialize_checkout_form

Create an iyzico hosted Checkout Form session for authorization or pre-authorization without collecting raw card data in Weavz.

retrieve_checkout_form

Retrieve iyzico Checkout Form payment details by token after callback.

capture_preauth_payment

Finalize/capture a previously pre-authorized iyzico payment.

cancel_payment

Cancel an iyzico payment on the same day before settlement, returning the full authorization amount.

refund_payment

Create a full or partial iyzico Refund V2 using payment ID and amount.

get_payment_detail

Fetch current payment, refund, and fraud status from iyzico reporting by payment ID or payment conversation ID.

create_link

Create an iyzico Link payment product and return a shareable payment URL.

create_fast_link

Create an iyzico Fast Link for small one-time collections.

update_link

Update an existing iyzico Link product by token.

get_link

Get iyzico Link product details by token.

list_links

List iyzico Link products with optional paging.

update_link_status

Set an iyzico Link product to ACTIVE or PASSIVE.

delete_link

Delete an iyzico Link product by token.

list_stored_cards

List cards stored in iyzico for a cardUserKey without collecting card numbers in Weavz.

delete_stored_card

Delete a stored iyzico card by cardUserKey and cardToken.

create_payment_with_stored_card

Create an iyzico payment using an existing cardUserKey and cardToken, avoiding raw card data in Weavz.

create_submerchant

Create an iyzico marketplace submerchant used for split settlement and submerchant transfers.

update_submerchant

Update an existing iyzico marketplace submerchant account.

get_submerchant

Retrieve an iyzico submerchant by external ID.

update_submerchant_item_price

Update submerchant payout amount or submerchant information for one iyzico payment transaction.

initialize_mass_payout

Create an iyzico Mass Payout request with one or more payout items.

authorize_mass_payout

Authorize an initialized iyzico Mass Payout request so valid items can be processed.

cancel_mass_payout

Cancel an iyzico Mass Payout request and its items that are still in INIT status.

retrieve_mass_payout

Retrieve iyzico Mass Payout and item details by request ID or external mass payout ID.

get_mass_payout_item

Retrieve a single iyzico Mass Payout item by reference code.

get_mass_payout_balance

Fetch the available iyzico Mass Payout balance for the merchant.

Triggers

Name
webhook_received

Receive iyzico payment, hosted page, or subscription webhooks and verify X-IYZ-SIGNATURE-V3.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('iyzico', 'check_bin', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'iyzico',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect iyzico to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does iyzico support?

iyzico supports 27 tools including Check BIN, Initialize Checkout Form, Retrieve Checkout Form Result, Capture PreAuth Payment, Cancel Payment, and more.

Can I use iyzico with AI agents?

Yes. Add iyzico to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can iyzico be used in stateful agent workflows?

Yes. Agents can combine iyzico tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does iyzico use?

iyzico uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the iyzico integration cost?

The iyzico integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does iyzico support?

iyzico supports 1 triggers including Webhook Received.

Connect iyzico in minutes

Get 20,000 free action executions every month. No credit card required.