ukraine-payments
Let AI agents accept payments in Ukraine (UAH) — cards, Apple Pay / Google Pay — via LiqPay (PrivatBank).
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Create Payment Link: Create a payment link in UAH for Ukraine via LiqPay. Buyer pays with cards, Apple Pay / Google Pay via LiqPay (PrivatBank). Returns a hosted checkout URL the buyer opens to pay —
- Query Payment Status: Check whether a Ukraine payment (created by create_payment_link) has been paid. Queries LiqPay 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 Ukraine (UAH) — cards, Apple Pay / Google Pay — via LiqPay (PrivatBank). Stateless, bring-your-own credentials (x-liqpay-public-key), 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 UAH for Ukraine via LiqPay. Buyer pays with cards, Apple Pay / Google Pay via LiqPay (PrivatBank). Returns a hosted checkout URL the buyer opens to pay — payment completes automatically, no confirm step. Bring your own credentials via HTTP header (x-liqpay-public-key; free test credentials from liqpay.ua never move real money). Money always flows buyer→LiqPay→merchant; this service never touches funds. |
| query_payment_status | Check whether a Ukraine payment (created by create_payment_link) has been paid. Queries LiqPay directly — pull-based, no webhook needed. paid=true when status is PAID. |