Skip to main content

Overview

Monei provides testing tools and utilities to help you develop and debug your integration. This guide covers available tools, debugging techniques, and testing strategies. What you’ll learn:
  • API testing tools
  • Debugging techniques
  • Mock data generators
  • Automated testing
  • CI/CD integration

API Testing Tools

Postman Collection

Import our Postman collection for quick API testing:
1

Download Collection

2

Import to Postman

Open Postman → Import → Select downloaded file
3

Configure Environment

Create environment with your API key:
4

Start Testing

Use pre-configured requests to test all endpoints

cURL Examples

Quick API testing from command line:

Mock Data Generators

Generate Test References

Generate Test Data


Automated Testing

Unit Tests

Integration Tests


CI/CD Integration

GitHub Actions

GitLab CI


Debugging Tools

Request/Response Logging

Error Tracking


Performance Testing

Load Testing


Best Practices

Test Early

Start testing during development, not after

Automate Tests

Create automated test suites for CI/CD

Use Mock Data

Generate realistic test data

Test Edge Cases

Test failures, timeouts, and errors

Monitor Tests

Track test coverage and results

Keep Tests Fast

Optimize test execution time

Next Steps

Sandbox

Learn about sandbox environment

Security

Security best practices

Error Handling

Handle errors properly

Webhooks

Test webhook integration