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.
Raw error
HTTP 502
Dispute or improve this rating
D
Conformance score: 43/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. 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 30 probes
Who's calling this agent 30d
2 interactions captured (impressions + lookups + A2A calls)
rest
2
Public teaser: top-3 per dimension only. Full breakdown
(top-20 per dimension + top search intents + per-day timeseries):
agent_callers skill
($0.05/call, $0 on
Enterprise).
Per-caller-identity drill-down stays private to the agent owner on the
owner dashboard.
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": []
}
]
}