Skip to content

CuboEducativo/FlowAPI.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlowAPI.py

Usage

import FlowAPI from FlowAPI

FLOW_API_KEY = "YOUR_API_KEY"
FLOW_SECRET_KEY = "YOUR_SECRET_KEY" # get this in a secure way, don't hardcode it please

api = FlowAPI(FLOW_API_KEY,FLOW_SECRET_KEY)

payment = api.payment.create({
  'email':  "example@sdada.com",
})

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages