We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 257f60b commit dc53384Copy full SHA for dc53384
README.md
@@ -0,0 +1,20 @@
1
+Introduction
2
+==
3
+ 
4
+This is an unofficial allPay(歐付寶) SDK implemented in Python3 . only main functions are implemented now.
5
+CheckOutString(), CheckOut(), CheckOutFeedback() has been implemented.
6
+In general, it could be used in all python3 webframework (like flask , bottle) ..etc
7
+
8
+**[!!NOTE!!] allPay may updates their SDK constantly, if `pyallpay` doesn't work. Please file a issue.**
9
10
+### For Python 2, please refer to the [pyallpay](https://github.com/lockys/pyAllpay) by @ lockkys.
11
12
+Features:
13
14
+Checkout a payment in ...
15
+- [x] ALL
16
+- [x] CVS
17
+- [x] ATM
18
+- [x] WebATM
19
+- [x] BarCode
20
+- [x] Credit card
0 commit comments