Use this simulation to queue connect behaviors that run the next time you execute the Connect product for an entity.
Simulation endpoints are only available in the development environment. Teams with live treasury access cannot use them.
A maximum of 5 connect behaviours can be configured for a given entity.
Path Parameters
Body
curl https://dev.methodfi.com/v2024-04-04/simulate/entities/{entity_id}/connect \\
-X POST \\
-H "Method-Version: 2024-04-04" \\
-H "Authorization: Bearer sk_test_xxx" \\
-H "Content-Type: application/json" \\
-d '{
"behaviors": ["new_credit_card_account"]
}'
{
"success": true,
"data": null,
"message": null
}