oman-payments

Let AI agents accept payments in Oman (OMR) — cards, Apple Pay — via Tap Payments.

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

Что умеет

  • Create Payment Link: Create a payment link in OMR for Oman via Tap Payments. Buyer pays with cards, Apple Pay — whatever is enabled on the Tap account. Returns a hosted checkout URL the buyer opens to
  • Query Payment Status: Check whether a Oman payment (created by create_payment_link) has been paid. Queries Tap Payments directly — pull-based, no webhook needed. paid=true when status is PAID.
  • Refund Payment: Refund a paid payment (created by create_payment_link). Full refund by default; pass amount for a partial refund where supported. Refunds respect the same owner policy guardrails (x-ag

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

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

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

Let AI agents accept payments in Oman (OMR) — cards, Apple Pay — via Tap Payments. Stateless, bring-your-own credentials (x-tap-secret-key), never holds funds. Owner policy guardrails: x-agentpay-max-amount / x-agentpay-approval-above.

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

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

create_payment_linkCreate a payment link in OMR for Oman via Tap Payments. Buyer pays with cards, Apple Pay — whatever is enabled on the Tap 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-tap-secret-key; free test credentials from businesses.tap.company never move real money). Money always flows buyer→Tap Payments→merchant; this service never touches funds.
query_payment_statusCheck whether a Oman payment (created by create_payment_link) has been paid. Queries Tap Payments directly — pull-based, no webhook needed. paid=true when status is PAID.
refund_paymentRefund a paid payment (created by create_payment_link). Full refund by default; pass amount for a partial refund where supported. Refunds respect the same owner policy guardrails (x-agentpay-max-amount) as payments — the amount is checked before anything is sent to the gateway.
oman-payments: подключить к Claude, ChatGPT, Cursor · Connectors.fun