Skip to content

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:

VisaMasterVisa
Kazakhstan
Master
Kazakhstan
Uzcard
Uzbekistan
Humocard
Uzbekistan
Card No.:4444333322221111Card No.:5555555555554444Card No.:4003075252881173Card No.:5167301901150490Card No.:8600557399028865Card No.:9860127687192063
Name:James SmithName:Allen BlackName:Olivia ThompsonName:Ethan MartinezName:Sophia WilsonName:Liam Patel
Expiration Date - Y:26Expiration Date - Y:26Expiration Date - Y:30Expiration Date - Y:32Expiration Date - Y:33Expiration Date - Y:33
Expiration Date - M:03Expiration Date - M:11Expiration Date - M:12Expiration Date - M:10Expiration Date - M:03Expiration Date - M:11
CVV:123CVV:357CVV:303CVV:708CVV:443CVV: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】

Released under the MIT License.