Skip to main content

Overview

To provide a seamless integration experience with Method in the development environment you can simulate updates on resources as they would naturally occur in the sandbox and production environments.
⚠️ Caution: Simulation endpoints are only accessible in the development environment. Attempts to access these endpoints in sandbox or production will result in a 403 Forbidden error.

Simulation endpoints are prefixed with /simulate and will be in the following format where RESOURCE_NAME refers any resource that supports simulations.
https://dev.methodfi.com/simulate/<RESOURCE_NAME>
403 Forbidden Error
{
"error": {
"type": "INVALID_REQUEST",
"code": 403,
"sub_type": "FORBIDDEN",
"message": "Your authorization token is valid. However, you're unauthorized to access the requested resource."
}
}