新建支付结算系统demo 1、支付结算平台产生两组密钥,分别是支付结算平台的私钥和公钥、业务系统的公钥和私钥 2、业务系统存放业务系统的私钥和支付结算平台提供的公钥 3、请求接口时, 需传入: businessId 业务渠道编号(由支付结算平台提供) sign 签名 content 参数(加密的) version 接口版本号(可选,默认v1.0.0) contentEncoding 参数编码(可选,默认utf-8) 4、请求参数转换为json格式的字符串 4、加密方式为RSA,在业务系统中,用支付结算平台的公钥对请求参数(请求参数中需包括businessId)进行加密,加密后的密文即为:content, 5、签名:对于加密后的密文,用业务系统的私钥进行签名,签名后的名字即为:sign。
-
Notifications
You must be signed in to change notification settings - Fork 1
sdmjhca/payment-demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
新建支付结算系统demo
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published