Tools
| Name | Description |
|---|---|
check_binCheck card BIN metadata and installment eligibility with iyzico. | Check card BIN metadata and installment eligibility with iyzico. |
initialize_checkout_formCreate an iyzico hosted Checkout Form session for authorization or pre-authorization without collecting raw card data in Weavz. | Create an iyzico hosted Checkout Form session for authorization or pre-authorization without collecting raw card data in Weavz. |
retrieve_checkout_formRetrieve iyzico Checkout Form payment details by token after callback. | Retrieve iyzico Checkout Form payment details by token after callback. |
capture_preauth_paymentFinalize/capture a previously pre-authorized iyzico payment. | Finalize/capture a previously pre-authorized iyzico payment. |
cancel_paymentCancel an iyzico payment on the same day before settlement, returning the full authorization amount. | Cancel an iyzico payment on the same day before settlement, returning the full authorization amount. |
refund_paymentCreate a full or partial iyzico Refund V2 using payment ID and amount. | Create a full or partial iyzico Refund V2 using payment ID and amount. |
get_payment_detailFetch current payment, refund, and fraud status from iyzico reporting by payment ID or payment conversation ID. | Fetch current payment, refund, and fraud status from iyzico reporting by payment ID or payment conversation ID. |
create_linkCreate an iyzico Link payment product and return a shareable payment URL. | Create an iyzico Link payment product and return a shareable payment URL. |
create_fast_linkCreate an iyzico Fast Link for small one-time collections. | Create an iyzico Fast Link for small one-time collections. |
update_linkUpdate an existing iyzico Link product by token. | Update an existing iyzico Link product by token. |
get_linkGet iyzico Link product details by token. | Get iyzico Link product details by token. |
list_linksList iyzico Link products with optional paging. | List iyzico Link products with optional paging. |
update_link_statusSet an iyzico Link product to ACTIVE or PASSIVE. | Set an iyzico Link product to ACTIVE or PASSIVE. |
delete_linkDelete an iyzico Link product by token. | Delete an iyzico Link product by token. |
list_stored_cardsList cards stored in iyzico for a cardUserKey without collecting card numbers in Weavz. | List cards stored in iyzico for a cardUserKey without collecting card numbers in Weavz. |
delete_stored_cardDelete a stored iyzico card by cardUserKey and cardToken. | Delete a stored iyzico card by cardUserKey and cardToken. |
create_payment_with_stored_cardCreate an iyzico payment using an existing cardUserKey and cardToken, avoiding raw card data in Weavz. | Create an iyzico payment using an existing cardUserKey and cardToken, avoiding raw card data in Weavz. |
create_submerchantCreate an iyzico marketplace submerchant used for split settlement and submerchant transfers. | Create an iyzico marketplace submerchant used for split settlement and submerchant transfers. |
update_submerchantUpdate an existing iyzico marketplace submerchant account. | Update an existing iyzico marketplace submerchant account. |
get_submerchantRetrieve an iyzico submerchant by external ID. | Retrieve an iyzico submerchant by external ID. |
update_submerchant_item_priceUpdate submerchant payout amount or submerchant information for one iyzico payment transaction. | Update submerchant payout amount or submerchant information for one iyzico payment transaction. |
initialize_mass_payoutCreate an iyzico Mass Payout request with one or more payout items. | Create an iyzico Mass Payout request with one or more payout items. |
authorize_mass_payoutAuthorize an initialized iyzico Mass Payout request so valid items can be processed. | Authorize an initialized iyzico Mass Payout request so valid items can be processed. |
cancel_mass_payoutCancel an iyzico Mass Payout request and its items that are still in INIT status. | Cancel an iyzico Mass Payout request and its items that are still in INIT status. |
retrieve_mass_payoutRetrieve iyzico Mass Payout and item details by request ID or external mass payout ID. | Retrieve iyzico Mass Payout and item details by request ID or external mass payout ID. |
get_mass_payout_itemRetrieve a single iyzico Mass Payout item by reference code. | Retrieve a single iyzico Mass Payout item by reference code. |
get_mass_payout_balanceFetch the available iyzico Mass Payout balance for the merchant. | Fetch the available iyzico Mass Payout balance for the merchant. |
Triggers
| Name | Description |
|---|---|
webhook_receivedReceive iyzico payment, hosted page, or subscription webhooks and verify X-IYZ-SIGNATURE-V3. | Receive iyzico payment, hosted page, or subscription webhooks and verify X-IYZ-SIGNATURE-V3. |
Quick Start
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.