1. Registry
  2. Packages
  3. Stripe Provider
  4. API Docs
  5. TreasuryFinancialAccount
Viewing docs for Stripe 0.3.0
published on Friday, Aug 14, 2026 by Pulumi
Viewing docs for Stripe 0.3.0
published on Friday, Aug 14, 2026 by Pulumi

    Stripe Treasury provides users with a container for money called a FinancialAccount that is separate from their Payments balance. FinancialAccounts serve as the source and destination of Treasury’s money movement APIs.

    Create TreasuryFinancialAccount Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new TreasuryFinancialAccount(name: string, args: TreasuryFinancialAccountArgs, opts?: CustomResourceOptions);
    @overload
    def TreasuryFinancialAccount(resource_name: str,
                                 args: TreasuryFinancialAccountArgs,
                                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def TreasuryFinancialAccount(resource_name: str,
                                 opts: Optional[ResourceOptions] = None,
                                 supported_currencies: Optional[Sequence[str]] = None,
                                 features: Optional[TreasuryFinancialAccountFeaturesArgs] = None,
                                 metadata: Optional[Mapping[str, str]] = None,
                                 nickname: Optional[str] = None,
                                 platform_restrictions: Optional[TreasuryFinancialAccountPlatformRestrictionsArgs] = None)
    func NewTreasuryFinancialAccount(ctx *Context, name string, args TreasuryFinancialAccountArgs, opts ...ResourceOption) (*TreasuryFinancialAccount, error)
    public TreasuryFinancialAccount(string name, TreasuryFinancialAccountArgs args, CustomResourceOptions? opts = null)
    public TreasuryFinancialAccount(String name, TreasuryFinancialAccountArgs args)
    public TreasuryFinancialAccount(String name, TreasuryFinancialAccountArgs args, CustomResourceOptions options)
    
    type: stripe:TreasuryFinancialAccount
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "stripe_treasury_financial_account" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args TreasuryFinancialAccountArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args TreasuryFinancialAccountArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args TreasuryFinancialAccountArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TreasuryFinancialAccountArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TreasuryFinancialAccountArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var treasuryFinancialAccountResource = new Stripe.TreasuryFinancialAccount("treasuryFinancialAccountResource", new()
    {
        SupportedCurrencies = new[]
        {
            "string",
        },
        Features = new Stripe.Inputs.TreasuryFinancialAccountFeaturesArgs
        {
            CardIssuing = new Stripe.Inputs.TreasuryFinancialAccountFeaturesCardIssuingArgs
            {
                Requested = false,
                Status = "string",
                StatusDetails = new[]
                {
                    new Stripe.Inputs.TreasuryFinancialAccountFeaturesCardIssuingStatusDetailArgs
                    {
                        Code = "string",
                        Resolution = "string",
                        Restriction = "string",
                    },
                },
            },
            DepositInsurance = new Stripe.Inputs.TreasuryFinancialAccountFeaturesDepositInsuranceArgs
            {
                Requested = false,
                Status = "string",
                StatusDetails = new[]
                {
                    new Stripe.Inputs.TreasuryFinancialAccountFeaturesDepositInsuranceStatusDetailArgs
                    {
                        Code = "string",
                        Resolution = "string",
                        Restriction = "string",
                    },
                },
            },
            FinancialAddresses = new Stripe.Inputs.TreasuryFinancialAccountFeaturesFinancialAddressesArgs
            {
                Aba = new Stripe.Inputs.TreasuryFinancialAccountFeaturesFinancialAddressesAbaArgs
                {
                    Requested = false,
                    Status = "string",
                    StatusDetails = new[]
                    {
                        new Stripe.Inputs.TreasuryFinancialAccountFeaturesFinancialAddressesAbaStatusDetailArgs
                        {
                            Code = "string",
                            Resolution = "string",
                            Restriction = "string",
                        },
                    },
                },
            },
            InboundTransfers = new Stripe.Inputs.TreasuryFinancialAccountFeaturesInboundTransfersArgs
            {
                Ach = new Stripe.Inputs.TreasuryFinancialAccountFeaturesInboundTransfersAchArgs
                {
                    Requested = false,
                    Status = "string",
                    StatusDetails = new[]
                    {
                        new Stripe.Inputs.TreasuryFinancialAccountFeaturesInboundTransfersAchStatusDetailArgs
                        {
                            Code = "string",
                            Resolution = "string",
                            Restriction = "string",
                        },
                    },
                },
            },
            IntraStripeFlows = new Stripe.Inputs.TreasuryFinancialAccountFeaturesIntraStripeFlowsArgs
            {
                Requested = false,
                Status = "string",
                StatusDetails = new[]
                {
                    new Stripe.Inputs.TreasuryFinancialAccountFeaturesIntraStripeFlowsStatusDetailArgs
                    {
                        Code = "string",
                        Resolution = "string",
                        Restriction = "string",
                    },
                },
            },
            Object = "string",
            OutboundPayments = new Stripe.Inputs.TreasuryFinancialAccountFeaturesOutboundPaymentsArgs
            {
                Ach = new Stripe.Inputs.TreasuryFinancialAccountFeaturesOutboundPaymentsAchArgs
                {
                    Requested = false,
                    Status = "string",
                    StatusDetails = new[]
                    {
                        new Stripe.Inputs.TreasuryFinancialAccountFeaturesOutboundPaymentsAchStatusDetailArgs
                        {
                            Code = "string",
                            Resolution = "string",
                            Restriction = "string",
                        },
                    },
                },
                UsDomesticWire = new Stripe.Inputs.TreasuryFinancialAccountFeaturesOutboundPaymentsUsDomesticWireArgs
                {
                    Requested = false,
                    Status = "string",
                    StatusDetails = new[]
                    {
                        new Stripe.Inputs.TreasuryFinancialAccountFeaturesOutboundPaymentsUsDomesticWireStatusDetailArgs
                        {
                            Code = "string",
                            Resolution = "string",
                            Restriction = "string",
                        },
                    },
                },
            },
            OutboundTransfers = new Stripe.Inputs.TreasuryFinancialAccountFeaturesOutboundTransfersArgs
            {
                Ach = new Stripe.Inputs.TreasuryFinancialAccountFeaturesOutboundTransfersAchArgs
                {
                    Requested = false,
                    Status = "string",
                    StatusDetails = new[]
                    {
                        new Stripe.Inputs.TreasuryFinancialAccountFeaturesOutboundTransfersAchStatusDetailArgs
                        {
                            Code = "string",
                            Resolution = "string",
                            Restriction = "string",
                        },
                    },
                },
                UsDomesticWire = new Stripe.Inputs.TreasuryFinancialAccountFeaturesOutboundTransfersUsDomesticWireArgs
                {
                    Requested = false,
                    Status = "string",
                    StatusDetails = new[]
                    {
                        new Stripe.Inputs.TreasuryFinancialAccountFeaturesOutboundTransfersUsDomesticWireStatusDetailArgs
                        {
                            Code = "string",
                            Resolution = "string",
                            Restriction = "string",
                        },
                    },
                },
            },
        },
        Metadata = 
        {
            { "string", "string" },
        },
        Nickname = "string",
        PlatformRestrictions = new Stripe.Inputs.TreasuryFinancialAccountPlatformRestrictionsArgs
        {
            InboundFlows = "string",
            OutboundFlows = "string",
        },
    });
    
    example, err := stripe.NewTreasuryFinancialAccount(ctx, "treasuryFinancialAccountResource", &stripe.TreasuryFinancialAccountArgs{
    	SupportedCurrencies: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Features: &stripe.TreasuryFinancialAccountFeaturesArgs{
    		CardIssuing: &stripe.TreasuryFinancialAccountFeaturesCardIssuingArgs{
    			Requested: pulumi.Bool(false),
    			Status:    pulumi.String("string"),
    			StatusDetails: stripe.TreasuryFinancialAccountFeaturesCardIssuingStatusDetailArray{
    				&stripe.TreasuryFinancialAccountFeaturesCardIssuingStatusDetailArgs{
    					Code:        pulumi.String("string"),
    					Resolution:  pulumi.String("string"),
    					Restriction: pulumi.String("string"),
    				},
    			},
    		},
    		DepositInsurance: &stripe.TreasuryFinancialAccountFeaturesDepositInsuranceArgs{
    			Requested: pulumi.Bool(false),
    			Status:    pulumi.String("string"),
    			StatusDetails: stripe.TreasuryFinancialAccountFeaturesDepositInsuranceStatusDetailArray{
    				&stripe.TreasuryFinancialAccountFeaturesDepositInsuranceStatusDetailArgs{
    					Code:        pulumi.String("string"),
    					Resolution:  pulumi.String("string"),
    					Restriction: pulumi.String("string"),
    				},
    			},
    		},
    		FinancialAddresses: &stripe.TreasuryFinancialAccountFeaturesFinancialAddressesArgs{
    			Aba: &stripe.TreasuryFinancialAccountFeaturesFinancialAddressesAbaArgs{
    				Requested: pulumi.Bool(false),
    				Status:    pulumi.String("string"),
    				StatusDetails: stripe.TreasuryFinancialAccountFeaturesFinancialAddressesAbaStatusDetailArray{
    					&stripe.TreasuryFinancialAccountFeaturesFinancialAddressesAbaStatusDetailArgs{
    						Code:        pulumi.String("string"),
    						Resolution:  pulumi.String("string"),
    						Restriction: pulumi.String("string"),
    					},
    				},
    			},
    		},
    		InboundTransfers: &stripe.TreasuryFinancialAccountFeaturesInboundTransfersArgs{
    			Ach: &stripe.TreasuryFinancialAccountFeaturesInboundTransfersAchArgs{
    				Requested: pulumi.Bool(false),
    				Status:    pulumi.String("string"),
    				StatusDetails: stripe.TreasuryFinancialAccountFeaturesInboundTransfersAchStatusDetailArray{
    					&stripe.TreasuryFinancialAccountFeaturesInboundTransfersAchStatusDetailArgs{
    						Code:        pulumi.String("string"),
    						Resolution:  pulumi.String("string"),
    						Restriction: pulumi.String("string"),
    					},
    				},
    			},
    		},
    		IntraStripeFlows: &stripe.TreasuryFinancialAccountFeaturesIntraStripeFlowsArgs{
    			Requested: pulumi.Bool(false),
    			Status:    pulumi.String("string"),
    			StatusDetails: stripe.TreasuryFinancialAccountFeaturesIntraStripeFlowsStatusDetailArray{
    				&stripe.TreasuryFinancialAccountFeaturesIntraStripeFlowsStatusDetailArgs{
    					Code:        pulumi.String("string"),
    					Resolution:  pulumi.String("string"),
    					Restriction: pulumi.String("string"),
    				},
    			},
    		},
    		Object: pulumi.String("string"),
    		OutboundPayments: &stripe.TreasuryFinancialAccountFeaturesOutboundPaymentsArgs{
    			Ach: &stripe.TreasuryFinancialAccountFeaturesOutboundPaymentsAchArgs{
    				Requested: pulumi.Bool(false),
    				Status:    pulumi.String("string"),
    				StatusDetails: stripe.TreasuryFinancialAccountFeaturesOutboundPaymentsAchStatusDetailArray{
    					&stripe.TreasuryFinancialAccountFeaturesOutboundPaymentsAchStatusDetailArgs{
    						Code:        pulumi.String("string"),
    						Resolution:  pulumi.String("string"),
    						Restriction: pulumi.String("string"),
    					},
    				},
    			},
    			UsDomesticWire: &stripe.TreasuryFinancialAccountFeaturesOutboundPaymentsUsDomesticWireArgs{
    				Requested: pulumi.Bool(false),
    				Status:    pulumi.String("string"),
    				StatusDetails: stripe.TreasuryFinancialAccountFeaturesOutboundPaymentsUsDomesticWireStatusDetailArray{
    					&stripe.TreasuryFinancialAccountFeaturesOutboundPaymentsUsDomesticWireStatusDetailArgs{
    						Code:        pulumi.String("string"),
    						Resolution:  pulumi.String("string"),
    						Restriction: pulumi.String("string"),
    					},
    				},
    			},
    		},
    		OutboundTransfers: &stripe.TreasuryFinancialAccountFeaturesOutboundTransfersArgs{
    			Ach: &stripe.TreasuryFinancialAccountFeaturesOutboundTransfersAchArgs{
    				Requested: pulumi.Bool(false),
    				Status:    pulumi.String("string"),
    				StatusDetails: stripe.TreasuryFinancialAccountFeaturesOutboundTransfersAchStatusDetailArray{
    					&stripe.TreasuryFinancialAccountFeaturesOutboundTransfersAchStatusDetailArgs{
    						Code:        pulumi.String("string"),
    						Resolution:  pulumi.String("string"),
    						Restriction: pulumi.String("string"),
    					},
    				},
    			},
    			UsDomesticWire: &stripe.TreasuryFinancialAccountFeaturesOutboundTransfersUsDomesticWireArgs{
    				Requested: pulumi.Bool(false),
    				Status:    pulumi.String("string"),
    				StatusDetails: stripe.TreasuryFinancialAccountFeaturesOutboundTransfersUsDomesticWireStatusDetailArray{
    					&stripe.TreasuryFinancialAccountFeaturesOutboundTransfersUsDomesticWireStatusDetailArgs{
    						Code:        pulumi.String("string"),
    						Resolution:  pulumi.String("string"),
    						Restriction: pulumi.String("string"),
    					},
    				},
    			},
    		},
    	},
    	Metadata: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    	Nickname: pulumi.String("string"),
    	PlatformRestrictions: &stripe.TreasuryFinancialAccountPlatformRestrictionsArgs{
    		InboundFlows:  pulumi.String("string"),
    		OutboundFlows: pulumi.String("string"),
    	},
    })
    
    resource "stripe_treasury_financial_account" "treasuryFinancialAccountResource" {
      lifecycle {
        create_before_destroy = true
      }
      supported_currencies = ["string"]
      features = {
        card_issuing = {
          requested = false
          status    = "string"
          status_details = [{
            code        = "string"
            resolution  = "string"
            restriction = "string"
          }]
        }
        deposit_insurance = {
          requested = false
          status    = "string"
          status_details = [{
            code        = "string"
            resolution  = "string"
            restriction = "string"
          }]
        }
        financial_addresses = {
          aba = {
            requested = false
            status    = "string"
            status_details = [{
              code        = "string"
              resolution  = "string"
              restriction = "string"
            }]
          }
        }
        inbound_transfers = {
          ach = {
            requested = false
            status    = "string"
            status_details = [{
              code        = "string"
              resolution  = "string"
              restriction = "string"
            }]
          }
        }
        intra_stripe_flows = {
          requested = false
          status    = "string"
          status_details = [{
            code        = "string"
            resolution  = "string"
            restriction = "string"
          }]
        }
        object = "string"
        outbound_payments = {
          ach = {
            requested = false
            status    = "string"
            status_details = [{
              code        = "string"
              resolution  = "string"
              restriction = "string"
            }]
          }
          us_domestic_wire = {
            requested = false
            status    = "string"
            status_details = [{
              code        = "string"
              resolution  = "string"
              restriction = "string"
            }]
          }
        }
        outbound_transfers = {
          ach = {
            requested = false
            status    = "string"
            status_details = [{
              code        = "string"
              resolution  = "string"
              restriction = "string"
            }]
          }
          us_domestic_wire = {
            requested = false
            status    = "string"
            status_details = [{
              code        = "string"
              resolution  = "string"
              restriction = "string"
            }]
          }
        }
      }
      metadata = {
        "string" = "string"
      }
      nickname = "string"
      platform_restrictions = {
        inbound_flows  = "string"
        outbound_flows = "string"
      }
    }
    
    var treasuryFinancialAccountResource = new TreasuryFinancialAccount("treasuryFinancialAccountResource", TreasuryFinancialAccountArgs.builder()
        .supportedCurrencies("string")
        .features(TreasuryFinancialAccountFeaturesArgs.builder()
            .cardIssuing(TreasuryFinancialAccountFeaturesCardIssuingArgs.builder()
                .requested(false)
                .status("string")
                .statusDetails(TreasuryFinancialAccountFeaturesCardIssuingStatusDetailArgs.builder()
                    .code("string")
                    .resolution("string")
                    .restriction("string")
                    .build())
                .build())
            .depositInsurance(TreasuryFinancialAccountFeaturesDepositInsuranceArgs.builder()
                .requested(false)
                .status("string")
                .statusDetails(TreasuryFinancialAccountFeaturesDepositInsuranceStatusDetailArgs.builder()
                    .code("string")
                    .resolution("string")
                    .restriction("string")
                    .build())
                .build())
            .financialAddresses(TreasuryFinancialAccountFeaturesFinancialAddressesArgs.builder()
                .aba(TreasuryFinancialAccountFeaturesFinancialAddressesAbaArgs.builder()
                    .requested(false)
                    .status("string")
                    .statusDetails(TreasuryFinancialAccountFeaturesFinancialAddressesAbaStatusDetailArgs.builder()
                        .code("string")
                        .resolution("string")
                        .restriction("string")
                        .build())
                    .build())
                .build())
            .inboundTransfers(TreasuryFinancialAccountFeaturesInboundTransfersArgs.builder()
                .ach(TreasuryFinancialAccountFeaturesInboundTransfersAchArgs.builder()
                    .requested(false)
                    .status("string")
                    .statusDetails(TreasuryFinancialAccountFeaturesInboundTransfersAchStatusDetailArgs.builder()
                        .code("string")
                        .resolution("string")
                        .restriction("string")
                        .build())
                    .build())
                .build())
            .intraStripeFlows(TreasuryFinancialAccountFeaturesIntraStripeFlowsArgs.builder()
                .requested(false)
                .status("string")
                .statusDetails(TreasuryFinancialAccountFeaturesIntraStripeFlowsStatusDetailArgs.builder()
                    .code("string")
                    .resolution("string")
                    .restriction("string")
                    .build())
                .build())
            .object("string")
            .outboundPayments(TreasuryFinancialAccountFeaturesOutboundPaymentsArgs.builder()
                .ach(TreasuryFinancialAccountFeaturesOutboundPaymentsAchArgs.builder()
                    .requested(false)
                    .status("string")
                    .statusDetails(TreasuryFinancialAccountFeaturesOutboundPaymentsAchStatusDetailArgs.builder()
                        .code("string")
                        .resolution("string")
                        .restriction("string")
                        .build())
                    .build())
                .usDomesticWire(TreasuryFinancialAccountFeaturesOutboundPaymentsUsDomesticWireArgs.builder()
                    .requested(false)
                    .status("string")
                    .statusDetails(TreasuryFinancialAccountFeaturesOutboundPaymentsUsDomesticWireStatusDetailArgs.builder()
                        .code("string")
                        .resolution("string")
                        .restriction("string")
                        .build())
                    .build())
                .build())
            .outboundTransfers(TreasuryFinancialAccountFeaturesOutboundTransfersArgs.builder()
                .ach(TreasuryFinancialAccountFeaturesOutboundTransfersAchArgs.builder()
                    .requested(false)
                    .status("string")
                    .statusDetails(TreasuryFinancialAccountFeaturesOutboundTransfersAchStatusDetailArgs.builder()
                        .code("string")
                        .resolution("string")
                        .restriction("string")
                        .build())
                    .build())
                .usDomesticWire(TreasuryFinancialAccountFeaturesOutboundTransfersUsDomesticWireArgs.builder()
                    .requested(false)
                    .status("string")
                    .statusDetails(TreasuryFinancialAccountFeaturesOutboundTransfersUsDomesticWireStatusDetailArgs.builder()
                        .code("string")
                        .resolution("string")
                        .restriction("string")
                        .build())
                    .build())
                .build())
            .build())
        .metadata(Map.of("string", "string"))
        .nickname("string")
        .platformRestrictions(TreasuryFinancialAccountPlatformRestrictionsArgs.builder()
            .inboundFlows("string")
            .outboundFlows("string")
            .build())
        .build());
    
    treasury_financial_account_resource = stripe.TreasuryFinancialAccount("treasuryFinancialAccountResource",
        supported_currencies=["string"],
        features={
            "card_issuing": {
                "requested": False,
                "status": "string",
                "status_details": [{
                    "code": "string",
                    "resolution": "string",
                    "restriction": "string",
                }],
            },
            "deposit_insurance": {
                "requested": False,
                "status": "string",
                "status_details": [{
                    "code": "string",
                    "resolution": "string",
                    "restriction": "string",
                }],
            },
            "financial_addresses": {
                "aba": {
                    "requested": False,
                    "status": "string",
                    "status_details": [{
                        "code": "string",
                        "resolution": "string",
                        "restriction": "string",
                    }],
                },
            },
            "inbound_transfers": {
                "ach": {
                    "requested": False,
                    "status": "string",
                    "status_details": [{
                        "code": "string",
                        "resolution": "string",
                        "restriction": "string",
                    }],
                },
            },
            "intra_stripe_flows": {
                "requested": False,
                "status": "string",
                "status_details": [{
                    "code": "string",
                    "resolution": "string",
                    "restriction": "string",
                }],
            },
            "object": "string",
            "outbound_payments": {
                "ach": {
                    "requested": False,
                    "status": "string",
                    "status_details": [{
                        "code": "string",
                        "resolution": "string",
                        "restriction": "string",
                    }],
                },
                "us_domestic_wire": {
                    "requested": False,
                    "status": "string",
                    "status_details": [{
                        "code": "string",
                        "resolution": "string",
                        "restriction": "string",
                    }],
                },
            },
            "outbound_transfers": {
                "ach": {
                    "requested": False,
                    "status": "string",
                    "status_details": [{
                        "code": "string",
                        "resolution": "string",
                        "restriction": "string",
                    }],
                },
                "us_domestic_wire": {
                    "requested": False,
                    "status": "string",
                    "status_details": [{
                        "code": "string",
                        "resolution": "string",
                        "restriction": "string",
                    }],
                },
            },
        },
        metadata={
            "string": "string",
        },
        nickname="string",
        platform_restrictions={
            "inbound_flows": "string",
            "outbound_flows": "string",
        })
    
    const treasuryFinancialAccountResource = new stripe.TreasuryFinancialAccount("treasuryFinancialAccountResource", {
        supportedCurrencies: ["string"],
        features: {
            cardIssuing: {
                requested: false,
                status: "string",
                statusDetails: [{
                    code: "string",
                    resolution: "string",
                    restriction: "string",
                }],
            },
            depositInsurance: {
                requested: false,
                status: "string",
                statusDetails: [{
                    code: "string",
                    resolution: "string",
                    restriction: "string",
                }],
            },
            financialAddresses: {
                aba: {
                    requested: false,
                    status: "string",
                    statusDetails: [{
                        code: "string",
                        resolution: "string",
                        restriction: "string",
                    }],
                },
            },
            inboundTransfers: {
                ach: {
                    requested: false,
                    status: "string",
                    statusDetails: [{
                        code: "string",
                        resolution: "string",
                        restriction: "string",
                    }],
                },
            },
            intraStripeFlows: {
                requested: false,
                status: "string",
                statusDetails: [{
                    code: "string",
                    resolution: "string",
                    restriction: "string",
                }],
            },
            object: "string",
            outboundPayments: {
                ach: {
                    requested: false,
                    status: "string",
                    statusDetails: [{
                        code: "string",
                        resolution: "string",
                        restriction: "string",
                    }],
                },
                usDomesticWire: {
                    requested: false,
                    status: "string",
                    statusDetails: [{
                        code: "string",
                        resolution: "string",
                        restriction: "string",
                    }],
                },
            },
            outboundTransfers: {
                ach: {
                    requested: false,
                    status: "string",
                    statusDetails: [{
                        code: "string",
                        resolution: "string",
                        restriction: "string",
                    }],
                },
                usDomesticWire: {
                    requested: false,
                    status: "string",
                    statusDetails: [{
                        code: "string",
                        resolution: "string",
                        restriction: "string",
                    }],
                },
            },
        },
        metadata: {
            string: "string",
        },
        nickname: "string",
        platformRestrictions: {
            inboundFlows: "string",
            outboundFlows: "string",
        },
    });
    
    type: stripe:TreasuryFinancialAccount
    properties:
        features:
            cardIssuing:
                requested: false
                status: string
                statusDetails:
                    - code: string
                      resolution: string
                      restriction: string
            depositInsurance:
                requested: false
                status: string
                statusDetails:
                    - code: string
                      resolution: string
                      restriction: string
            financialAddresses:
                aba:
                    requested: false
                    status: string
                    statusDetails:
                        - code: string
                          resolution: string
                          restriction: string
            inboundTransfers:
                ach:
                    requested: false
                    status: string
                    statusDetails:
                        - code: string
                          resolution: string
                          restriction: string
            intraStripeFlows:
                requested: false
                status: string
                statusDetails:
                    - code: string
                      resolution: string
                      restriction: string
            object: string
            outboundPayments:
                ach:
                    requested: false
                    status: string
                    statusDetails:
                        - code: string
                          resolution: string
                          restriction: string
                usDomesticWire:
                    requested: false
                    status: string
                    statusDetails:
                        - code: string
                          resolution: string
                          restriction: string
            outboundTransfers:
                ach:
                    requested: false
                    status: string
                    statusDetails:
                        - code: string
                          resolution: string
                          restriction: string
                usDomesticWire:
                    requested: false
                    status: string
                    statusDetails:
                        - code: string
                          resolution: string
                          restriction: string
        metadata:
            string: string
        nickname: string
        platformRestrictions:
            inboundFlows: string
            outboundFlows: string
        supportedCurrencies:
            - string
    

    TreasuryFinancialAccount Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The TreasuryFinancialAccount resource accepts the following input properties:

    SupportedCurrencies List<string>
    The currencies the FinancialAccount can hold a balance in. Three-letter ISO currency code, in lowercase.
    Features TreasuryFinancialAccountFeatures
    Encodes whether a FinancialAccount has access to a particular Feature, with a status enum and associated status_details. Stripe or the platform can control Features via the requested field.
    Metadata Dictionary<string, string>
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    Nickname string
    The nickname for the FinancialAccount.
    PlatformRestrictions TreasuryFinancialAccountPlatformRestrictions
    The set of functionalities that the platform can restrict on the FinancialAccount.
    SupportedCurrencies []string
    The currencies the FinancialAccount can hold a balance in. Three-letter ISO currency code, in lowercase.
    Features TreasuryFinancialAccountFeaturesArgs
    Encodes whether a FinancialAccount has access to a particular Feature, with a status enum and associated status_details. Stripe or the platform can control Features via the requested field.
    Metadata map[string]string
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    Nickname string
    The nickname for the FinancialAccount.
    PlatformRestrictions TreasuryFinancialAccountPlatformRestrictionsArgs
    The set of functionalities that the platform can restrict on the FinancialAccount.
    supported_currencies list(string)
    The currencies the FinancialAccount can hold a balance in. Three-letter ISO currency code, in lowercase.
    features object
    Encodes whether a FinancialAccount has access to a particular Feature, with a status enum and associated status_details. Stripe or the platform can control Features via the requested field.
    metadata map(string)
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    nickname string
    The nickname for the FinancialAccount.
    platform_restrictions object
    The set of functionalities that the platform can restrict on the FinancialAccount.
    supportedCurrencies List<String>
    The currencies the FinancialAccount can hold a balance in. Three-letter ISO currency code, in lowercase.
    features TreasuryFinancialAccountFeatures
    Encodes whether a FinancialAccount has access to a particular Feature, with a status enum and associated status_details. Stripe or the platform can control Features via the requested field.
    metadata Map<String,String>
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    nickname String
    The nickname for the FinancialAccount.
    platformRestrictions TreasuryFinancialAccountPlatformRestrictions
    The set of functionalities that the platform can restrict on the FinancialAccount.
    supportedCurrencies string[]
    The currencies the FinancialAccount can hold a balance in. Three-letter ISO currency code, in lowercase.
    features TreasuryFinancialAccountFeatures
    Encodes whether a FinancialAccount has access to a particular Feature, with a status enum and associated status_details. Stripe or the platform can control Features via the requested field.
    metadata {[key: string]: string}
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    nickname string
    The nickname for the FinancialAccount.
    platformRestrictions TreasuryFinancialAccountPlatformRestrictions
    The set of functionalities that the platform can restrict on the FinancialAccount.
    supported_currencies Sequence[str]
    The currencies the FinancialAccount can hold a balance in. Three-letter ISO currency code, in lowercase.
    features TreasuryFinancialAccountFeaturesArgs
    Encodes whether a FinancialAccount has access to a particular Feature, with a status enum and associated status_details. Stripe or the platform can control Features via the requested field.
    metadata Mapping[str, str]
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    nickname str
    The nickname for the FinancialAccount.
    platform_restrictions TreasuryFinancialAccountPlatformRestrictionsArgs
    The set of functionalities that the platform can restrict on the FinancialAccount.
    supportedCurrencies List<String>
    The currencies the FinancialAccount can hold a balance in. Three-letter ISO currency code, in lowercase.
    features Property Map
    Encodes whether a FinancialAccount has access to a particular Feature, with a status enum and associated status_details. Stripe or the platform can control Features via the requested field.
    metadata Map<String>
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    nickname String
    The nickname for the FinancialAccount.
    platformRestrictions Property Map
    The set of functionalities that the platform can restrict on the FinancialAccount.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the TreasuryFinancialAccount resource produces the following output properties:

    ActiveFeatures List<string>
    The array of paths to active Features in the Features hash.
    Balance TreasuryFinancialAccountBalance
    Balance information for the FinancialAccount
    Country string
    Two-letter country code (ISO 3166-1 alpha-2).
    Created double
    Time at which the object was created. Measured in seconds since the Unix epoch.
    FinancialAddresses List<TreasuryFinancialAccountFinancialAddress>
    The set of credentials that resolve to a FinancialAccount.
    Id string
    The provider-assigned unique ID for this managed resource.
    IsDefault bool
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    Object string
    String representing the object's type. Objects of the same type share the same value.
    PendingFeatures List<string>
    The array of paths to pending Features in the Features hash.
    RestrictedFeatures List<string>
    The array of paths to restricted Features in the Features hash.
    Status string
    Status of this FinancialAccount.
    StatusDetails TreasuryFinancialAccountStatusDetails
    ActiveFeatures []string
    The array of paths to active Features in the Features hash.
    Balance TreasuryFinancialAccountBalance
    Balance information for the FinancialAccount
    Country string
    Two-letter country code (ISO 3166-1 alpha-2).
    Created float64
    Time at which the object was created. Measured in seconds since the Unix epoch.
    FinancialAddresses []TreasuryFinancialAccountFinancialAddress
    The set of credentials that resolve to a FinancialAccount.
    Id string
    The provider-assigned unique ID for this managed resource.
    IsDefault bool
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    Object string
    String representing the object's type. Objects of the same type share the same value.
    PendingFeatures []string
    The array of paths to pending Features in the Features hash.
    RestrictedFeatures []string
    The array of paths to restricted Features in the Features hash.
    Status string
    Status of this FinancialAccount.
    StatusDetails TreasuryFinancialAccountStatusDetails
    active_features list(string)
    The array of paths to active Features in the Features hash.
    balance object
    Balance information for the FinancialAccount
    country string
    Two-letter country code (ISO 3166-1 alpha-2).
    created number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    financial_addresses list(object)
    The set of credentials that resolve to a FinancialAccount.
    id string
    The provider-assigned unique ID for this managed resource.
    is_default bool
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object string
    String representing the object's type. Objects of the same type share the same value.
    pending_features list(string)
    The array of paths to pending Features in the Features hash.
    restricted_features list(string)
    The array of paths to restricted Features in the Features hash.
    status string
    Status of this FinancialAccount.
    status_details object
    activeFeatures List<String>
    The array of paths to active Features in the Features hash.
    balance TreasuryFinancialAccountBalance
    Balance information for the FinancialAccount
    country String
    Two-letter country code (ISO 3166-1 alpha-2).
    created Double
    Time at which the object was created. Measured in seconds since the Unix epoch.
    financialAddresses List<TreasuryFinancialAccountFinancialAddress>
    The set of credentials that resolve to a FinancialAccount.
    id String
    The provider-assigned unique ID for this managed resource.
    isDefault Boolean
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object String
    String representing the object's type. Objects of the same type share the same value.
    pendingFeatures List<String>
    The array of paths to pending Features in the Features hash.
    restrictedFeatures List<String>
    The array of paths to restricted Features in the Features hash.
    status String
    Status of this FinancialAccount.
    statusDetails TreasuryFinancialAccountStatusDetails
    activeFeatures string[]
    The array of paths to active Features in the Features hash.
    balance TreasuryFinancialAccountBalance
    Balance information for the FinancialAccount
    country string
    Two-letter country code (ISO 3166-1 alpha-2).
    created number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    financialAddresses TreasuryFinancialAccountFinancialAddress[]
    The set of credentials that resolve to a FinancialAccount.
    id string
    The provider-assigned unique ID for this managed resource.
    isDefault boolean
    livemode boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object string
    String representing the object's type. Objects of the same type share the same value.
    pendingFeatures string[]
    The array of paths to pending Features in the Features hash.
    restrictedFeatures string[]
    The array of paths to restricted Features in the Features hash.
    status string
    Status of this FinancialAccount.
    statusDetails TreasuryFinancialAccountStatusDetails
    active_features Sequence[str]
    The array of paths to active Features in the Features hash.
    balance TreasuryFinancialAccountBalance
    Balance information for the FinancialAccount
    country str
    Two-letter country code (ISO 3166-1 alpha-2).
    created float
    Time at which the object was created. Measured in seconds since the Unix epoch.
    financial_addresses Sequence[TreasuryFinancialAccountFinancialAddress]
    The set of credentials that resolve to a FinancialAccount.
    id str
    The provider-assigned unique ID for this managed resource.
    is_default bool
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object str
    String representing the object's type. Objects of the same type share the same value.
    pending_features Sequence[str]
    The array of paths to pending Features in the Features hash.
    restricted_features Sequence[str]
    The array of paths to restricted Features in the Features hash.
    status str
    Status of this FinancialAccount.
    status_details TreasuryFinancialAccountStatusDetails
    activeFeatures List<String>
    The array of paths to active Features in the Features hash.
    balance Property Map
    Balance information for the FinancialAccount
    country String
    Two-letter country code (ISO 3166-1 alpha-2).
    created Number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    financialAddresses List<Property Map>
    The set of credentials that resolve to a FinancialAccount.
    id String
    The provider-assigned unique ID for this managed resource.
    isDefault Boolean
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object String
    String representing the object's type. Objects of the same type share the same value.
    pendingFeatures List<String>
    The array of paths to pending Features in the Features hash.
    restrictedFeatures List<String>
    The array of paths to restricted Features in the Features hash.
    status String
    Status of this FinancialAccount.
    statusDetails Property Map

    Look up Existing TreasuryFinancialAccount Resource

    Get an existing TreasuryFinancialAccount resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: TreasuryFinancialAccountState, opts?: CustomResourceOptions): TreasuryFinancialAccount
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            active_features: Optional[Sequence[str]] = None,
            balance: Optional[TreasuryFinancialAccountBalanceArgs] = None,
            country: Optional[str] = None,
            created: Optional[float] = None,
            features: Optional[TreasuryFinancialAccountFeaturesArgs] = None,
            financial_addresses: Optional[Sequence[TreasuryFinancialAccountFinancialAddressArgs]] = None,
            is_default: Optional[bool] = None,
            livemode: Optional[bool] = None,
            metadata: Optional[Mapping[str, str]] = None,
            nickname: Optional[str] = None,
            object: Optional[str] = None,
            pending_features: Optional[Sequence[str]] = None,
            platform_restrictions: Optional[TreasuryFinancialAccountPlatformRestrictionsArgs] = None,
            restricted_features: Optional[Sequence[str]] = None,
            status: Optional[str] = None,
            status_details: Optional[TreasuryFinancialAccountStatusDetailsArgs] = None,
            supported_currencies: Optional[Sequence[str]] = None) -> TreasuryFinancialAccount
    func GetTreasuryFinancialAccount(ctx *Context, name string, id IDInput, state *TreasuryFinancialAccountState, opts ...ResourceOption) (*TreasuryFinancialAccount, error)
    public static TreasuryFinancialAccount Get(string name, Input<string> id, TreasuryFinancialAccountState? state, CustomResourceOptions? opts = null)
    public static TreasuryFinancialAccount get(String name, Output<String> id, TreasuryFinancialAccountState state, CustomResourceOptions options)
    resources:  _:    type: stripe:TreasuryFinancialAccount    get:      id: ${id}
    import {
      to = stripe_treasury_financial_account.example
      id = "${id}"
    }
    
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    ActiveFeatures List<string>
    The array of paths to active Features in the Features hash.
    Balance TreasuryFinancialAccountBalance
    Balance information for the FinancialAccount
    Country string
    Two-letter country code (ISO 3166-1 alpha-2).
    Created double
    Time at which the object was created. Measured in seconds since the Unix epoch.
    Features TreasuryFinancialAccountFeatures
    Encodes whether a FinancialAccount has access to a particular Feature, with a status enum and associated status_details. Stripe or the platform can control Features via the requested field.
    FinancialAddresses List<TreasuryFinancialAccountFinancialAddress>
    The set of credentials that resolve to a FinancialAccount.
    IsDefault bool
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    Metadata Dictionary<string, string>
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    Nickname string
    The nickname for the FinancialAccount.
    Object string
    String representing the object's type. Objects of the same type share the same value.
    PendingFeatures List<string>
    The array of paths to pending Features in the Features hash.
    PlatformRestrictions TreasuryFinancialAccountPlatformRestrictions
    The set of functionalities that the platform can restrict on the FinancialAccount.
    RestrictedFeatures List<string>
    The array of paths to restricted Features in the Features hash.
    Status string
    Status of this FinancialAccount.
    StatusDetails TreasuryFinancialAccountStatusDetails
    SupportedCurrencies List<string>
    The currencies the FinancialAccount can hold a balance in. Three-letter ISO currency code, in lowercase.
    ActiveFeatures []string
    The array of paths to active Features in the Features hash.
    Balance TreasuryFinancialAccountBalanceArgs
    Balance information for the FinancialAccount
    Country string
    Two-letter country code (ISO 3166-1 alpha-2).
    Created float64
    Time at which the object was created. Measured in seconds since the Unix epoch.
    Features TreasuryFinancialAccountFeaturesArgs
    Encodes whether a FinancialAccount has access to a particular Feature, with a status enum and associated status_details. Stripe or the platform can control Features via the requested field.
    FinancialAddresses []TreasuryFinancialAccountFinancialAddressArgs
    The set of credentials that resolve to a FinancialAccount.
    IsDefault bool
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    Metadata map[string]string
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    Nickname string
    The nickname for the FinancialAccount.
    Object string
    String representing the object's type. Objects of the same type share the same value.
    PendingFeatures []string
    The array of paths to pending Features in the Features hash.
    PlatformRestrictions TreasuryFinancialAccountPlatformRestrictionsArgs
    The set of functionalities that the platform can restrict on the FinancialAccount.
    RestrictedFeatures []string
    The array of paths to restricted Features in the Features hash.
    Status string
    Status of this FinancialAccount.
    StatusDetails TreasuryFinancialAccountStatusDetailsArgs
    SupportedCurrencies []string
    The currencies the FinancialAccount can hold a balance in. Three-letter ISO currency code, in lowercase.
    active_features list(string)
    The array of paths to active Features in the Features hash.
    balance object
    Balance information for the FinancialAccount
    country string
    Two-letter country code (ISO 3166-1 alpha-2).
    created number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    features object
    Encodes whether a FinancialAccount has access to a particular Feature, with a status enum and associated status_details. Stripe or the platform can control Features via the requested field.
    financial_addresses list(object)
    The set of credentials that resolve to a FinancialAccount.
    is_default bool
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    metadata map(string)
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    nickname string
    The nickname for the FinancialAccount.
    object string
    String representing the object's type. Objects of the same type share the same value.
    pending_features list(string)
    The array of paths to pending Features in the Features hash.
    platform_restrictions object
    The set of functionalities that the platform can restrict on the FinancialAccount.
    restricted_features list(string)
    The array of paths to restricted Features in the Features hash.
    status string
    Status of this FinancialAccount.
    status_details object
    supported_currencies list(string)
    The currencies the FinancialAccount can hold a balance in. Three-letter ISO currency code, in lowercase.
    activeFeatures List<String>
    The array of paths to active Features in the Features hash.
    balance TreasuryFinancialAccountBalance
    Balance information for the FinancialAccount
    country String
    Two-letter country code (ISO 3166-1 alpha-2).
    created Double
    Time at which the object was created. Measured in seconds since the Unix epoch.
    features TreasuryFinancialAccountFeatures
    Encodes whether a FinancialAccount has access to a particular Feature, with a status enum and associated status_details. Stripe or the platform can control Features via the requested field.
    financialAddresses List<TreasuryFinancialAccountFinancialAddress>
    The set of credentials that resolve to a FinancialAccount.
    isDefault Boolean
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    metadata Map<String,String>
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    nickname String
    The nickname for the FinancialAccount.
    object String
    String representing the object's type. Objects of the same type share the same value.
    pendingFeatures List<String>
    The array of paths to pending Features in the Features hash.
    platformRestrictions TreasuryFinancialAccountPlatformRestrictions
    The set of functionalities that the platform can restrict on the FinancialAccount.
    restrictedFeatures List<String>
    The array of paths to restricted Features in the Features hash.
    status String
    Status of this FinancialAccount.
    statusDetails TreasuryFinancialAccountStatusDetails
    supportedCurrencies List<String>
    The currencies the FinancialAccount can hold a balance in. Three-letter ISO currency code, in lowercase.
    activeFeatures string[]
    The array of paths to active Features in the Features hash.
    balance TreasuryFinancialAccountBalance
    Balance information for the FinancialAccount
    country string
    Two-letter country code (ISO 3166-1 alpha-2).
    created number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    features TreasuryFinancialAccountFeatures
    Encodes whether a FinancialAccount has access to a particular Feature, with a status enum and associated status_details. Stripe or the platform can control Features via the requested field.
    financialAddresses TreasuryFinancialAccountFinancialAddress[]
    The set of credentials that resolve to a FinancialAccount.
    isDefault boolean
    livemode boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    metadata {[key: string]: string}
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    nickname string
    The nickname for the FinancialAccount.
    object string
    String representing the object's type. Objects of the same type share the same value.
    pendingFeatures string[]
    The array of paths to pending Features in the Features hash.
    platformRestrictions TreasuryFinancialAccountPlatformRestrictions
    The set of functionalities that the platform can restrict on the FinancialAccount.
    restrictedFeatures string[]
    The array of paths to restricted Features in the Features hash.
    status string
    Status of this FinancialAccount.
    statusDetails TreasuryFinancialAccountStatusDetails
    supportedCurrencies string[]
    The currencies the FinancialAccount can hold a balance in. Three-letter ISO currency code, in lowercase.
    active_features Sequence[str]
    The array of paths to active Features in the Features hash.
    balance TreasuryFinancialAccountBalanceArgs
    Balance information for the FinancialAccount
    country str
    Two-letter country code (ISO 3166-1 alpha-2).
    created float
    Time at which the object was created. Measured in seconds since the Unix epoch.
    features TreasuryFinancialAccountFeaturesArgs
    Encodes whether a FinancialAccount has access to a particular Feature, with a status enum and associated status_details. Stripe or the platform can control Features via the requested field.
    financial_addresses Sequence[TreasuryFinancialAccountFinancialAddressArgs]
    The set of credentials that resolve to a FinancialAccount.
    is_default bool
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    metadata Mapping[str, str]
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    nickname str
    The nickname for the FinancialAccount.
    object str
    String representing the object's type. Objects of the same type share the same value.
    pending_features Sequence[str]
    The array of paths to pending Features in the Features hash.
    platform_restrictions TreasuryFinancialAccountPlatformRestrictionsArgs
    The set of functionalities that the platform can restrict on the FinancialAccount.
    restricted_features Sequence[str]
    The array of paths to restricted Features in the Features hash.
    status str
    Status of this FinancialAccount.
    status_details TreasuryFinancialAccountStatusDetailsArgs
    supported_currencies Sequence[str]
    The currencies the FinancialAccount can hold a balance in. Three-letter ISO currency code, in lowercase.
    activeFeatures List<String>
    The array of paths to active Features in the Features hash.
    balance Property Map
    Balance information for the FinancialAccount
    country String
    Two-letter country code (ISO 3166-1 alpha-2).
    created Number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    features Property Map
    Encodes whether a FinancialAccount has access to a particular Feature, with a status enum and associated status_details. Stripe or the platform can control Features via the requested field.
    financialAddresses List<Property Map>
    The set of credentials that resolve to a FinancialAccount.
    isDefault Boolean
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    metadata Map<String>
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    nickname String
    The nickname for the FinancialAccount.
    object String
    String representing the object's type. Objects of the same type share the same value.
    pendingFeatures List<String>
    The array of paths to pending Features in the Features hash.
    platformRestrictions Property Map
    The set of functionalities that the platform can restrict on the FinancialAccount.
    restrictedFeatures List<String>
    The array of paths to restricted Features in the Features hash.
    status String
    Status of this FinancialAccount.
    statusDetails Property Map
    supportedCurrencies List<String>
    The currencies the FinancialAccount can hold a balance in. Three-letter ISO currency code, in lowercase.

    Supporting Types

    TreasuryFinancialAccountBalance, TreasuryFinancialAccountBalanceArgs

    Cash Dictionary<string, double>
    Funds the user can spend right now.
    InboundPending Dictionary<string, double>
    Funds not spendable yet, but will become available at a later time.
    OutboundPending Dictionary<string, double>
    Funds in the account, but not spendable because they are being held for pending outbound flows.
    Cash map[string]float64
    Funds the user can spend right now.
    InboundPending map[string]float64
    Funds not spendable yet, but will become available at a later time.
    OutboundPending map[string]float64
    Funds in the account, but not spendable because they are being held for pending outbound flows.
    cash map(number)
    Funds the user can spend right now.
    inbound_pending map(number)
    Funds not spendable yet, but will become available at a later time.
    outbound_pending map(number)
    Funds in the account, but not spendable because they are being held for pending outbound flows.
    cash Map<String,Double>
    Funds the user can spend right now.
    inboundPending Map<String,Double>
    Funds not spendable yet, but will become available at a later time.
    outboundPending Map<String,Double>
    Funds in the account, but not spendable because they are being held for pending outbound flows.
    cash {[key: string]: number}
    Funds the user can spend right now.
    inboundPending {[key: string]: number}
    Funds not spendable yet, but will become available at a later time.
    outboundPending {[key: string]: number}
    Funds in the account, but not spendable because they are being held for pending outbound flows.
    cash Mapping[str, float]
    Funds the user can spend right now.
    inbound_pending Mapping[str, float]
    Funds not spendable yet, but will become available at a later time.
    outbound_pending Mapping[str, float]
    Funds in the account, but not spendable because they are being held for pending outbound flows.
    cash Map<Number>
    Funds the user can spend right now.
    inboundPending Map<Number>
    Funds not spendable yet, but will become available at a later time.
    outboundPending Map<Number>
    Funds in the account, but not spendable because they are being held for pending outbound flows.

    TreasuryFinancialAccountFeatures, TreasuryFinancialAccountFeaturesArgs

    CardIssuing TreasuryFinancialAccountFeaturesCardIssuing
    Toggle settings for enabling/disabling a feature
    DepositInsurance TreasuryFinancialAccountFeaturesDepositInsurance
    Toggle settings for enabling/disabling a feature
    FinancialAddresses TreasuryFinancialAccountFeaturesFinancialAddresses
    Settings related to Financial Addresses features on a Financial Account
    InboundTransfers TreasuryFinancialAccountFeaturesInboundTransfers
    InboundTransfers contains inbound transfers features for a FinancialAccount.
    IntraStripeFlows TreasuryFinancialAccountFeaturesIntraStripeFlows
    Toggle settings for enabling/disabling a feature
    Object string
    String representing the object's type. Objects of the same type share the same value.
    OutboundPayments TreasuryFinancialAccountFeaturesOutboundPayments
    Settings related to Outbound Payments features on a Financial Account
    OutboundTransfers TreasuryFinancialAccountFeaturesOutboundTransfers
    OutboundTransfers contains outbound transfers features for a FinancialAccount.
    CardIssuing TreasuryFinancialAccountFeaturesCardIssuing
    Toggle settings for enabling/disabling a feature
    DepositInsurance TreasuryFinancialAccountFeaturesDepositInsurance
    Toggle settings for enabling/disabling a feature
    FinancialAddresses TreasuryFinancialAccountFeaturesFinancialAddresses
    Settings related to Financial Addresses features on a Financial Account
    InboundTransfers TreasuryFinancialAccountFeaturesInboundTransfers
    InboundTransfers contains inbound transfers features for a FinancialAccount.
    IntraStripeFlows TreasuryFinancialAccountFeaturesIntraStripeFlows
    Toggle settings for enabling/disabling a feature
    Object string
    String representing the object's type. Objects of the same type share the same value.
    OutboundPayments TreasuryFinancialAccountFeaturesOutboundPayments
    Settings related to Outbound Payments features on a Financial Account
    OutboundTransfers TreasuryFinancialAccountFeaturesOutboundTransfers
    OutboundTransfers contains outbound transfers features for a FinancialAccount.
    card_issuing object
    Toggle settings for enabling/disabling a feature
    deposit_insurance object
    Toggle settings for enabling/disabling a feature
    financial_addresses object
    Settings related to Financial Addresses features on a Financial Account
    inbound_transfers object
    InboundTransfers contains inbound transfers features for a FinancialAccount.
    intra_stripe_flows object
    Toggle settings for enabling/disabling a feature
    object string
    String representing the object's type. Objects of the same type share the same value.
    outbound_payments object
    Settings related to Outbound Payments features on a Financial Account
    outbound_transfers object
    OutboundTransfers contains outbound transfers features for a FinancialAccount.
    cardIssuing TreasuryFinancialAccountFeaturesCardIssuing
    Toggle settings for enabling/disabling a feature
    depositInsurance TreasuryFinancialAccountFeaturesDepositInsurance
    Toggle settings for enabling/disabling a feature
    financialAddresses TreasuryFinancialAccountFeaturesFinancialAddresses
    Settings related to Financial Addresses features on a Financial Account
    inboundTransfers TreasuryFinancialAccountFeaturesInboundTransfers
    InboundTransfers contains inbound transfers features for a FinancialAccount.
    intraStripeFlows TreasuryFinancialAccountFeaturesIntraStripeFlows
    Toggle settings for enabling/disabling a feature
    object String
    String representing the object's type. Objects of the same type share the same value.
    outboundPayments TreasuryFinancialAccountFeaturesOutboundPayments
    Settings related to Outbound Payments features on a Financial Account
    outboundTransfers TreasuryFinancialAccountFeaturesOutboundTransfers
    OutboundTransfers contains outbound transfers features for a FinancialAccount.
    cardIssuing TreasuryFinancialAccountFeaturesCardIssuing
    Toggle settings for enabling/disabling a feature
    depositInsurance TreasuryFinancialAccountFeaturesDepositInsurance
    Toggle settings for enabling/disabling a feature
    financialAddresses TreasuryFinancialAccountFeaturesFinancialAddresses
    Settings related to Financial Addresses features on a Financial Account
    inboundTransfers TreasuryFinancialAccountFeaturesInboundTransfers
    InboundTransfers contains inbound transfers features for a FinancialAccount.
    intraStripeFlows TreasuryFinancialAccountFeaturesIntraStripeFlows
    Toggle settings for enabling/disabling a feature
    object string
    String representing the object's type. Objects of the same type share the same value.
    outboundPayments TreasuryFinancialAccountFeaturesOutboundPayments
    Settings related to Outbound Payments features on a Financial Account
    outboundTransfers TreasuryFinancialAccountFeaturesOutboundTransfers
    OutboundTransfers contains outbound transfers features for a FinancialAccount.
    card_issuing TreasuryFinancialAccountFeaturesCardIssuing
    Toggle settings for enabling/disabling a feature
    deposit_insurance TreasuryFinancialAccountFeaturesDepositInsurance
    Toggle settings for enabling/disabling a feature
    financial_addresses TreasuryFinancialAccountFeaturesFinancialAddresses
    Settings related to Financial Addresses features on a Financial Account
    inbound_transfers TreasuryFinancialAccountFeaturesInboundTransfers
    InboundTransfers contains inbound transfers features for a FinancialAccount.
    intra_stripe_flows TreasuryFinancialAccountFeaturesIntraStripeFlows
    Toggle settings for enabling/disabling a feature
    object str
    String representing the object's type. Objects of the same type share the same value.
    outbound_payments TreasuryFinancialAccountFeaturesOutboundPayments
    Settings related to Outbound Payments features on a Financial Account
    outbound_transfers TreasuryFinancialAccountFeaturesOutboundTransfers
    OutboundTransfers contains outbound transfers features for a FinancialAccount.
    cardIssuing Property Map
    Toggle settings for enabling/disabling a feature
    depositInsurance Property Map
    Toggle settings for enabling/disabling a feature
    financialAddresses Property Map
    Settings related to Financial Addresses features on a Financial Account
    inboundTransfers Property Map
    InboundTransfers contains inbound transfers features for a FinancialAccount.
    intraStripeFlows Property Map
    Toggle settings for enabling/disabling a feature
    object String
    String representing the object's type. Objects of the same type share the same value.
    outboundPayments Property Map
    Settings related to Outbound Payments features on a Financial Account
    outboundTransfers Property Map
    OutboundTransfers contains outbound transfers features for a FinancialAccount.

    TreasuryFinancialAccountFeaturesCardIssuing, TreasuryFinancialAccountFeaturesCardIssuingArgs

    Requested bool
    Whether the FinancialAccount should have the Feature.
    Status string
    Whether the Feature is operational.
    StatusDetails List<TreasuryFinancialAccountFeaturesCardIssuingStatusDetail>
    Additional details; includes at least one entry when the status is not active.
    Requested bool
    Whether the FinancialAccount should have the Feature.
    Status string
    Whether the Feature is operational.
    StatusDetails []TreasuryFinancialAccountFeaturesCardIssuingStatusDetail
    Additional details; includes at least one entry when the status is not active.
    requested bool
    Whether the FinancialAccount should have the Feature.
    status string
    Whether the Feature is operational.
    status_details list(object)
    Additional details; includes at least one entry when the status is not active.
    requested Boolean
    Whether the FinancialAccount should have the Feature.
    status String
    Whether the Feature is operational.
    statusDetails List<TreasuryFinancialAccountFeaturesCardIssuingStatusDetail>
    Additional details; includes at least one entry when the status is not active.
    requested boolean
    Whether the FinancialAccount should have the Feature.
    status string
    Whether the Feature is operational.
    statusDetails TreasuryFinancialAccountFeaturesCardIssuingStatusDetail[]
    Additional details; includes at least one entry when the status is not active.
    requested bool
    Whether the FinancialAccount should have the Feature.
    status str
    Whether the Feature is operational.
    status_details Sequence[TreasuryFinancialAccountFeaturesCardIssuingStatusDetail]
    Additional details; includes at least one entry when the status is not active.
    requested Boolean
    Whether the FinancialAccount should have the Feature.
    status String
    Whether the Feature is operational.
    statusDetails List<Property Map>
    Additional details; includes at least one entry when the status is not active.

    TreasuryFinancialAccountFeaturesCardIssuingStatusDetail, TreasuryFinancialAccountFeaturesCardIssuingStatusDetailArgs

    Code string
    Represents the reason why the status is pending or restricted.
    Resolution string
    Represents what the user should do, if anything, to activate the Feature.
    Restriction string
    The platform_restrictions that are restricting this Feature.
    Code string
    Represents the reason why the status is pending or restricted.
    Resolution string
    Represents what the user should do, if anything, to activate the Feature.
    Restriction string
    The platform_restrictions that are restricting this Feature.
    code string
    Represents the reason why the status is pending or restricted.
    resolution string
    Represents what the user should do, if anything, to activate the Feature.
    restriction string
    The platform_restrictions that are restricting this Feature.
    code String
    Represents the reason why the status is pending or restricted.
    resolution String
    Represents what the user should do, if anything, to activate the Feature.
    restriction String
    The platform_restrictions that are restricting this Feature.
    code string
    Represents the reason why the status is pending or restricted.
    resolution string
    Represents what the user should do, if anything, to activate the Feature.
    restriction string
    The platform_restrictions that are restricting this Feature.
    code str
    Represents the reason why the status is pending or restricted.
    resolution str
    Represents what the user should do, if anything, to activate the Feature.
    restriction str
    The platform_restrictions that are restricting this Feature.
    code String
    Represents the reason why the status is pending or restricted.
    resolution String
    Represents what the user should do, if anything, to activate the Feature.
    restriction String
    The platform_restrictions that are restricting this Feature.

    TreasuryFinancialAccountFeaturesDepositInsurance, TreasuryFinancialAccountFeaturesDepositInsuranceArgs

    Requested bool
    Whether the FinancialAccount should have the Feature.
    Status string
    Whether the Feature is operational.
    StatusDetails List<TreasuryFinancialAccountFeaturesDepositInsuranceStatusDetail>
    Additional details; includes at least one entry when the status is not active.
    Requested bool
    Whether the FinancialAccount should have the Feature.
    Status string
    Whether the Feature is operational.
    StatusDetails []TreasuryFinancialAccountFeaturesDepositInsuranceStatusDetail
    Additional details; includes at least one entry when the status is not active.
    requested bool
    Whether the FinancialAccount should have the Feature.
    status string
    Whether the Feature is operational.
    status_details list(object)
    Additional details; includes at least one entry when the status is not active.
    requested Boolean
    Whether the FinancialAccount should have the Feature.
    status String
    Whether the Feature is operational.
    statusDetails List<TreasuryFinancialAccountFeaturesDepositInsuranceStatusDetail>
    Additional details; includes at least one entry when the status is not active.
    requested boolean
    Whether the FinancialAccount should have the Feature.
    status string
    Whether the Feature is operational.
    statusDetails TreasuryFinancialAccountFeaturesDepositInsuranceStatusDetail[]
    Additional details; includes at least one entry when the status is not active.
    requested bool
    Whether the FinancialAccount should have the Feature.
    status str
    Whether the Feature is operational.
    status_details Sequence[TreasuryFinancialAccountFeaturesDepositInsuranceStatusDetail]
    Additional details; includes at least one entry when the status is not active.
    requested Boolean
    Whether the FinancialAccount should have the Feature.
    status String
    Whether the Feature is operational.
    statusDetails List<Property Map>
    Additional details; includes at least one entry when the status is not active.

    TreasuryFinancialAccountFeaturesDepositInsuranceStatusDetail, TreasuryFinancialAccountFeaturesDepositInsuranceStatusDetailArgs

    Code string
    Represents the reason why the status is pending or restricted.
    Resolution string
    Represents what the user should do, if anything, to activate the Feature.
    Restriction string
    The platform_restrictions that are restricting this Feature.
    Code string
    Represents the reason why the status is pending or restricted.
    Resolution string
    Represents what the user should do, if anything, to activate the Feature.
    Restriction string
    The platform_restrictions that are restricting this Feature.
    code string
    Represents the reason why the status is pending or restricted.
    resolution string
    Represents what the user should do, if anything, to activate the Feature.
    restriction string
    The platform_restrictions that are restricting this Feature.
    code String
    Represents the reason why the status is pending or restricted.
    resolution String
    Represents what the user should do, if anything, to activate the Feature.
    restriction String
    The platform_restrictions that are restricting this Feature.
    code string
    Represents the reason why the status is pending or restricted.
    resolution string
    Represents what the user should do, if anything, to activate the Feature.
    restriction string
    The platform_restrictions that are restricting this Feature.
    code str
    Represents the reason why the status is pending or restricted.
    resolution str
    Represents what the user should do, if anything, to activate the Feature.
    restriction str
    The platform_restrictions that are restricting this Feature.
    code String
    Represents the reason why the status is pending or restricted.
    resolution String
    Represents what the user should do, if anything, to activate the Feature.
    restriction String
    The platform_restrictions that are restricting this Feature.

    TreasuryFinancialAccountFeaturesFinancialAddresses, TreasuryFinancialAccountFeaturesFinancialAddressesArgs

    Aba TreasuryFinancialAccountFeaturesFinancialAddressesAba
    Toggle settings for enabling/disabling the ABA address feature
    Aba TreasuryFinancialAccountFeaturesFinancialAddressesAba
    Toggle settings for enabling/disabling the ABA address feature
    aba object
    Toggle settings for enabling/disabling the ABA address feature
    aba TreasuryFinancialAccountFeaturesFinancialAddressesAba
    Toggle settings for enabling/disabling the ABA address feature
    aba TreasuryFinancialAccountFeaturesFinancialAddressesAba
    Toggle settings for enabling/disabling the ABA address feature
    aba TreasuryFinancialAccountFeaturesFinancialAddressesAba
    Toggle settings for enabling/disabling the ABA address feature
    aba Property Map
    Toggle settings for enabling/disabling the ABA address feature

    TreasuryFinancialAccountFeaturesFinancialAddressesAba, TreasuryFinancialAccountFeaturesFinancialAddressesAbaArgs

    Requested bool
    Whether the FinancialAccount should have the Feature.
    Status string
    Whether the Feature is operational.
    StatusDetails List<TreasuryFinancialAccountFeaturesFinancialAddressesAbaStatusDetail>
    Additional details; includes at least one entry when the status is not active.
    Requested bool
    Whether the FinancialAccount should have the Feature.
    Status string
    Whether the Feature is operational.
    StatusDetails []TreasuryFinancialAccountFeaturesFinancialAddressesAbaStatusDetail
    Additional details; includes at least one entry when the status is not active.
    requested bool
    Whether the FinancialAccount should have the Feature.
    status string
    Whether the Feature is operational.
    status_details list(object)
    Additional details; includes at least one entry when the status is not active.
    requested Boolean
    Whether the FinancialAccount should have the Feature.
    status String
    Whether the Feature is operational.
    statusDetails List<TreasuryFinancialAccountFeaturesFinancialAddressesAbaStatusDetail>
    Additional details; includes at least one entry when the status is not active.
    requested boolean
    Whether the FinancialAccount should have the Feature.
    status string
    Whether the Feature is operational.
    statusDetails TreasuryFinancialAccountFeaturesFinancialAddressesAbaStatusDetail[]
    Additional details; includes at least one entry when the status is not active.
    requested bool
    Whether the FinancialAccount should have the Feature.
    status str
    Whether the Feature is operational.
    status_details Sequence[TreasuryFinancialAccountFeaturesFinancialAddressesAbaStatusDetail]
    Additional details; includes at least one entry when the status is not active.
    requested Boolean
    Whether the FinancialAccount should have the Feature.
    status String
    Whether the Feature is operational.
    statusDetails List<Property Map>
    Additional details; includes at least one entry when the status is not active.

    TreasuryFinancialAccountFeaturesFinancialAddressesAbaStatusDetail, TreasuryFinancialAccountFeaturesFinancialAddressesAbaStatusDetailArgs

    Code string
    Represents the reason why the status is pending or restricted.
    Resolution string
    Represents what the user should do, if anything, to activate the Feature.
    Restriction string
    The platform_restrictions that are restricting this Feature.
    Code string
    Represents the reason why the status is pending or restricted.
    Resolution string
    Represents what the user should do, if anything, to activate the Feature.
    Restriction string
    The platform_restrictions that are restricting this Feature.
    code string
    Represents the reason why the status is pending or restricted.
    resolution string
    Represents what the user should do, if anything, to activate the Feature.
    restriction string
    The platform_restrictions that are restricting this Feature.
    code String
    Represents the reason why the status is pending or restricted.
    resolution String
    Represents what the user should do, if anything, to activate the Feature.
    restriction String
    The platform_restrictions that are restricting this Feature.
    code string
    Represents the reason why the status is pending or restricted.
    resolution string
    Represents what the user should do, if anything, to activate the Feature.
    restriction string
    The platform_restrictions that are restricting this Feature.
    code str
    Represents the reason why the status is pending or restricted.
    resolution str
    Represents what the user should do, if anything, to activate the Feature.
    restriction str
    The platform_restrictions that are restricting this Feature.
    code String
    Represents the reason why the status is pending or restricted.
    resolution String
    Represents what the user should do, if anything, to activate the Feature.
    restriction String
    The platform_restrictions that are restricting this Feature.

    TreasuryFinancialAccountFeaturesInboundTransfers, TreasuryFinancialAccountFeaturesInboundTransfersArgs

    Ach TreasuryFinancialAccountFeaturesInboundTransfersAch
    Toggle settings for enabling/disabling an inbound ACH specific feature
    Ach TreasuryFinancialAccountFeaturesInboundTransfersAch
    Toggle settings for enabling/disabling an inbound ACH specific feature
    ach object
    Toggle settings for enabling/disabling an inbound ACH specific feature
    ach TreasuryFinancialAccountFeaturesInboundTransfersAch
    Toggle settings for enabling/disabling an inbound ACH specific feature
    ach TreasuryFinancialAccountFeaturesInboundTransfersAch
    Toggle settings for enabling/disabling an inbound ACH specific feature
    ach TreasuryFinancialAccountFeaturesInboundTransfersAch
    Toggle settings for enabling/disabling an inbound ACH specific feature
    ach Property Map
    Toggle settings for enabling/disabling an inbound ACH specific feature

    TreasuryFinancialAccountFeaturesInboundTransfersAch, TreasuryFinancialAccountFeaturesInboundTransfersAchArgs

    Requested bool
    Whether the FinancialAccount should have the Feature.
    Status string
    Whether the Feature is operational.
    StatusDetails List<TreasuryFinancialAccountFeaturesInboundTransfersAchStatusDetail>
    Additional details; includes at least one entry when the status is not active.
    Requested bool
    Whether the FinancialAccount should have the Feature.
    Status string
    Whether the Feature is operational.
    StatusDetails []TreasuryFinancialAccountFeaturesInboundTransfersAchStatusDetail
    Additional details; includes at least one entry when the status is not active.
    requested bool
    Whether the FinancialAccount should have the Feature.
    status string
    Whether the Feature is operational.
    status_details list(object)
    Additional details; includes at least one entry when the status is not active.
    requested Boolean
    Whether the FinancialAccount should have the Feature.
    status String
    Whether the Feature is operational.
    statusDetails List<TreasuryFinancialAccountFeaturesInboundTransfersAchStatusDetail>
    Additional details; includes at least one entry when the status is not active.
    requested boolean
    Whether the FinancialAccount should have the Feature.
    status string
    Whether the Feature is operational.
    statusDetails TreasuryFinancialAccountFeaturesInboundTransfersAchStatusDetail[]
    Additional details; includes at least one entry when the status is not active.
    requested bool
    Whether the FinancialAccount should have the Feature.
    status str
    Whether the Feature is operational.
    status_details Sequence[TreasuryFinancialAccountFeaturesInboundTransfersAchStatusDetail]
    Additional details; includes at least one entry when the status is not active.
    requested Boolean
    Whether the FinancialAccount should have the Feature.
    status String
    Whether the Feature is operational.
    statusDetails List<Property Map>
    Additional details; includes at least one entry when the status is not active.

    TreasuryFinancialAccountFeaturesInboundTransfersAchStatusDetail, TreasuryFinancialAccountFeaturesInboundTransfersAchStatusDetailArgs

    Code string
    Represents the reason why the status is pending or restricted.
    Resolution string
    Represents what the user should do, if anything, to activate the Feature.
    Restriction string
    The platform_restrictions that are restricting this Feature.
    Code string
    Represents the reason why the status is pending or restricted.
    Resolution string
    Represents what the user should do, if anything, to activate the Feature.
    Restriction string
    The platform_restrictions that are restricting this Feature.
    code string
    Represents the reason why the status is pending or restricted.
    resolution string
    Represents what the user should do, if anything, to activate the Feature.
    restriction string
    The platform_restrictions that are restricting this Feature.
    code String
    Represents the reason why the status is pending or restricted.
    resolution String
    Represents what the user should do, if anything, to activate the Feature.
    restriction String
    The platform_restrictions that are restricting this Feature.
    code string
    Represents the reason why the status is pending or restricted.
    resolution string
    Represents what the user should do, if anything, to activate the Feature.
    restriction string
    The platform_restrictions that are restricting this Feature.
    code str
    Represents the reason why the status is pending or restricted.
    resolution str
    Represents what the user should do, if anything, to activate the Feature.
    restriction str
    The platform_restrictions that are restricting this Feature.
    code String
    Represents the reason why the status is pending or restricted.
    resolution String
    Represents what the user should do, if anything, to activate the Feature.
    restriction String
    The platform_restrictions that are restricting this Feature.

    TreasuryFinancialAccountFeaturesIntraStripeFlows, TreasuryFinancialAccountFeaturesIntraStripeFlowsArgs

    Requested bool
    Whether the FinancialAccount should have the Feature.
    Status string
    Whether the Feature is operational.
    StatusDetails List<TreasuryFinancialAccountFeaturesIntraStripeFlowsStatusDetail>
    Additional details; includes at least one entry when the status is not active.
    Requested bool
    Whether the FinancialAccount should have the Feature.
    Status string
    Whether the Feature is operational.
    StatusDetails []TreasuryFinancialAccountFeaturesIntraStripeFlowsStatusDetail
    Additional details; includes at least one entry when the status is not active.
    requested bool
    Whether the FinancialAccount should have the Feature.
    status string
    Whether the Feature is operational.
    status_details list(object)
    Additional details; includes at least one entry when the status is not active.
    requested Boolean
    Whether the FinancialAccount should have the Feature.
    status String
    Whether the Feature is operational.
    statusDetails List<TreasuryFinancialAccountFeaturesIntraStripeFlowsStatusDetail>
    Additional details; includes at least one entry when the status is not active.
    requested boolean
    Whether the FinancialAccount should have the Feature.
    status string
    Whether the Feature is operational.
    statusDetails TreasuryFinancialAccountFeaturesIntraStripeFlowsStatusDetail[]
    Additional details; includes at least one entry when the status is not active.
    requested bool
    Whether the FinancialAccount should have the Feature.
    status str
    Whether the Feature is operational.
    status_details Sequence[TreasuryFinancialAccountFeaturesIntraStripeFlowsStatusDetail]
    Additional details; includes at least one entry when the status is not active.
    requested Boolean
    Whether the FinancialAccount should have the Feature.
    status String
    Whether the Feature is operational.
    statusDetails List<Property Map>
    Additional details; includes at least one entry when the status is not active.

    TreasuryFinancialAccountFeaturesIntraStripeFlowsStatusDetail, TreasuryFinancialAccountFeaturesIntraStripeFlowsStatusDetailArgs

    Code string
    Represents the reason why the status is pending or restricted.
    Resolution string
    Represents what the user should do, if anything, to activate the Feature.
    Restriction string
    The platform_restrictions that are restricting this Feature.
    Code string
    Represents the reason why the status is pending or restricted.
    Resolution string
    Represents what the user should do, if anything, to activate the Feature.
    Restriction string
    The platform_restrictions that are restricting this Feature.
    code string
    Represents the reason why the status is pending or restricted.
    resolution string
    Represents what the user should do, if anything, to activate the Feature.
    restriction string
    The platform_restrictions that are restricting this Feature.
    code String
    Represents the reason why the status is pending or restricted.
    resolution String
    Represents what the user should do, if anything, to activate the Feature.
    restriction String
    The platform_restrictions that are restricting this Feature.
    code string
    Represents the reason why the status is pending or restricted.
    resolution string
    Represents what the user should do, if anything, to activate the Feature.
    restriction string
    The platform_restrictions that are restricting this Feature.
    code str
    Represents the reason why the status is pending or restricted.
    resolution str
    Represents what the user should do, if anything, to activate the Feature.
    restriction str
    The platform_restrictions that are restricting this Feature.
    code String
    Represents the reason why the status is pending or restricted.
    resolution String
    Represents what the user should do, if anything, to activate the Feature.
    restriction String
    The platform_restrictions that are restricting this Feature.

    TreasuryFinancialAccountFeaturesOutboundPayments, TreasuryFinancialAccountFeaturesOutboundPaymentsArgs

    Ach TreasuryFinancialAccountFeaturesOutboundPaymentsAch
    Toggle settings for enabling/disabling an outbound ACH specific feature
    UsDomesticWire TreasuryFinancialAccountFeaturesOutboundPaymentsUsDomesticWire
    Toggle settings for enabling/disabling a feature
    Ach TreasuryFinancialAccountFeaturesOutboundPaymentsAch
    Toggle settings for enabling/disabling an outbound ACH specific feature
    UsDomesticWire TreasuryFinancialAccountFeaturesOutboundPaymentsUsDomesticWire
    Toggle settings for enabling/disabling a feature
    ach object
    Toggle settings for enabling/disabling an outbound ACH specific feature
    us_domestic_wire object
    Toggle settings for enabling/disabling a feature
    ach TreasuryFinancialAccountFeaturesOutboundPaymentsAch
    Toggle settings for enabling/disabling an outbound ACH specific feature
    usDomesticWire TreasuryFinancialAccountFeaturesOutboundPaymentsUsDomesticWire
    Toggle settings for enabling/disabling a feature
    ach TreasuryFinancialAccountFeaturesOutboundPaymentsAch
    Toggle settings for enabling/disabling an outbound ACH specific feature
    usDomesticWire TreasuryFinancialAccountFeaturesOutboundPaymentsUsDomesticWire
    Toggle settings for enabling/disabling a feature
    ach TreasuryFinancialAccountFeaturesOutboundPaymentsAch
    Toggle settings for enabling/disabling an outbound ACH specific feature
    us_domestic_wire TreasuryFinancialAccountFeaturesOutboundPaymentsUsDomesticWire
    Toggle settings for enabling/disabling a feature
    ach Property Map
    Toggle settings for enabling/disabling an outbound ACH specific feature
    usDomesticWire Property Map
    Toggle settings for enabling/disabling a feature

    TreasuryFinancialAccountFeaturesOutboundPaymentsAch, TreasuryFinancialAccountFeaturesOutboundPaymentsAchArgs

    Requested bool
    Whether the FinancialAccount should have the Feature.
    Status string
    Whether the Feature is operational.
    StatusDetails List<TreasuryFinancialAccountFeaturesOutboundPaymentsAchStatusDetail>
    Additional details; includes at least one entry when the status is not active.
    Requested bool
    Whether the FinancialAccount should have the Feature.
    Status string
    Whether the Feature is operational.
    StatusDetails []TreasuryFinancialAccountFeaturesOutboundPaymentsAchStatusDetail
    Additional details; includes at least one entry when the status is not active.
    requested bool
    Whether the FinancialAccount should have the Feature.
    status string
    Whether the Feature is operational.
    status_details list(object)
    Additional details; includes at least one entry when the status is not active.
    requested Boolean
    Whether the FinancialAccount should have the Feature.
    status String
    Whether the Feature is operational.
    statusDetails List<TreasuryFinancialAccountFeaturesOutboundPaymentsAchStatusDetail>
    Additional details; includes at least one entry when the status is not active.
    requested boolean
    Whether the FinancialAccount should have the Feature.
    status string
    Whether the Feature is operational.
    statusDetails TreasuryFinancialAccountFeaturesOutboundPaymentsAchStatusDetail[]
    Additional details; includes at least one entry when the status is not active.
    requested bool
    Whether the FinancialAccount should have the Feature.
    status str
    Whether the Feature is operational.
    status_details Sequence[TreasuryFinancialAccountFeaturesOutboundPaymentsAchStatusDetail]
    Additional details; includes at least one entry when the status is not active.
    requested Boolean
    Whether the FinancialAccount should have the Feature.
    status String
    Whether the Feature is operational.
    statusDetails List<Property Map>
    Additional details; includes at least one entry when the status is not active.

    TreasuryFinancialAccountFeaturesOutboundPaymentsAchStatusDetail, TreasuryFinancialAccountFeaturesOutboundPaymentsAchStatusDetailArgs

    Code string
    Represents the reason why the status is pending or restricted.
    Resolution string
    Represents what the user should do, if anything, to activate the Feature.
    Restriction string
    The platform_restrictions that are restricting this Feature.
    Code string
    Represents the reason why the status is pending or restricted.
    Resolution string
    Represents what the user should do, if anything, to activate the Feature.
    Restriction string
    The platform_restrictions that are restricting this Feature.
    code string
    Represents the reason why the status is pending or restricted.
    resolution string
    Represents what the user should do, if anything, to activate the Feature.
    restriction string
    The platform_restrictions that are restricting this Feature.
    code String
    Represents the reason why the status is pending or restricted.
    resolution String
    Represents what the user should do, if anything, to activate the Feature.
    restriction String
    The platform_restrictions that are restricting this Feature.
    code string
    Represents the reason why the status is pending or restricted.
    resolution string
    Represents what the user should do, if anything, to activate the Feature.
    restriction string
    The platform_restrictions that are restricting this Feature.
    code str
    Represents the reason why the status is pending or restricted.
    resolution str
    Represents what the user should do, if anything, to activate the Feature.
    restriction str
    The platform_restrictions that are restricting this Feature.
    code String
    Represents the reason why the status is pending or restricted.
    resolution String
    Represents what the user should do, if anything, to activate the Feature.
    restriction String
    The platform_restrictions that are restricting this Feature.

    TreasuryFinancialAccountFeaturesOutboundPaymentsUsDomesticWire, TreasuryFinancialAccountFeaturesOutboundPaymentsUsDomesticWireArgs

    Requested bool
    Whether the FinancialAccount should have the Feature.
    Status string
    Whether the Feature is operational.
    StatusDetails List<TreasuryFinancialAccountFeaturesOutboundPaymentsUsDomesticWireStatusDetail>
    Additional details; includes at least one entry when the status is not active.
    Requested bool
    Whether the FinancialAccount should have the Feature.
    Status string
    Whether the Feature is operational.
    StatusDetails []TreasuryFinancialAccountFeaturesOutboundPaymentsUsDomesticWireStatusDetail
    Additional details; includes at least one entry when the status is not active.
    requested bool
    Whether the FinancialAccount should have the Feature.
    status string
    Whether the Feature is operational.
    status_details list(object)
    Additional details; includes at least one entry when the status is not active.
    requested Boolean
    Whether the FinancialAccount should have the Feature.
    status String
    Whether the Feature is operational.
    statusDetails List<TreasuryFinancialAccountFeaturesOutboundPaymentsUsDomesticWireStatusDetail>
    Additional details; includes at least one entry when the status is not active.
    requested boolean
    Whether the FinancialAccount should have the Feature.
    status string
    Whether the Feature is operational.
    statusDetails TreasuryFinancialAccountFeaturesOutboundPaymentsUsDomesticWireStatusDetail[]
    Additional details; includes at least one entry when the status is not active.
    requested bool
    Whether the FinancialAccount should have the Feature.
    status str
    Whether the Feature is operational.
    status_details Sequence[TreasuryFinancialAccountFeaturesOutboundPaymentsUsDomesticWireStatusDetail]
    Additional details; includes at least one entry when the status is not active.
    requested Boolean
    Whether the FinancialAccount should have the Feature.
    status String
    Whether the Feature is operational.
    statusDetails List<Property Map>
    Additional details; includes at least one entry when the status is not active.

    TreasuryFinancialAccountFeaturesOutboundPaymentsUsDomesticWireStatusDetail, TreasuryFinancialAccountFeaturesOutboundPaymentsUsDomesticWireStatusDetailArgs

    Code string
    Represents the reason why the status is pending or restricted.
    Resolution string
    Represents what the user should do, if anything, to activate the Feature.
    Restriction string
    The platform_restrictions that are restricting this Feature.
    Code string
    Represents the reason why the status is pending or restricted.
    Resolution string
    Represents what the user should do, if anything, to activate the Feature.
    Restriction string
    The platform_restrictions that are restricting this Feature.
    code string
    Represents the reason why the status is pending or restricted.
    resolution string
    Represents what the user should do, if anything, to activate the Feature.
    restriction string
    The platform_restrictions that are restricting this Feature.
    code String
    Represents the reason why the status is pending or restricted.
    resolution String
    Represents what the user should do, if anything, to activate the Feature.
    restriction String
    The platform_restrictions that are restricting this Feature.
    code string
    Represents the reason why the status is pending or restricted.
    resolution string
    Represents what the user should do, if anything, to activate the Feature.
    restriction string
    The platform_restrictions that are restricting this Feature.
    code str
    Represents the reason why the status is pending or restricted.
    resolution str
    Represents what the user should do, if anything, to activate the Feature.
    restriction str
    The platform_restrictions that are restricting this Feature.
    code String
    Represents the reason why the status is pending or restricted.
    resolution String
    Represents what the user should do, if anything, to activate the Feature.
    restriction String
    The platform_restrictions that are restricting this Feature.

    TreasuryFinancialAccountFeaturesOutboundTransfers, TreasuryFinancialAccountFeaturesOutboundTransfersArgs

    Ach TreasuryFinancialAccountFeaturesOutboundTransfersAch
    Toggle settings for enabling/disabling an outbound ACH specific feature
    UsDomesticWire TreasuryFinancialAccountFeaturesOutboundTransfersUsDomesticWire
    Toggle settings for enabling/disabling a feature
    Ach TreasuryFinancialAccountFeaturesOutboundTransfersAch
    Toggle settings for enabling/disabling an outbound ACH specific feature
    UsDomesticWire TreasuryFinancialAccountFeaturesOutboundTransfersUsDomesticWire
    Toggle settings for enabling/disabling a feature
    ach object
    Toggle settings for enabling/disabling an outbound ACH specific feature
    us_domestic_wire object
    Toggle settings for enabling/disabling a feature
    ach TreasuryFinancialAccountFeaturesOutboundTransfersAch
    Toggle settings for enabling/disabling an outbound ACH specific feature
    usDomesticWire TreasuryFinancialAccountFeaturesOutboundTransfersUsDomesticWire
    Toggle settings for enabling/disabling a feature
    ach TreasuryFinancialAccountFeaturesOutboundTransfersAch
    Toggle settings for enabling/disabling an outbound ACH specific feature
    usDomesticWire TreasuryFinancialAccountFeaturesOutboundTransfersUsDomesticWire
    Toggle settings for enabling/disabling a feature
    ach TreasuryFinancialAccountFeaturesOutboundTransfersAch
    Toggle settings for enabling/disabling an outbound ACH specific feature
    us_domestic_wire TreasuryFinancialAccountFeaturesOutboundTransfersUsDomesticWire
    Toggle settings for enabling/disabling a feature
    ach Property Map
    Toggle settings for enabling/disabling an outbound ACH specific feature
    usDomesticWire Property Map
    Toggle settings for enabling/disabling a feature

    TreasuryFinancialAccountFeaturesOutboundTransfersAch, TreasuryFinancialAccountFeaturesOutboundTransfersAchArgs

    Requested bool
    Whether the FinancialAccount should have the Feature.
    Status string
    Whether the Feature is operational.
    StatusDetails List<TreasuryFinancialAccountFeaturesOutboundTransfersAchStatusDetail>
    Additional details; includes at least one entry when the status is not active.
    Requested bool
    Whether the FinancialAccount should have the Feature.
    Status string
    Whether the Feature is operational.
    StatusDetails []TreasuryFinancialAccountFeaturesOutboundTransfersAchStatusDetail
    Additional details; includes at least one entry when the status is not active.
    requested bool
    Whether the FinancialAccount should have the Feature.
    status string
    Whether the Feature is operational.
    status_details list(object)
    Additional details; includes at least one entry when the status is not active.
    requested Boolean
    Whether the FinancialAccount should have the Feature.
    status String
    Whether the Feature is operational.
    statusDetails List<TreasuryFinancialAccountFeaturesOutboundTransfersAchStatusDetail>
    Additional details; includes at least one entry when the status is not active.
    requested boolean
    Whether the FinancialAccount should have the Feature.
    status string
    Whether the Feature is operational.
    statusDetails TreasuryFinancialAccountFeaturesOutboundTransfersAchStatusDetail[]
    Additional details; includes at least one entry when the status is not active.
    requested bool
    Whether the FinancialAccount should have the Feature.
    status str
    Whether the Feature is operational.
    status_details Sequence[TreasuryFinancialAccountFeaturesOutboundTransfersAchStatusDetail]
    Additional details; includes at least one entry when the status is not active.
    requested Boolean
    Whether the FinancialAccount should have the Feature.
    status String
    Whether the Feature is operational.
    statusDetails List<Property Map>
    Additional details; includes at least one entry when the status is not active.

    TreasuryFinancialAccountFeaturesOutboundTransfersAchStatusDetail, TreasuryFinancialAccountFeaturesOutboundTransfersAchStatusDetailArgs

    Code string
    Represents the reason why the status is pending or restricted.
    Resolution string
    Represents what the user should do, if anything, to activate the Feature.
    Restriction string
    The platform_restrictions that are restricting this Feature.
    Code string
    Represents the reason why the status is pending or restricted.
    Resolution string
    Represents what the user should do, if anything, to activate the Feature.
    Restriction string
    The platform_restrictions that are restricting this Feature.
    code string
    Represents the reason why the status is pending or restricted.
    resolution string
    Represents what the user should do, if anything, to activate the Feature.
    restriction string
    The platform_restrictions that are restricting this Feature.
    code String
    Represents the reason why the status is pending or restricted.
    resolution String
    Represents what the user should do, if anything, to activate the Feature.
    restriction String
    The platform_restrictions that are restricting this Feature.
    code string
    Represents the reason why the status is pending or restricted.
    resolution string
    Represents what the user should do, if anything, to activate the Feature.
    restriction string
    The platform_restrictions that are restricting this Feature.
    code str
    Represents the reason why the status is pending or restricted.
    resolution str
    Represents what the user should do, if anything, to activate the Feature.
    restriction str
    The platform_restrictions that are restricting this Feature.
    code String
    Represents the reason why the status is pending or restricted.
    resolution String
    Represents what the user should do, if anything, to activate the Feature.
    restriction String
    The platform_restrictions that are restricting this Feature.

    TreasuryFinancialAccountFeaturesOutboundTransfersUsDomesticWire, TreasuryFinancialAccountFeaturesOutboundTransfersUsDomesticWireArgs

    Requested bool
    Whether the FinancialAccount should have the Feature.
    Status string
    Whether the Feature is operational.
    StatusDetails List<TreasuryFinancialAccountFeaturesOutboundTransfersUsDomesticWireStatusDetail>
    Additional details; includes at least one entry when the status is not active.
    Requested bool
    Whether the FinancialAccount should have the Feature.
    Status string
    Whether the Feature is operational.
    StatusDetails []TreasuryFinancialAccountFeaturesOutboundTransfersUsDomesticWireStatusDetail
    Additional details; includes at least one entry when the status is not active.
    requested bool
    Whether the FinancialAccount should have the Feature.
    status string
    Whether the Feature is operational.
    status_details list(object)
    Additional details; includes at least one entry when the status is not active.
    requested Boolean
    Whether the FinancialAccount should have the Feature.
    status String
    Whether the Feature is operational.
    statusDetails List<TreasuryFinancialAccountFeaturesOutboundTransfersUsDomesticWireStatusDetail>
    Additional details; includes at least one entry when the status is not active.
    requested boolean
    Whether the FinancialAccount should have the Feature.
    status string
    Whether the Feature is operational.
    statusDetails TreasuryFinancialAccountFeaturesOutboundTransfersUsDomesticWireStatusDetail[]
    Additional details; includes at least one entry when the status is not active.
    requested bool
    Whether the FinancialAccount should have the Feature.
    status str
    Whether the Feature is operational.
    status_details Sequence[TreasuryFinancialAccountFeaturesOutboundTransfersUsDomesticWireStatusDetail]
    Additional details; includes at least one entry when the status is not active.
    requested Boolean
    Whether the FinancialAccount should have the Feature.
    status String
    Whether the Feature is operational.
    statusDetails List<Property Map>
    Additional details; includes at least one entry when the status is not active.

    TreasuryFinancialAccountFeaturesOutboundTransfersUsDomesticWireStatusDetail, TreasuryFinancialAccountFeaturesOutboundTransfersUsDomesticWireStatusDetailArgs

    Code string
    Represents the reason why the status is pending or restricted.
    Resolution string
    Represents what the user should do, if anything, to activate the Feature.
    Restriction string
    The platform_restrictions that are restricting this Feature.
    Code string
    Represents the reason why the status is pending or restricted.
    Resolution string
    Represents what the user should do, if anything, to activate the Feature.
    Restriction string
    The platform_restrictions that are restricting this Feature.
    code string
    Represents the reason why the status is pending or restricted.
    resolution string
    Represents what the user should do, if anything, to activate the Feature.
    restriction string
    The platform_restrictions that are restricting this Feature.
    code String
    Represents the reason why the status is pending or restricted.
    resolution String
    Represents what the user should do, if anything, to activate the Feature.
    restriction String
    The platform_restrictions that are restricting this Feature.
    code string
    Represents the reason why the status is pending or restricted.
    resolution string
    Represents what the user should do, if anything, to activate the Feature.
    restriction string
    The platform_restrictions that are restricting this Feature.
    code str
    Represents the reason why the status is pending or restricted.
    resolution str
    Represents what the user should do, if anything, to activate the Feature.
    restriction str
    The platform_restrictions that are restricting this Feature.
    code String
    Represents the reason why the status is pending or restricted.
    resolution String
    Represents what the user should do, if anything, to activate the Feature.
    restriction String
    The platform_restrictions that are restricting this Feature.

    TreasuryFinancialAccountFinancialAddress, TreasuryFinancialAccountFinancialAddressArgs

    Aba TreasuryFinancialAccountFinancialAddressAba
    ABA Records contain U.S. bank account details per the ABA format.
    SupportedNetworks List<string>
    The list of networks that the address supports
    Type string
    The type of financial address
    Aba TreasuryFinancialAccountFinancialAddressAba
    ABA Records contain U.S. bank account details per the ABA format.
    SupportedNetworks []string
    The list of networks that the address supports
    Type string
    The type of financial address
    aba object
    ABA Records contain U.S. bank account details per the ABA format.
    supported_networks list(string)
    The list of networks that the address supports
    type string
    The type of financial address
    aba TreasuryFinancialAccountFinancialAddressAba
    ABA Records contain U.S. bank account details per the ABA format.
    supportedNetworks List<String>
    The list of networks that the address supports
    type String
    The type of financial address
    aba TreasuryFinancialAccountFinancialAddressAba
    ABA Records contain U.S. bank account details per the ABA format.
    supportedNetworks string[]
    The list of networks that the address supports
    type string
    The type of financial address
    aba TreasuryFinancialAccountFinancialAddressAba
    ABA Records contain U.S. bank account details per the ABA format.
    supported_networks Sequence[str]
    The list of networks that the address supports
    type str
    The type of financial address
    aba Property Map
    ABA Records contain U.S. bank account details per the ABA format.
    supportedNetworks List<String>
    The list of networks that the address supports
    type String
    The type of financial address

    TreasuryFinancialAccountFinancialAddressAba, TreasuryFinancialAccountFinancialAddressAbaArgs

    AccountHolderName string
    The name of the person or business that owns the bank account.
    AccountNumber string
    The account number.
    AccountNumberLast4 string
    The last four characters of the account number.
    BankName string
    Name of the bank.
    RoutingNumber string
    Routing number for the account.
    AccountHolderName string
    The name of the person or business that owns the bank account.
    AccountNumber string
    The account number.
    AccountNumberLast4 string
    The last four characters of the account number.
    BankName string
    Name of the bank.
    RoutingNumber string
    Routing number for the account.
    account_holder_name string
    The name of the person or business that owns the bank account.
    account_number string
    The account number.
    account_number_last4 string
    The last four characters of the account number.
    bank_name string
    Name of the bank.
    routing_number string
    Routing number for the account.
    accountHolderName String
    The name of the person or business that owns the bank account.
    accountNumber String
    The account number.
    accountNumberLast4 String
    The last four characters of the account number.
    bankName String
    Name of the bank.
    routingNumber String
    Routing number for the account.
    accountHolderName string
    The name of the person or business that owns the bank account.
    accountNumber string
    The account number.
    accountNumberLast4 string
    The last four characters of the account number.
    bankName string
    Name of the bank.
    routingNumber string
    Routing number for the account.
    account_holder_name str
    The name of the person or business that owns the bank account.
    account_number str
    The account number.
    account_number_last4 str
    The last four characters of the account number.
    bank_name str
    Name of the bank.
    routing_number str
    Routing number for the account.
    accountHolderName String
    The name of the person or business that owns the bank account.
    accountNumber String
    The account number.
    accountNumberLast4 String
    The last four characters of the account number.
    bankName String
    Name of the bank.
    routingNumber String
    Routing number for the account.

    TreasuryFinancialAccountPlatformRestrictions, TreasuryFinancialAccountPlatformRestrictionsArgs

    InboundFlows string
    Restricts all inbound money movement.
    OutboundFlows string
    Restricts all outbound money movement.
    InboundFlows string
    Restricts all inbound money movement.
    OutboundFlows string
    Restricts all outbound money movement.
    inbound_flows string
    Restricts all inbound money movement.
    outbound_flows string
    Restricts all outbound money movement.
    inboundFlows String
    Restricts all inbound money movement.
    outboundFlows String
    Restricts all outbound money movement.
    inboundFlows string
    Restricts all inbound money movement.
    outboundFlows string
    Restricts all outbound money movement.
    inbound_flows str
    Restricts all inbound money movement.
    outbound_flows str
    Restricts all outbound money movement.
    inboundFlows String
    Restricts all inbound money movement.
    outboundFlows String
    Restricts all outbound money movement.

    TreasuryFinancialAccountStatusDetails, TreasuryFinancialAccountStatusDetailsArgs

    Closed TreasuryFinancialAccountStatusDetailsClosed
    Details related to the closure of this FinancialAccount
    Closed TreasuryFinancialAccountStatusDetailsClosed
    Details related to the closure of this FinancialAccount
    closed object
    Details related to the closure of this FinancialAccount
    closed TreasuryFinancialAccountStatusDetailsClosed
    Details related to the closure of this FinancialAccount
    closed TreasuryFinancialAccountStatusDetailsClosed
    Details related to the closure of this FinancialAccount
    closed TreasuryFinancialAccountStatusDetailsClosed
    Details related to the closure of this FinancialAccount
    closed Property Map
    Details related to the closure of this FinancialAccount

    TreasuryFinancialAccountStatusDetailsClosed, TreasuryFinancialAccountStatusDetailsClosedArgs

    Reasons List<string>
    The array that contains reasons for a FinancialAccount closure.
    Reasons []string
    The array that contains reasons for a FinancialAccount closure.
    reasons list(string)
    The array that contains reasons for a FinancialAccount closure.
    reasons List<String>
    The array that contains reasons for a FinancialAccount closure.
    reasons string[]
    The array that contains reasons for a FinancialAccount closure.
    reasons Sequence[str]
    The array that contains reasons for a FinancialAccount closure.
    reasons List<String>
    The array that contains reasons for a FinancialAccount closure.

    Package Details

    Repository
    stripe stripe/terraform-provider-stripe
    License
    Notes
    This Pulumi package is based on the stripe Terraform Provider.
    Viewing docs for Stripe 0.3.0
    published on Friday, Aug 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial