Sandbox Testcases
The sandbox contains a list of test cases meant to assist you in implementation.
It is also the intention that you can use the sandbox for automatic integration testing of your service. We will not modify individual test cases and will deprecate them with a sufficient grace period if need be.
Warning
Test cases are valid only when using your TEST API key
Testcases for card payments
Paybyrd's servers will respond accordingly to the table below:
Operation | Test case | Expected result |
---|---|---|
Pre Auth / Auth | 0.01 ~ 10.00 | Denied |
Pre Auth / Auth | 10.01 | Timeout |
Pre Auth / Auth | 10.02 | Error |
Pre Auth / Auth | >= 11.00 | Success |
Capture | 0.01 ~ 20.00 | Denied |
Capture | 20.01 | Timeout |
Capture | 20.02 | Error |
Capture | >= 21.00 | Success |
Refund | 0.01 ~ 30.00 | Denied |
Refund | 30.01 | Timeout |
Refund | 30.02 | Error |
Refund | >= 31.00 | Success |
Updated 10 months ago