API Documentation
Notice
  1. The currency type for transaction is HKD (Hong Kong Dollar) by default. The unit used in payment amount is "cent" and must be an integer.
  2. Payment result notifications may be sent from the payment system to the Merchant’s backend multiple times, a single payment result might be notified to the Merchant’s backend multiple times. For this reason, the Merchant’s system must be able to handle duplicate notifications properly.
  3. After receiving payment result notifications from Merchant’s backend, merchant’s system should process the status of their order and should return the string "success" (case insensitive). The payment system will continue to send payment result notifications within three hours if the payment system do not receive merchant’s response with the string "success".
  4. Parameter names are case-sensitive
  5. All parameters are passed as string value
  6. The timezone of all the datetime-related parameters are GMT+8.