当前位置:网站首页>What is third-party payment?
What is third-party payment?
2022-08-11 03:26:00 【susu98637】
Introduction to the three-party payment channel
First, choose the payment method that suits you
Choose different payment methods for different scenarios, choose H5 payment on the mobile terminal, scan code payment or online banking payment on the PC terminal.Many novices did not choose the right one. For example, WeChat mobile payment should choose WeChat H5 payment, but he chose to pay with WeChat public account H5, and he would not be able to access it later.
Second, understand the third-party payment process
Know how your system interacts with the third-party system, this is very important and easy to be ignored, because this is not clear, and the next is the biggest problem, basically the firstThe three-party payment platforms all provide payment interaction diagrams. The payment platforms are generally the same, that is, to call the payment platform's order interface, users go to them to complete the payment, and then transfer back to their own system after the payment is successful.
3. Understand the payment development process
Apply for a merchant payment account and configure related payment information, domain name information, RSA signature information, etc., and prepare account key information for program development.
Fourth, download the third-party platform payment documents and payment demo
According to the payment method and your own system, choose the corresponding payment document and the corresponding development language demo. Some official demos also have problems. Either the code is incomplete or redundant. It is best to find some simple ones developed by individuals.demo.The docking time can be greatly shortened.
5. Synthesize request business data and callback business data verification
Encrypt and sign the request data according to the document, and synthesize the request data to obtain the third-party callback data verification data. Once the request data and the callback data are obtained orSynthesis can also save tests, which can reduce testing time.
Six, quick access
If it is an open source system, try to choose payment plug-ins, such as open source systems, magento, ecshop payment plug-ins, which greatly shorten the access time, mainly to understand how to install plug-ins and configure plug-ins.
7. Teamwork, provide docking interface documents for the front-end
The back-end and the third-party payment platform are well connected, try not to test with the front-end joint debugging, you can use the ios scheme or write some simple demos yourself, and thenProvide the front-end program with the interfaces he said he needs, such as the ordering interface, the payment success query interface (basically all required), and give it in the form of a document and call the demo to reduce the team communication time.
边栏推荐
- 21 Day Learning Challenge Week 1 Summary
- AI+医疗:使用神经网络进行医学影像识别分析
- Typescript学习笔记 | 字节青训营笔记
- QueryDet: Cascading Sparse Query Accelerates Small Object Detection at High Resolution
- this question in js
- 分布式和集群的区别和联系
- Talk about the understanding of RPC
- A practice arrangement about map GIS (below) GIS practice of Redis
- 获取链表长度
- Qnet弱网测试工具操作指南
猜你喜欢
《人生若如初见》命运多舛,人物饱满,朱亚文角色反差太惊喜
Salesforce解散中国团队,什么样的CRM产品更适合中国人
CSDN 博客更换皮肤
Summary of debugging skills
最倒霉与最幸运
轮转数组问题:如何实现数组“整体逆序,内部有序”?“三步转换法”妙转数组
Ten Advanced Concepts of SQL Development
QueryDet: Cascading Sparse Query Accelerates Small Object Detection at High Resolution
多串口RS485工业网关BL110
I didn't expect MySQL to ask these...
随机推荐
CSDN 博客更换皮肤
What has programmatic trading changed?
Goodbye Guangzhou paper invoices!The issuance of electronic invoices for accommodation fees will completely replace the invoices of hotels, restaurants and gas stations
元素的BFC属性
Add support for Textbundle
Typescript study notes | Byte Youth Training Notes
轮转数组问题:如何实现数组“整体逆序,内部有序”?“三步转换法”妙转数组
flink The object probably contains or references non serializable fields.
Window function application of sum and count
聊聊对RPC的理解
浅析一下期货程序化交易好还是手工单好?
浮点数在内存中的存储方式
“京台高铁”亮相百度地图,真能在2035年建成吗?
怎么删除语句审计日志?
Kubernetes集群搭建Zabbix监控平台
广州纸质发票再见!开住宿费电子发票即将全面取代酒店餐饮加油站发票
typedef定义结构体数组类型
最倒霉与最幸运
你不知道的 console.log 替代品
Briefly, talk about the use of @Transactional in the project