kazakhstan-payments
Let AI agents accept payments in Kazakhstan (KZT) — cards, Apple Pay / Google Pay — via Freedom Pay.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inRU / CISFreeRead-only
What it can do
- 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.
What data it sees
Do you need an account
No: the server works without sign-in
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.
Server tool list (2)
Raw names from tools/list. Only developers need these.
| 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. |