The characteristics of this payment interface are mainly to use xml files to record order details and payment details. The code is relatively simple. Just replace the merchant number and merchant key with your own, and replace the callback URL with your website, and you can use it. Through this example, you can also have a good understanding of the basic working principles of general online payment interfaces.
The pay.config file records the payment details, and order.config is the order details.
Expand