{
  "$id": "https://schema.nfh.global/AcceptedPaymentMethod/v2.0",
  "x-iri": "https://schema.nfh.global/AcceptedPaymentMethod/v2.0",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "description": "Payment methods accepted by a payee",
  "title": "AcceptedPaymentMethod",
  "type": "array",
  "items": {
    "type": "string",
    "enum": [
      "UPI",
      "CREDIT_CARD",
      "DEBIT_CARD",
      "WALLET",
      "BANK_TRANSFER",
      "CASH",
      "APPLE_PAY"
    ]
  },
  "x-jsonld": {
    "@id": "beckn:acceptedPaymentMethod"
  },
  "x-tags": [
    "common"
  ]
}
