# Integration and Testing
source: https://developer.mastercard.com/donations/documentation/integration-and-testing/index.md

## Ready to begin Testing? {#ready-to-begin-testing}

Tip: We recommend that you begin testing in the sandbox.

Once you have created a project on Mastercard Developers, generated sandbox credentials and received approvals, you can start testing.

Start by following our:

## 1. Mastercard Donate API test cases tutorial {#1-mastercard-donate-api-test-cases-tutorial}

Follow our [Mastercard Donate API Testing Tutorial](https://developer.mastercard.com/donations/tutorial/donation-api-details/index.md) for help about Mastercard Donate API test cases.

## 2. Base URLs for testing {#2-base-urls-for-testing}

* Sandbox
* MTF
* Production

```sandbox
https://sandbox.api.mastercard.com/donations/donors

```

```MTF
https://mtf.mastercard.com/donations/donors

```

```production
https://api.mastercard.com/donations/donors

```

## Methods to test Sandbox {#methods-to-test-sandbox}

### 1. Reference application {#1-reference-application}

> * Our Java Reference Applications acts as an API client and allows you to integrate different operations.
> * For detailed steps, follow our [Reference Application Page](https://developer.mastercard.com/donations/documentation/reference_app/index.md).

### 2. Postman {#2-postman}

> * [Postman Collections](https://www.postman.com/product/collections/) is an API client that allows developers to test your API's calls in sandbox and production environments without writing any code. This makes sharing pre-formed API requests with partners extremely easy, and permits partners to run individual API requests or those within a folder or the entire collection.
> * For detailed steps, follow our [Postman Collections Page](https://developer.mastercard.com/donations/documentation/postman-collection/index.md).

### 3. Insomnia {#3-insomnia}

> * [Insomnia](https://insomnia.rest) is an open-source API client that developers use to quickly and easily send REST requests to Mastercard APIs. API Consultancy \& Standards developed an [Insomnia Plugin](https://github.com/Mastercard/insomnia-plugin-mastercard) for handling API authentication.
> * Follow our [Insomnia Tutorial](https://developer.mastercard.com/donations/tutorial/how-to-install-and-configure-insomnia-tool/index.md) to learn how to test the Mastercard Donate API using Insomnia.

<br />

👉Download our Insomnia Collection here:
[Insomnia_collection_2025.json](https://static.developer.mastercard.com/content/donations/uploads/Insomnia_collection_2025.json) (480KB)

## Next Steps {#next-steps}

* Now that you have an understanding of testing, you can proceed to the [Postman Collections](https://developer.mastercard.com/donations/documentation/postman-collection/index.md) section to fork our Postman Collections and begin making calls.
* You can head to our [Reference Application](https://developer.mastercard.com/donations/documentation/reference_app/index.md) page to download our Java Application that shows a typical usage of the Mastercard Donate API.
* To learn more about any error codes you receive, head over to our [Codes and Formats](https://developer.mastercard.com/donations/documentation/code-and-formats/index.md) section to learn about the details of all the error codes.
