turkey-payments
Let AI agents accept payments in Turkey (TRY) — local Turkish cards with taksit installments — via iyzico Checkout Form.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Create Payment Link: Create a payment link in TRY for Turkey via iyzico (Checkout Form). Buyer pays with local Turkish cards with taksit (installments), international cards. Returns a hosted checkout
- Query Payment Status: Check whether a Turkey payment (created by create_payment_link) has been paid. Queries iyzico directly — pull-based, no webhook needed. paid=true when status is PAID.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Let AI agents accept payments in Turkey (TRY) — local Turkish cards with taksit installments — via iyzico Checkout Form. Stateless, bring-your-own credentials (x-iyzico-api-key / x-iyzico-secret-key), never holds funds. Owner policy guardrails: x-agentpay-max-amount / x-agentpay-approval-above.
Список инструментов сервера (2)
Технические названия из tools/list. Нужны только разработчикам.
| create_payment_link | Create a payment link in TRY for Turkey via iyzico (Checkout Form). Buyer pays with local Turkish cards with taksit (installments), international cards. Returns a hosted checkout URL the buyer opens to pay — payment completes automatically, no confirm step. Bring your own credentials via HTTP header (x-iyzico-api-key; free test credentials from sandbox-merchant.iyzipay.com never move real money). Money always flows buyer→iyzico→merchant; this service never touches funds. |
| query_payment_status | Check whether a Turkey payment (created by create_payment_link) has been paid. Queries iyzico directly — pull-based, no webhook needed. paid=true when status is PAID. |