# Testing Data

Not all gateways provide a testing environment but we will be able to setup a test gateway for testing.

To test your integration, please contact support and you will be provided with a testing SID. Any transaction processed on the testing SID will only be checked syntactically and semantically by TxProcess UAT. This way you can test if you have sent sufficient and correct data.

The information given below is for testing using our test gateway only. No amount will be deducted from the account. Test responses are simulated based on the amount sent.

When performing credit card type transaction testing with your testing SID, the following card details can be used:

| Field       | Value #1         | Value #2         |
| ----------- | ---------------- | ---------------- |
| Card Number | 4111111111111111 | 5555555555554444 |
| Card Type   | visa             | mastercard       |
| CVV         | 123              | 1234             |
| Expiry Date | 01/2022          | 01/2022          |
| Card name   | Tester           | Tester           |

The following transaction amounts can be used to test different transaction results with your testing SID.

| Total Amount                       | Description                                         |
| ---------------------------------- | --------------------------------------------------- |
| $\*.01                             | Non 3D Secure transactions with Gateway error       |
| $\*.03                             | PENDING transaction                                 |
| $\*.12                             | Non 3D Secure transactions with Decline message     |
| $\*.13                             | 3D Secure transaction with a Decline message        |
| $\*.15                             | 3D Secure transaction with a Gateway Failed message |
| any amount between $*.15 and $*.20 | Approved 3D Secure transaction                      |

{% hint style="info" %}
Stands for any dollar value. eg, $\*.12 = $1.12, $2.12 etc
{% endhint %}

You will be able to view the results of your testing transactions in TxProcess UAT by searching for them on the **Browse Transactions :** *{endpoint\_url}/transactions.php* page with your testing SID as a search item.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.payshield.ai/transaction-processing/integrations-and-apis/testing-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
