KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
pay-routing
★ 10
Open GitHub ↗
支付路由
Download README (.md)
Explore Similar Repositories
mips-cpu
:
MIPS CPU in verilog
DeSurv
:
No description available.
FDIA-and-MTD-for-power-system
:
My graduation project
django-dublin-inn-real-estate
:
A web application for a Real Estate Company based in Dublin, Ireland, that allows the user to find a house, being able to filter them by location, property type, or price range.
2fa
:
CLI Command for Two Factor Authentication.🚀
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pay-routing
?
Download (.md)
# pay-routing 用户在业务端请求支付时,需要选择一种支付方式,就是支付路由返回支付通道 ##设计目的 支付路由在支付系统中的承担如下职责: 1. 路由配置根据通道成本———省钱 2. 通道维护关闭路由可控———可用性。 3. 支持营销;降低运营成本。 ## 路由架构图  ## 路由主流程  ## 路由侧规则 > 1.渠道类型 -- 代收、代付、快捷支付等 > 2.卡类型 -- 信用卡、借记卡 > 3.账户类型 -- 对公、对私 > 4.交易限额 -- 单笔限额、日限额等 > 5.通道开通时间 > 6.费率 -- 单笔费率、阶梯费率等 ## 商户侧规则 > 1.商户限额 -- 日限额 to be continuing ...