diff --git a/docs/bank-accounts/Sandbox-Simulation.md b/docs/bank-accounts/Sandbox-Simulation.md index 7cd05d7..ec1de92 100644 --- a/docs/bank-accounts/Sandbox-Simulation.md +++ b/docs/bank-accounts/Sandbox-Simulation.md @@ -4,7 +4,7 @@ tags: [Bank Accounts] # Sandbox simulation -By default, when you create a bank account in Sandbox, it will move to the `Active` status almost immediately. You can change this behaviour to simulate other scenarios: +By default, when you create a bank account in Sandbox, it will move to the `Active` status after approximately 30 seconds. You can change this behaviour to simulate other scenarios: ## Suspended status @@ -12,4 +12,4 @@ If the bank account has the name `SUSPENDED_BANK_ACCOUNT`, we will simulate a fa ## Pending status -If the bank account has the sort code `PENDING_BANK_ACCOUNT`, we will simulate an inconclusive check and the bank account will stay in `Pending`. +If the bank account has the name `PENDING_BANK_ACCOUNT`, we will simulate an inconclusive check and the bank account will stay in `Pending`.