GetPaid · Agentic Access

GetPaid Agentic Access

x-agentic-access generated

GetPaid exposes 16 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: 4 read, 7 write, and 5 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.

CompanyPaymentsEmbedded PaymentsSplit SettlementCheckoutMarketplaceOnboardingSubscriptionsAgent PaymentsEurope
Operations: 16 Acting: 12 Human-in-the-loop: 0 Method: generated

By consequence

read 4 write 7 physical 5

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
POST /v2/checkouts physical conditional
POST /v2/checkouts/query physical conditional
POST /v2/payments physical conditional
POST /v2/payments/query physical conditional
POST /v2/payments/{payment_id}/refunds physical conditional

Source

Agentic Access

Raw ↑
generated: '2026-07-19'
method: generated
source: openapi/getpaid-openapi-original.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: 16
  by_action_class:
    acting: 12
    connected: 4
  by_consequence:
    write: 7
    physical: 5
    read: 4
  human_in_the_loop_required: 0
operations:
- path: /oauth/token
  method: post
  operationId: request_access_token
  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: /v2/checkouts
  method: post
  operationId: create_checkout
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - payments:read_write
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/checkouts/{checkout_id}
  method: get
  operationId: get_checkout
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - payments:read
    - payments:read_write
    token:
      max-ttl: 3600
    audit: none
- path: /v2/checkouts/query
  method: post
  operationId: query_checkouts
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - payments:read
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/payments
  method: post
  operationId: create_payment
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - payments:read_write
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/payments/{payment_id}
  method: get
  operationId: get_payment
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - payments:read
    - payments:read_write
    token:
      max-ttl: 3600
    audit: none
- path: /v2/payments/{payment_id}/refunds
  method: post
  operationId: refund_payment
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - payments:read_write
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/payments/query
  method: post
  operationId: query_payments
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - payments:read
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/accounts/query
  method: post
  operationId: query_accounts
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - accounts:read
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/accounts/{account_id}/themes
  method: get
  operationId: get_account_themes
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - accounts:read
    token:
      max-ttl: 3600
    audit: none
- path: /v2/applications
  method: post
  operationId: create_application
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - accounts:read_write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/applications/{application_id}
  method: get
  operationId: get_application
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - accounts:read
    token:
      max-ttl: 3600
    audit: none
- path: /v2/applications/{application_id}/refresh
  method: post
  operationId: refresh_application
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - accounts:read_write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/applications/{application_id}/cancel
  method: post
  operationId: cancel_application
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - accounts:read_write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/applications/query
  method: post
  operationId: query_applications
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - accounts:read
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/{resource_type}/query
  method: post
  operationId: query_resources
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - payments:read
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required