Collaction Transaction Test
In the testing environment, Checus provides comprehensive simulation strategies to facilitate merchants in debugging the processing flow of different payment results during the integration process.
1. Result Simulation
1.1 Redirect-based payment methods:
During merchant integration testing, merchants can select the payment method and enter payment information in the correct format to initiate a simulated payment on the simulation interface. (In the testing environment, no actual deduction takes place; the simulation only verifies the format of the payment information and does not validate the authenticity of the account.)
The acceptance method and expected results are as follows:
- Payment successful: The foreground page will enter to the success result page, and the server will immediately get a callback notification of the success status.
- Payment failed: The foreground page will enter to the failure result page. If you need to inspect and accept the failure status callback of the server, please click the Close button in the result page to close the cashier page.
- Pending: The foreground page will enter to the pending page. The server will not receive a callback.

1.2 Direct payment methods :
- If success, any amount except the fixed amounts listed below;
- If failed, fixed amount (local currency) can be set: 15, 500, 1.12, 20000, or 25000;
- If pending, fixed amount (Local currency) can be set: 6、 60、600、16000.
Please note that the totalAmount you set must be within the limit of the current payment method. Simulate 3ds certification:Passing in a specific amount of 222 can simulate 3ds authentication. If 3ds chooses authentication to be successful, the payment will be successful. If 3ds chooses authentication to fail, the payment will fail.
For card payment, in UAT environment testing, please use the following test card numbers:
Visa | Master | Visa Kazakhstan | Master Kazakhstan | Uzcard Uzbekistan | Humocard Uzbekistan |
---|---|---|---|---|---|
Card No.:4444333322221111 | Card No.:5555555555554444 | Card No.:4003075252881173 | Card No.:5167301901150490 | Card No.:8600557399028865 | Card No.:9860127687192063 |
Name:James Smith | Name:Allen Black | Name:Olivia Thompson | Name:Ethan Martinez | Name:Sophia Wilson | Name:Liam Patel |
Expiration Date - Y:26 | Expiration Date - Y:26 | Expiration Date - Y:30 | Expiration Date - Y:32 | Expiration Date - Y:33 | Expiration Date - Y:33 |
Expiration Date - M:03 | Expiration Date - M:11 | Expiration Date - M:12 | Expiration Date - M:10 | Expiration Date - M:03 | Expiration Date - M:11 |
CVV:123 | CVV:357 | CVV:303 | CVV:708 | CVV:443 | CVV:635 |
2. Test Cases
After completing the product capability access, in order to help merchants verify the correctness of Collection product functions and understand expected behaviors of each API, PayMax provides developers with complete test cases. You can download on demand according to different integration modes in actual docking:
(1) 【Cashier Payment】
(2) 【Direct API】
(3) 【PayByLink】