diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 81b424b9..8bfbefed 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -870,7 +870,11 @@ paths: customerId: Customer:019542f5-b3e7-1d02-0000-000000000001 currency: USD accountInfo: - accountType: US_ACCOUNT + accountType: USD_ACCOUNT + countries: + - US + paymentRails: + - ACH accountNumber: '12345678901' routingNumber: '123456789' accountCategory: CHECKING @@ -1006,7 +1010,11 @@ paths: value: currency: USD accountInfo: - accountType: US_ACCOUNT + accountType: USD_ACCOUNT + countries: + - US + paymentRails: + - ACH accountNumber: '12345678901' routingNumber: '123456789' accountCategory: CHECKING diff --git a/openapi.yaml b/openapi.yaml index 81b424b9..8bfbefed 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -870,7 +870,11 @@ paths: customerId: Customer:019542f5-b3e7-1d02-0000-000000000001 currency: USD accountInfo: - accountType: US_ACCOUNT + accountType: USD_ACCOUNT + countries: + - US + paymentRails: + - ACH accountNumber: '12345678901' routingNumber: '123456789' accountCategory: CHECKING @@ -1006,7 +1010,11 @@ paths: value: currency: USD accountInfo: - accountType: US_ACCOUNT + accountType: USD_ACCOUNT + countries: + - US + paymentRails: + - ACH accountNumber: '12345678901' routingNumber: '123456789' accountCategory: CHECKING diff --git a/openapi/paths/customers/customers_external_accounts.yaml b/openapi/paths/customers/customers_external_accounts.yaml index b9bb0ffd..7118ef5b 100644 --- a/openapi/paths/customers/customers_external_accounts.yaml +++ b/openapi/paths/customers/customers_external_accounts.yaml @@ -124,7 +124,11 @@ post: customerId: Customer:019542f5-b3e7-1d02-0000-000000000001 currency: USD accountInfo: - accountType: US_ACCOUNT + accountType: USD_ACCOUNT + countries: + - US + paymentRails: + - ACH accountNumber: "12345678901" routingNumber: "123456789" accountCategory: CHECKING diff --git a/openapi/paths/platform/platform_external_accounts.yaml b/openapi/paths/platform/platform_external_accounts.yaml index cf9bfed3..2e42770f 100644 --- a/openapi/paths/platform/platform_external_accounts.yaml +++ b/openapi/paths/platform/platform_external_accounts.yaml @@ -86,7 +86,11 @@ post: value: currency: USD accountInfo: - accountType: US_ACCOUNT + accountType: USD_ACCOUNT + countries: + - US + paymentRails: + - ACH accountNumber: "12345678901" routingNumber: "123456789" accountCategory: CHECKING