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}/confirmation?accountId={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. |