Skip to main content

A terminal based point of sale for Stripe

Project description

Banjara - TUI Point of Sale

Banjara (terminal) is a text based point of sale system designed for simplicity

Thesis

Technology

  • Textualize
  • Stripe
  • Tortoise ORM

Stripe examples

stripe.PaymentIntent.create(
  currency="aud",
  payment_method_types=["card_present"],
  capture_method="manual",
  amount=1998,
)
stripe.terminal.Reader.process_payment_intent(
  "tmr_F",
  payment_intent="pi_3O",
)
stripe.terminal.Reader.set_reader_display(
  "tmr_Fal",
  type="cart",
  cart={
    "line_items": [
      {"description": "Caramel latte", "amount": 659, "quantity": 1},
      {"description": "Dozen donuts", "amount": 1239, "quantity": 1},
    ],
    "currency": "aud",
    "tax": 100,
    "total": 1998,
  },
)

License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

banjara-0.1.0.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

banjara-0.1.0-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page