Recently, when we are building the country's first Internet + risk management platform (Risk Valley), we need to connect with the third-party payment platform "Guofubao" for online transactions.
I have connected with Alipay before and it feels very simple. When I got the interface document of Guofubao, I was dizzy. There are dozens of fields. Let’s talk about my experience in the docking process.
1. Try not to make online orders and returns
Originally I wanted to order online and pay online through Guofubao. After I found out that it was successful, I will push it from Guofubao. information is easily lost.
I found Guofubao’s technical support, and the reply they gave was that the information had been pushed in the background, but we didn’t receive it. You said it was given, but I said I didn’t receive it. That’s nonsense.
And if the user wants to return the product, it will take 7 working days to refund the purchase price to the user's bank card.
So, we gave up this online payment method and changed to online recharge before purchasing. Trust 100 also does the same.
2. The backend docking feedback service of Guofubao needs to be deduplicated
I thought that after the transaction is successful, Guofubao can push information to our backend service address , I didn’t expect that sometimes it would be pushed non-stop, 6 times in total, 1 time per minute,
Our backend database is full of duplicate data, I found Guofubao technical support, and the reply was to avoid being unable to receive it. Due to the situation of information, we set up such a push mechanism, sweat...
Therefore, the merchant backend needs to do the information de-duplication function.
3. Some banks have delays
During the online test of the website, it was found that some banks had delays when recharging, such as ICBC and China Construction Bank, at 10:18 on a certain day The recharged value did not arrive until 10:36,
. I thought there was something wrong with the program. After checking it for a long time, I consulted Guofubao technical support, who said there was a problem with the bank connection, and I was sweating again.
4. The demo provided by Guofubao is not good
My website uses PHP prophecy. The demo provided by Guofubao contains PHP, but it cannot be used at all. , such as the HttpClient program, contact Guofubao technical support,
They said they were helpless, and no matter how hard they sweated, they finally solved the problem by themselves.
In general, although the docking fee of Guofubao is much cheaper than Alipay, the docking process is troublesome and the cycle is long, which is the shortcoming of Guofubao (It took more than half a month to adjust ),
and sometimes the technical support is not good enough. can only tell you whether their background information has been received and pushed, but there is no other way to support it. It is impossible for your family to debug their program. ,
Sometimes I still can’t find anyone.
I’m complaining here, please forgive me! http://www.pwitsoft.com
Copyright Statement: This article is an original article by the blogger and may not be reproduced without the blogger's permission.
Copyright Statement: This article is an original article by the blogger and may not be reproduced without the blogger's permission.
The above has introduced the complaint about the docking process between PHP and Guofubao, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.