new-zealand-payments

Let AI agents accept payments in New Zealand (NZD) — cards, Apple Pay / Google Pay — via Stripe Checkout .

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • Create Payment Link: Create a payment link in NZD for New Zealand via Stripe (Checkout Sessions). Buyer pays with cards, Apple Pay / Google Pay — whatever is enabled on the Stripe account. Returns a h
  • Query Payment Status: Check whether a New Zealand payment (created by create_payment_link) has been paid. Queries Stripe directly — pull-based, no webhook needed. paid=true when status is PAID.

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Let AI agents accept payments in New Zealand (NZD) — cards, Apple Pay / Google Pay — via Stripe Checkout . Stateless, bring-your-own credentials (x-stripe-secret-key), never holds funds. Owner policy guardrails: x-agentpay-max-amount / x-agentpay-approval-above.

Список инструментов сервера (2)

Технические названия из tools/list. Нужны только разработчикам.

create_payment_linkCreate a payment link in NZD for New Zealand via Stripe (Checkout Sessions). Buyer pays with cards, Apple Pay / Google Pay — whatever is enabled on the Stripe account. Returns a hosted checkout URL the buyer opens to pay — payment completes automatically, no confirm step. Bring your own credentials via HTTP header (x-stripe-secret-key; free test credentials from dashboard.stripe.com never move real money). Money always flows buyer→Stripe→merchant; this service never touches funds.
query_payment_statusCheck whether a New Zealand payment (created by create_payment_link) has been paid. Queries Stripe directly — pull-based, no webhook needed. paid=true when status is PAID.
new-zealand-payments: подключить к Claude, ChatGPT, Cursor · Connectors.fun