openapi: 3.1.1 info: title: CheckoutTerminal version: 2.0.0 description: The checkout terminal where the consumer makes the payment license: name: CC-BY-NC-SA 4.0 International contact: name: Beckn Labs url: https://beckn.io components: schemas: CheckoutTerminal: $id: https://schema.beckn.io/CheckoutTerminal/v2.0 $schema: https://json-schema.org/draft/2020-12/schema description: The checkout terminal where the consumer makes the payment title: CheckoutTerminal type: string enum: - BAP_CHECKOUT - BPP_CHECKOUT - ESCROW_CHECKOUT_URL - PROVIDER_POS - FULFILLMENT_AGENT_POS x-tags: - common