From e4193139be62455a9550b4cd5be1c210cb04dced Mon Sep 17 00:00:00 2001 From: niall maloney Date: Fri, 20 Mar 2026 13:37:16 +0000 Subject: [PATCH] docs: fix bank account sandbox simulation guidance Correct the activation timing from "almost immediately" to "after approximately 30 seconds" and fix the Pending status trigger from sort code to name. --- docs/bank-accounts/Sandbox-Simulation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.