flask_payment_api:Flask API处理信用卡付款

时间:2021-03-10 16:43:19
【文件属性】:
文件名称:flask_payment_api:Flask API处理信用卡付款
文件大小:9KB
文件格式:ZIP
更新时间:2021-03-10 16:43:19
Python 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
----templates()
--------layout.html(1KB)
----Pipfile.lock(9KB)
----README.md(745B)
----Pipfile(191B)
----payment_app.py(12KB)
----payment_form.py(1KB)

网友评论