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",
})-
Notifications
You must be signed in to change notification settings - Fork 0
License
CuboEducativo/FlowAPI.py
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published