flask_payment_api:Flask API处理信用卡付款 源码
Flask Payment Web API 要求我在测试中创建的Flask Web API不包含信用卡号的“ MOD 10算法”检查(假设它们对于测试目的是正确的)。 功能 ProcessPayment() :在满足以下要求的情况下处理信用卡付款: - CreditCardNumber (mandatory, string, it should be a valid credit card number) - CardHolder: (mandatory, string) - ExpirationDate (mandatory, DateTime, it cannot be in the past) - SecurityCode (optional, string, 3 digits) - Amount (mandatory decimal, positive amount) - Ca
文件列表
flask_payment_api-master.zip
(预估有个6文件)
flask_payment_api-master
templates
layout.html
1KB
Pipfile.lock
9KB
README.md
745B
Pipfile
191B
payment_app.py
12KB
payment_form.py
1KB
暂无评论