openapi: 3.1.1 info: title: AcceptedPaymentMethod version: 2.0.0 description: Payment methods accepted by a payee license: name: CC-BY-NC-SA 4.0 International contact: name: Beckn Labs url: https://beckn.io components: schemas: AcceptedPaymentMethod: $id: https://schema.beckn.io/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