Installation

Usage

Import Paymanai and set up the client with your Agent’s API Key alongside the environment

Make sure you are in ‘sandbox’ when testing
example.py
from paymanai import Paymanai

client = Paymanai(
x_payman_api_secret=os.getenv("PAYMAN_API_SECRET"), # This is the default and can be omitted
environment="sandbox" # defaults to 'sandbox'
)

GitHub Repository

Python SDK Repo

Repository for Payman Python SDK