Skip to content

shalakhin/fondy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fondy

Fondy.eu Python SDK

Install

pip install fondy

Usage example

from fondy import API
api = API(merchant_id, merchant_key, server_callback_url)
# generate Fondy payment url to checkout 200 UAH for "123456" order id
api.checkout('123456', 200 * 100)

Supported API endpoints

Endpoint Explanation
order_status Check order status
p2pcredit Pay to credit card
checkout Generate checkout URL

Requirements

  • requests