Testing
Testing
We have a testing environment (sandbox) designed to simulate various situations when processing your operations, whether successful or failed transactions. Before starting testing, it is important to verify the following:
- Have your API keys for the sandbox environment.
- Properly handle errors that the API may return.
- If you use webhooks, make sure your implementation is ready to receive messages sent by OrkestaPay.
Test cards
Valid card numbers
To simulate a successful payment, use test cards from the following list.
| Card number | Brand |
|---|---|
| 4111111111111111 | Visa |
| 4242424242424242 | Visa |
Card numbers for 3DS
The cards available in this section are capable of effectively demonstrating the integration with 3D Secure by simulating specific 3DS behaviors, such as a challenge flow.
| Card number | Expiration date |
|---|---|
| 4000000000002503 | Any future date (MM/YYYY) |
NOTEDepending on the payment provider or providers you have configured, you can go to the official testing documentation of each one and use the cards provided there.
IMPORTANTUnder no circumstances should we use real cards in testing environments.
