kazakhstan-payments
Let AI agents accept payments in Kazakhstan (KZT) — cards, Apple Pay / Google Pay — via Freedom Pay.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаRU / СНГБесплатноТолько чтение
Что умеет
- Create Payment Link: Create a payment link in KZT for Kazakhstan via Freedom Pay. Buyer pays with cards, Apple Pay / Google Pay via Freedom Pay. Returns a hosted checkout URL the buyer opens to pay —
- Query Payment Status: Check whether a Kazakhstan payment (created by create_payment_link) has been paid. Queries Freedom Pay directly — pull-based, no webhook needed. paid=true when status is PAID.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Let AI agents accept payments in Kazakhstan (KZT) — cards, Apple Pay / Google Pay — via Freedom Pay. Stateless, bring-your-own credentials (x-freedompay-merchant-id), 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 KZT for Kazakhstan via Freedom Pay. Buyer pays with cards, Apple Pay / Google Pay via Freedom Pay. Returns a hosted checkout URL the buyer opens to pay — payment completes automatically, no confirm step. Bring your own credentials via HTTP header (x-freedompay-merchant-id; free test credentials from freedompay.kz never move real money). Money always flows buyer→Freedom Pay→merchant; this service never touches funds. |
| query_payment_status | Check whether a Kazakhstan payment (created by create_payment_link) has been paid. Queries Freedom Pay directly — pull-based, no webhook needed. paid=true when status is PAID. |