New Features
Dashboard Updates
Card Brands Directory
Improvements
Simulate API
The Simulate API now supports simulating Connect and Attributes behaviors for an entity — making it easier for developers to test how Method responds to various data changes without needing to trigger them in production. Simulate Connect API- You can now configure Connect behaviors such as new_credit_card_account. This is useful when testing account-creation flows or verifying how your system handles new data returned from a subsequent Connect. For example, after configuring this behavior, the next time you execute Connect for that entity, a new credit card account will appear in the response — helping you simulate real-world user events like a customer opening a new card.
- Similarly, you can configure Attribute behaviors such as new_soft_inquiry to test how your system reacts to changing credit attributes. On the next Attributes request for that entity, the configured behavior will be applied (e.g., a new soft inquiry will be present).
This API is available in the development environment only.