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 numberBrand
4111111111111111Visa
4242424242424242Visa

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 numberExpiration date
4000000000002503Any future date (MM/YYYY)

📘

NOTE

Depending 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.

🚧

IMPORTANT

Under no circumstances should we use real cards in testing environments.