当前位置:网站首页>Alipay transfer system background or API interface to avoid pitfalls
Alipay transfer system background or API interface to avoid pitfalls
2022-07-05 12:49:00 【QQ541645121】
Compared with the traditional wechat change solution, Alipay transfer system , It has the following advantages :
① Cause of solution High frequency transfer 、 Concentration of sensitive information Wait for wechat to kill the seal by mistake ;
② Cause of solution Wrong return 、 Leak back , The refund is slow Efficiency problems such as being blocked by complaints , Support EXCEL Import function one click back (easyExcel);
③ Cause of solution Customer service falsely takes others' orders to refund , Fans repeatedly submit refund information And other financial security issues ;
④ Avoid the risk of bank card being frozen by mistake ;
⑤ The transfer amount of Alipay is high 、 Risk control safety is guaranteed ;
at present , Alipay transfer system uses official capabilities API, Solve the pain points in the refund process 、 Difficult questions .

among ,ALIPAY_USER_ID That is, Alipay members ID, This parameter is difficult to obtain . According to the actual situation , Choose ALIPAY_USER_ID perhaps ALIPAY_LOGON_ID The way .
There will be accidents during debugging “SYSTEM_ERROR”, For financial security , It cannot be directly treated as a successful or failed transfer , It is suggested to consider using the same business order number to resend the request , Or call alipay.fund.trans.order.query To query the final status information of the transfer order .
Traditional wechat merchant ID is for red packets 、 Refund solution , The biggest problem is “ The enterprise pays the change ” Ability interface is difficult to apply 、 Very small amount , This scheme has been less and less used in the market .API The explanation is shown in the figure :

边栏推荐
- Solve the problem of cache and database double write data consistency
- Redis clean cache
- End to end neural network
- JSON parsing error special character processing (really speechless... Troubleshooting for a long time)
- Distributed solution - completely solve website cross domain requests
- struct MySQL
- Learning items
- HiEngine:可媲美本地的云原生内存数据库引擎
- Detailed steps for upgrading window mysql5.5 to 5.7.36
- How to design an interface?
猜你喜欢

Kotlin变量

HiEngine:可媲美本地的云原生内存数据库引擎

CVPR 2022 | 基于稀疏 Transformer 的单步三维目标识别器

10 minute fitness method reading notes (5/5)

Volatile instruction rearrangement and why instruction rearrangement is prohibited

Laravel文档阅读笔记-mews/captcha的使用(验证码功能)

NPM install reports an error

我在滴滴做开源

非技术部门,如何参与 DevOps?

Knowledge representation (KR)
随机推荐
OPPO小布推出预训练大模型OBERT,晋升KgCLUE榜首
Simply take stock reading notes (1/8)
MySQL log module of InnoDB engine
Programming skills for optimizing program performance
Take you hand in hand to develop a service monitoring component
Distance measuring sensor chip 4530a used in home intelligent lighting
ActiveMQ installation and deployment simple configuration (personal test)
Iterator details in list... Interview pits
Transactions from December 29, 2021 to January 4, 2022
Annotation problem and hidden Markov model
Solution to order timeout unpaid
非技术部门,如何参与 DevOps?
【云原生】Nacos-TaskManager 任务管理的使用
Transactions on December 23, 2021
Research: data security tools cannot resist blackmail software in 60% of cases
Understand redis persistence mechanism in one article
Pytorch two-layer loop to realize the segmentation of large pictures
Free testing of Taobao tmall API order and flag insertion remark interface
Average lookup length when hash table lookup fails
Experimental design - using stack to realize calculator