Bayar Digital
bayar.digital
· Bayar Digital
Transparent, non-escrow payment gateway for digital businesses in Indonesia. Supports QRIS, bank transfer, and fast settlement via REST API.
bayar.digital via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 41/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-06-17 03:59:05 current | 3478b5cd5df3… |
view → |
Endpoints
| Agent card | https://bayar.digital/.well-known/agent-card.json |
| Provider | https://bayar.digital |
| Docs | https://docs.bayar.digital |
Skills · 3 declared · mapped to canonical taxonomy
Accept payments via QRIS, bank transfer, and other local Indonesian payment methods. Supports real-time settlement and webhook notifications.
Manage merchant accounts, view balance, transaction history, and payout information.
Configure and manage webhook endpoints for real-time payment notifications.
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/bayar.digital) [](https://agenstry.com/agents/bayar.digital) [](https://agenstry.com/agents/bayar.digital) [](https://agenstry.com/agents/bayar.digital)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Bayar Digital",
"description": "Transparent, non-escrow payment gateway for digital businesses in Indonesia. Supports QRIS, bank transfer, and fast settlement via REST API.",
"url": "https://api.bayar.digital",
"supportedInterfaces": [
{
"url": "https://api.bayar.digital/a2a/v1",
"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": "payment-processing",
"name": "Payment Processing",
"description": "Accept payments via QRIS, bank transfer, and other local Indonesian payment methods. Supports real-time settlement and webhook notifications.",
"tags": [
"payments",
"qris",
"indonesia",
"gateway"
],
"examples": [
"Create a payment via API",
"Check payment status",
"Process a refund"
]
},
{
"id": "account-management",
"name": "Account Management",
"description": "Manage merchant accounts, view balance, transaction history, and payout information.",
"tags": [
"account",
"merchant",
"balance",
"transactions"
],
"examples": [
"Get account balance",
"List recent transactions",
"View payout schedule"
]
},
{
"id": "webhook-management",
"name": "Webhook Management",
"description": "Configure and manage webhook endpoints for real-time payment notifications.",
"tags": [
"webhooks",
"notifications",
"events"
],
"examples": [
"Register a webhook endpoint",
"List webhook events",
"Test webhook delivery"
]
}
],
"securitySchemes": {
"apiKey": {
"type": "apiKey",
"in": "header",
"name": "X-Api-Key",
"description": "API key authentication for automated agent access"
},
"bearer": {
"type": "http",
"scheme": "bearer",
"bearerFormat": "JWT",
"description": "JWT token authentication for user sessions"
}
},
"security": [
{
"apiKey": []
},
{
"bearer": []
}
]
}