❔ How do I process a Alipay or WeChat Pay payment QR code (I scan the customer's payment code)...

FAFélix An2/23/2023
...by calling their APIs?
AAngius2/23/2023
Most likely
FAFélix An2/23/2023
I mean, how?
FAFélix An2/23/2023
Like, how do I use the APIs?
FAFélix An2/23/2023
Expected behaviour: User sets desired amount of money to collect in program, then scans the payment code, causing the numbers to be entered into the program. The program then sends this code to the Alipay/WeChat Pay API (depending on which payment method is used) to collect the money, and tell the user if it was successful or not.
CCaptainSh4dow2/23/2023
what their docs says?
EEric.Xu2/23/2023
The WeChat api or Alipay have a callback url
EEric.Xu2/23/2023
that url will show the QR code to let customer pay
EEric.Xu2/23/2023
Or you can search the github, there’s a library can do all things for you by input some configuration variables
AAccord2/24/2023
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.