{
  "provider_id": "provider_stripe_stablecoin_primary",
  "provider_name": "Stripe Stablecoin Provider Rail",
  "provider_type": "stripe_stablecoin",
  "rail_mode": "checkout",
  "supported_assets": [
    "USDC"
  ],
  "accepted_currencies": [
    "USD"
  ],
  "confirmation_mode": "webhook_confirmation",
  "webhook_signature_profile": {
    "signature_required": true,
    "event_types": [
      "payment.confirmed",
      "checkout.session.completed",
      "settlement.available"
    ]
  },
  "credit_funding_rule": {
    "funds_credit_account": true,
    "credit_unit": "wever_labs_credit",
    "release_policy": "provider_confirmation_to_credit_entitlement",
    "refund_behavior": "reverse_available_credits_or_mark_negative_balance",
    "dispute_behavior": "freeze_related_credit_entitlement"
  },
  "receipt_contract": {
    "settlement_receipt_schema": "https://weverlabs.com/schemas/agent-settlement-receipt.schema.json",
    "usage_receipt_schema": "https://weverlabs.com/schemas/tokenops-usage-receipt.schema.json",
    "result_contract_schema": "https://weverlabs.com/schemas/agent-result-contract-v2.schema.json"
  },
  "supported_tools": [
    "tokenops",
    "packetops",
    "distributionops",
    "wever_labs_os"
  ],
  "links": {
    "provider_abstraction": "https://weverlabs.com/settlement-provider-abstraction/",
    "payment_rails": "https://weverlabs.com/payment-rails/",
    "settlement_receipts": "https://weverlabs.com/settlement-receipts/",
    "os_support_matrix": "https://weverlabs.com/os-support-matrix/"
  }
}
