From fce200f427fa405fb0391b8367fbddb34554ce61 Mon Sep 17 00:00:00 2001 From: Jason Wang Date: Tue, 9 Dec 2025 14:35:28 -0800 Subject: [PATCH] Move 009 to 005 for external account failure testcase --- mintlify/openapi.yaml | 6 +++--- openapi.yaml | 6 +++--- openapi/paths/customers/customers_external_accounts.yaml | 2 +- openapi/paths/platform/platform_external_accounts.yaml | 2 +- openapi/paths/quotes/quotes.yaml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 8175d12..250744b 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -896,7 +896,7 @@ paths: - Account numbers ending in **002**: Insufficient funds (transfer-in will fail) - Account numbers ending in **003**: Account closed/invalid (transfers will fail) - Account numbers ending in **004**: Transfer rejected (bank rejects the transfer) - - Account numbers ending in **009**: Timeout/delayed failure (stays pending ~30s, then fails) + - Account numbers ending in **005**: Timeout/delayed failure (stays pending ~30s, then fails) - Any other account number: Success (transfers complete normally) operationId: createCustomerExternalAccount tags: @@ -1033,7 +1033,7 @@ paths: - Account numbers ending in **002**: Insufficient funds (transfer-in will fail) - Account numbers ending in **003**: Account closed/invalid (transfers will fail) - Account numbers ending in **004**: Transfer rejected (bank rejects the transfer) - - Account numbers ending in **009**: Timeout/delayed failure (stays pending ~30s, then fails) + - Account numbers ending in **005**: Timeout/delayed failure (stays pending ~30s, then fails) - Any other account number: Success (transfers complete normally) operationId: createPlatformExternalAccount tags: @@ -1637,7 +1637,7 @@ paths: - Account numbers ending in **002**: Insufficient funds (transfer-in will fail) - Account numbers ending in **003**: Account closed/invalid (transfers will fail) - Account numbers ending in **004**: Transfer rejected (bank rejects the transfer) - - Account numbers ending in **009**: Timeout/delayed failure (stays pending ~30s, then fails) + - Account numbers ending in **005**: Timeout/delayed failure (stays pending ~30s, then fails) - Any other account number: Success (transfers complete normally) operationId: createQuote tags: diff --git a/openapi.yaml b/openapi.yaml index 8175d12..250744b 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -896,7 +896,7 @@ paths: - Account numbers ending in **002**: Insufficient funds (transfer-in will fail) - Account numbers ending in **003**: Account closed/invalid (transfers will fail) - Account numbers ending in **004**: Transfer rejected (bank rejects the transfer) - - Account numbers ending in **009**: Timeout/delayed failure (stays pending ~30s, then fails) + - Account numbers ending in **005**: Timeout/delayed failure (stays pending ~30s, then fails) - Any other account number: Success (transfers complete normally) operationId: createCustomerExternalAccount tags: @@ -1033,7 +1033,7 @@ paths: - Account numbers ending in **002**: Insufficient funds (transfer-in will fail) - Account numbers ending in **003**: Account closed/invalid (transfers will fail) - Account numbers ending in **004**: Transfer rejected (bank rejects the transfer) - - Account numbers ending in **009**: Timeout/delayed failure (stays pending ~30s, then fails) + - Account numbers ending in **005**: Timeout/delayed failure (stays pending ~30s, then fails) - Any other account number: Success (transfers complete normally) operationId: createPlatformExternalAccount tags: @@ -1637,7 +1637,7 @@ paths: - Account numbers ending in **002**: Insufficient funds (transfer-in will fail) - Account numbers ending in **003**: Account closed/invalid (transfers will fail) - Account numbers ending in **004**: Transfer rejected (bank rejects the transfer) - - Account numbers ending in **009**: Timeout/delayed failure (stays pending ~30s, then fails) + - Account numbers ending in **005**: Timeout/delayed failure (stays pending ~30s, then fails) - Any other account number: Success (transfers complete normally) operationId: createQuote tags: diff --git a/openapi/paths/customers/customers_external_accounts.yaml b/openapi/paths/customers/customers_external_accounts.yaml index 2b135d8..b9bb0ff 100644 --- a/openapi/paths/customers/customers_external_accounts.yaml +++ b/openapi/paths/customers/customers_external_accounts.yaml @@ -103,7 +103,7 @@ post: - Account numbers ending in **004**: Transfer rejected (bank rejects the transfer) - - Account numbers ending in **009**: Timeout/delayed failure (stays pending ~30s, then fails) + - Account numbers ending in **005**: Timeout/delayed failure (stays pending ~30s, then fails) - Any other account number: Success (transfers complete normally) operationId: createCustomerExternalAccount diff --git a/openapi/paths/platform/platform_external_accounts.yaml b/openapi/paths/platform/platform_external_accounts.yaml index 858cbd1..15bc5fd 100644 --- a/openapi/paths/platform/platform_external_accounts.yaml +++ b/openapi/paths/platform/platform_external_accounts.yaml @@ -66,7 +66,7 @@ post: - Account numbers ending in **004**: Transfer rejected (bank rejects the transfer) - - Account numbers ending in **009**: Timeout/delayed failure (stays pending ~30s, then fails) + - Account numbers ending in **005**: Timeout/delayed failure (stays pending ~30s, then fails) - Any other account number: Success (transfers complete normally) operationId: createPlatformExternalAccount diff --git a/openapi/paths/quotes/quotes.yaml b/openapi/paths/quotes/quotes.yaml index f511160..30c5e75 100644 --- a/openapi/paths/quotes/quotes.yaml +++ b/openapi/paths/quotes/quotes.yaml @@ -24,7 +24,7 @@ post: - Account numbers ending in **002**: Insufficient funds (transfer-in will fail) - Account numbers ending in **003**: Account closed/invalid (transfers will fail) - Account numbers ending in **004**: Transfer rejected (bank rejects the transfer) - - Account numbers ending in **009**: Timeout/delayed failure (stays pending ~30s, then fails) + - Account numbers ending in **005**: Timeout/delayed failure (stays pending ~30s, then fails) - Any other account number: Success (transfers complete normally) operationId: createQuote tags: