Qiwi · Agentic Access

Qiwi Agentic Access

x-agentic-access generated

Qiwi exposes 21 API operations that an AI agent could call, of which 12 are state-changing ‘acting’ operations. This is a recommended x-agentic-access execution contract — the scope, audience, consequence tier, short-lived token constraints, and escalation each action should carry before it is handed to an autonomous agent.

By consequence: 9 read, 3 write, and 9 physical.

Contracts are classified heuristically from the provider’s OpenAPI and refresh on every APIs.io network build; audience is bound per deployment. The model follows Curity’s Access Intelligence (apidays Munich 2026). Browse every provider’s agent contracts at agentic-access.apis.io.

PaymentsWalletPayoutsFintechBanking
Operations: 21 Acting: 12 Human-in-the-loop: 0 Method: generated

By consequence

read 9 write 3 physical 9

Highest-consequence actions

The physical and safety-critical operations an agent could invoke — the ones that most warrant scoped tokens, tight TTLs, and escalation. Full per-operation contracts are in the source below.

MethodPathConsequenceHuman-in-loop
PUT /partner/payin/v1/sites/{siteId}/bills/{billId} physical conditional
PUT /partner/payin/v1/sites/{siteId}/payments/sbp-token physical conditional
PUT /partner/payin/v1/sites/{siteId}/payments/{paymentId} physical conditional
PUT /partner/payin/v1/sites/{siteId}/payments/{paymentId}/captures/{captureId} physical conditional
POST /partner/payin/v1/sites/{siteId}/payments/{paymentId}/complete physical conditional
PUT /partner/payin/v1/sites/{siteId}/refunds/{refundId} physical conditional
POST /partner/payin/v1/sites/{siteId}/refunds/{refundId}/decline physical conditional
PUT /partner/payout/v1/sites/{siteId}/payouts/{payoutId} physical conditional
POST /partner/payout/v1/sites/{siteId}/payouts/{payoutId}/complete physical conditional

Source

Agentic Access

Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/qiwi-openapi.yml
description: Recommended x-agentic-access execution contracts, classified heuristically from
  the OpenAPI. A governance starting point for exposing this API to AI agents — review and bind
  audience per deployment. See research/curity/agentic-governance/.
summary:
  operations: 21
  by_action_class:
    acting: 12
    connected: 9
  by_consequence:
    physical: 9
    read: 9
    write: 3
  human_in_the_loop_required: 0
operations:
- path: /partner/payin/v1/sites/{siteId}/bills/{billId}
  method: put
  operationId: createInvoice
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /partner/payin/v1/sites/{siteId}/bills/{billId}
  method: get
  operationId: getInvoice
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /partner/payin/v1/sites/{siteId}/bills/{billId}/payments
  method: get
  operationId: listInvoicePayments
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /partner/payin/v1/sites/{siteId}/payments/{paymentId}
  method: put
  operationId: createPayment
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /partner/payin/v1/sites/{siteId}/payments/{paymentId}
  method: get
  operationId: getPayment
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /partner/payin/v1/sites/{siteId}/payments/{paymentId}/complete
  method: post
  operationId: completePayment3DS
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /partner/payin/v1/sites/{siteId}/payments/{paymentId}/captures/{captureId}
  method: put
  operationId: capturePayment
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /partner/payin/v1/sites/{siteId}/payments/{paymentId}/captures/{captureId}
  method: get
  operationId: getCapture
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /partner/payin/v1/sites/{siteId}/refunds/{refundId}
  method: put
  operationId: createRefund
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /partner/payin/v1/sites/{siteId}/refunds/{refundId}
  method: get
  operationId: getRefund
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /partner/payin/v1/sites/{siteId}/refunds
  method: get
  operationId: listRefunds
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /partner/payin/v1/sites/{siteId}/refunds/{refundId}/decline
  method: post
  operationId: declineRefund
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /partner/payin/v1/sites/{siteId}/qr
  method: post
  operationId: createQrCode
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /partner/payin/v1/sites/{siteId}/qr/{qrCodeUid}
  method: get
  operationId: getQrCode
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /partner/payin/v1/sites/{siteId}/payments/sbp-token
  method: put
  operationId: paySbpToken
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /partner/payin/v1/sites/{siteId}/check-card
  method: post
  operationId: checkCard
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /partner/payin/v1/sites/{siteId}/check-card/{checkId}
  method: get
  operationId: getCardCheck
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /partner/payin/v1/sites/{siteId}/check-card/{checkId}/complete
  method: post
  operationId: completeCardCheck
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /partner/payout/v1/sites/{siteId}/payouts/{payoutId}
  method: put
  operationId: createPayout
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /partner/payout/v1/sites/{siteId}/payouts/{payoutId}
  method: get
  operationId: getPayout
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /partner/payout/v1/sites/{siteId}/payouts/{payoutId}/complete
  method: post
  operationId: completePayout
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required