openapi: 3.1.1
info:
  title: PaymentTrigger
  version: 2.0.0
  description: Describes when in the order lifecycle a payment flow should be triggered. Typically useful for initiating checkouts and settlement flows.
  license:
    name: CC-BY-NC-SA 4.0 International
  contact:
    name: Beckn Labs
    url: https://beckn.io
components:
  schemas:
    PaymentTrigger:
      x-iri: https://schema.nfh.global/PaymentTrigger/v2.0
      description: Describes when in the order lifecycle a payment flow should be triggered. Typically useful for initiating checkouts and settlement flows.
      title: PaymentTrigger
      type: string
      enum:
      - PRE_ORDER
      - PRE_FULFILLMENT
      - ON_FULFILLMENT
      - POST_FULFILLMENT
      x-tags:
      - common
