POS25
  • πŸ‘‹Welcome to POS25
  • Features
    • πŸ–₯️Offline payment
      • πŸ”³QR code scanning
      • ✨NFC tap to pay
      • πŸ—ƒοΈCard
  • ☁️Online payment
    • πŸ›…Checkout page
    • πŸ’³Card EMV acceptance
    • πŸ”³QR payment
  • Page
  • πŸ“’Contract Addresses
  • API Integration
    • πŸ“ͺAPI
    • 1. Get list chains support
    • 2. Get list of assets support
    • 3. Create link payment (Support QR code)
    • 4. NFC payment
  • SDK Integration
    • πŸ› οΈTypescript SDK
    • πŸ› οΈPython SDK
    • βš™οΈMobile SDK
    • πŸ› οΈHow to use SDK
    • πŸ•ΈοΈChange log
  • Reference documents
    • πŸ–₯️For Developers
  • Terms
  • Privacy
Powered by GitBook
On this page
  • Installing the Python SDK
  • Using the Python SDK
  • Additional information
  1. SDK Integration

Python SDK

POS25 provides a fully supported Python SDK. POS25 strongly encourages you to use the Python SDK for app development whenever possible.

PreviousTypescript SDKNextMobile SDK

Last updated 1 year ago

Installing the Python SDK

On a terminal run the below command to install the Python SDK from or :

If you using Windows:

pip install pos25

else

pip3 add pos25

Using the Python SDK

See the for code examples showing how to use the Python SDK

Additional information

πŸ› οΈ
Source
Pypi
Using document
Python SDK source code
Python SDK at Pypi