> ## Documentation Index
> Fetch the complete documentation index at: https://docs.equalsmoney.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Testing checklist

> Before you go live, we recommend that you complete the following testing checklist.

| Test                                | Endpoint                                                                      | Task                                                                                                                                                                                             |
| ----------------------------------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Generate a transaction activity CSV | `/v2/activity/download`                                                       | Generate a transaction CSV. Ensure that the JSON is correctly formed and response handled correctly. Ensure that the file is produced and emailed/received correctly in production.              |
| Generate a statement CSV and PDF    | `/v2/statement/download`                                                      | Generate a transaction CSV and PDF file. Ensure that the JSON is correctly formed and response handled correctly. Ensure that the file is produced and emailed/received correctly in production. |
| Generate a payment confirmation PDF | `/v2/payments/{paymentId}/`<br />`confirmation?accountId=`<br />`{accountId}` | Generate a PDF payment confirmation. Ensure that the JSON is correctly formed and response handled correctly. Ensure that the file is produced and downloaded correctly.                         |
