Skip to content
Back to Bayar Digital Documentation

Card snapshot

docs.bayar.digital · 2026-06-17 03:44:53 UTC · 36ef0f1a7e56522c8b10e4f20289109fd5a1c5f256d01fd9b34ee8a32f3cda5a

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Bayar Digital Documentation",
  "description": "Complete documentation for the Bayar Digital payment gateway API. Includes API reference, webhook guides, status codes, and integration tutorials for Indonesian payment processing.",
  "url": "https://docs.bayar.digital",
  "supportedInterfaces": [
    {
      "url": "https://docs.bayar.digital",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "version": "1.0.0",
  "documentationUrl": "https://docs.bayar.digital",
  "provider": {
    "organization": "Bayar Digital",
    "url": "https://bayar.digital"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "api-reference",
      "name": "API Reference",
      "description": "Complete API endpoint documentation with request/response examples, authentication details, and error codes.",
      "tags": [
        "api",
        "reference",
        "endpoints",
        "documentation"
      ],
      "examples": [
        "How to create a payment via API",
        "API authentication methods",
        "Error code reference"
      ]
    },
    {
      "id": "webhook-guide",
      "name": "Webhook Guide",
      "description": "Webhook event types, payload structures, security verification, and integration best practices.",
      "tags": [
        "webhooks",
        "events",
        "integration"
      ],
      "examples": [
        "Webhook event types and payloads",
        "Verify webhook signature",
        "Set up webhook endpoints"
      ]
    },
    {
      "id": "integration-tutorials",
      "name": "Integration Tutorials",
      "description": "Step-by-step guides for integrating the payment gateway in various programming languages and frameworks.",
      "tags": [
        "tutorials",
        "integration",
        "sdk",
        "guide"
      ],
      "examples": [
        "Node.js integration guide",
        "React payment form setup",
        "Mobile SDK quickstart"
      ]
    },
    {
      "id": "status-codes",
      "name": "Status and Error Codes",
      "description": "Complete reference of HTTP status codes, payment statuses, and error codes used by the Bayar Digital API.",
      "tags": [
        "status",
        "codes",
        "errors",
        "debugging",
        "troubleshooting"
      ],
      "examples": [
        "List all payment statuses",
        "Troubleshoot common error codes",
        "Understand API response statuses"
      ]
    }
  ]
}