{
  "@context": "https://schema.org",
  "@type": "ItemList",
  "name": "Accepted Payment Methods",
  "itemListElement": [
    {
      "method": "promptpay",
      "currency": "THB",
      "sla": "instant",
      "region": "TH"
    },
    {
      "method": "bank_transfer_th",
      "currency": "THB",
      "sla": "P95 < 30min",
      "region": "TH"
    },
    {
      "method": "card_visa_mc",
      "currency": [
        "THB",
        "USD",
        "AUD",
        "EUR",
        "GBP",
        "SGD"
      ],
      "sla": "instant",
      "3ds": true
    },
    {
      "method": "wise_transfer",
      "currency": [
        "USD",
        "AUD",
        "EUR",
        "GBP"
      ],
      "sla": "P95 < 24h"
    },
    {
      "method": "stablecoin_usdc",
      "network": "polygon",
      "sla": "P95 < 5min"
    },
    {
      "method": "paypal",
      "currency": [
        "USD",
        "AUD",
        "EUR",
        "GBP"
      ],
      "sla": "instant"
    }
  ]
}