published on Friday, Aug 14, 2026 by Pulumi
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:
- Supported
Currencies List<string> - The currencies the FinancialAccount can hold a balance in. Three-letter ISO currency code, in lowercase.
- Features
Treasury
Financial Account Features - Encodes whether a FinancialAccount has access to a particular Feature, with a
statusenum and associatedstatus_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.
- Platform
Restrictions TreasuryFinancial Account Platform Restrictions - The set of functionalities that the platform can restrict on the FinancialAccount.
- Supported
Currencies []string - The currencies the FinancialAccount can hold a balance in. Three-letter ISO currency code, in lowercase.
- Features
Treasury
Financial Account Features Args - Encodes whether a FinancialAccount has access to a particular Feature, with a
statusenum and associatedstatus_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.
- Platform
Restrictions TreasuryFinancial Account Platform Restrictions Args - 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
statusenum and associatedstatus_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.
- supported
Currencies List<String> - The currencies the FinancialAccount can hold a balance in. Three-letter ISO currency code, in lowercase.
- features
Treasury
Financial Account Features - Encodes whether a FinancialAccount has access to a particular Feature, with a
statusenum and associatedstatus_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.
- platform
Restrictions TreasuryFinancial Account Platform Restrictions - The set of functionalities that the platform can restrict on the FinancialAccount.
- supported
Currencies string[] - The currencies the FinancialAccount can hold a balance in. Three-letter ISO currency code, in lowercase.
- features
Treasury
Financial Account Features - Encodes whether a FinancialAccount has access to a particular Feature, with a
statusenum and associatedstatus_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.
- platform
Restrictions TreasuryFinancial Account Platform Restrictions - 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
Treasury
Financial Account Features Args - Encodes whether a FinancialAccount has access to a particular Feature, with a
statusenum and associatedstatus_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 TreasuryFinancial Account Platform Restrictions Args - 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 Property Map
- Encodes whether a FinancialAccount has access to a particular Feature, with a
statusenum and associatedstatus_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 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:
- Active
Features List<string> - The array of paths to active Features in the Features hash.
- Balance
Treasury
Financial Account Balance - 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.
- Financial
Addresses List<TreasuryFinancial Account Financial Address> - 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 isfalse. - 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 TreasuryFinancial Account Status Details
- Active
Features []string - The array of paths to active Features in the Features hash.
- Balance
Treasury
Financial Account Balance - 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.
- Financial
Addresses []TreasuryFinancial Account Financial Address - 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 isfalse. - Object string
- String representing the object's type. Objects of the same type share the same value.
- Pending
Features []string - The array of paths to pending Features in the Features hash.
- Restricted
Features []string - The array of paths to restricted Features in the Features hash.
- Status string
- Status of this FinancialAccount.
- Status
Details TreasuryFinancial Account Status Details
- 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 isfalse. - 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
- active
Features List<String> - The array of paths to active Features in the Features hash.
- balance
Treasury
Financial Account Balance - 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.
- financial
Addresses List<TreasuryFinancial Account Financial Address> - The set of credentials that resolve to a FinancialAccount.
- id String
- The provider-assigned unique ID for this managed resource.
- is
Default Boolean - livemode Boolean
- If the object exists in live mode, the value is
true. If the object exists in test mode, the value isfalse. - 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 TreasuryFinancial Account Status Details
- active
Features string[] - The array of paths to active Features in the Features hash.
- balance
Treasury
Financial Account Balance - 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 TreasuryFinancial Account Financial Address[] - The set of credentials that resolve to a FinancialAccount.
- id string
- The provider-assigned unique ID for this managed resource.
- is
Default boolean - livemode boolean
- If the object exists in live mode, the value is
true. If the object exists in test mode, the value isfalse. - object string
- String representing the object's type. Objects of the same type share the same value.
- pending
Features string[] - The array of paths to pending Features in the Features hash.
- restricted
Features string[] - The array of paths to restricted Features in the Features hash.
- status string
- Status of this FinancialAccount.
- status
Details TreasuryFinancial Account Status Details
- active_
features Sequence[str] - The array of paths to active Features in the Features hash.
- balance
Treasury
Financial Account Balance - 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[TreasuryFinancial Account Financial Address] - 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 isfalse. - 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 TreasuryFinancial Account Status Details
- active
Features 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.
- financial
Addresses List<Property Map> - The set of credentials that resolve to a FinancialAccount.
- id String
- The provider-assigned unique ID for this managed resource.
- is
Default Boolean - livemode Boolean
- If the object exists in live mode, the value is
true. If the object exists in test mode, the value isfalse. - 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 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) -> TreasuryFinancialAccountfunc 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.
- Active
Features List<string> - The array of paths to active Features in the Features hash.
- Balance
Treasury
Financial Account Balance - 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
Treasury
Financial Account Features - Encodes whether a FinancialAccount has access to a particular Feature, with a
statusenum and associatedstatus_details. Stripe or the platform can control Features via the requested field. - Financial
Addresses List<TreasuryFinancial Account Financial Address> - 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 isfalse. - 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.
- Pending
Features List<string> - The array of paths to pending Features in the Features hash.
- Platform
Restrictions TreasuryFinancial Account Platform Restrictions - 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 TreasuryFinancial Account Status Details - Supported
Currencies List<string> - The currencies the FinancialAccount can hold a balance in. Three-letter ISO currency code, in lowercase.
- Active
Features []string - The array of paths to active Features in the Features hash.
- Balance
Treasury
Financial Account Balance Args - 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
Treasury
Financial Account Features Args - Encodes whether a FinancialAccount has access to a particular Feature, with a
statusenum and associatedstatus_details. Stripe or the platform can control Features via the requested field. - Financial
Addresses []TreasuryFinancial Account Financial Address Args - 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 isfalse. - 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.
- Pending
Features []string - The array of paths to pending Features in the Features hash.
- Platform
Restrictions TreasuryFinancial Account Platform Restrictions Args - The set of functionalities that the platform can restrict on the FinancialAccount.
- Restricted
Features []string - The array of paths to restricted Features in the Features hash.
- Status string
- Status of this FinancialAccount.
- Status
Details TreasuryFinancial Account Status Details Args - Supported
Currencies []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
statusenum and associatedstatus_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 isfalse. - 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.
- active
Features List<String> - The array of paths to active Features in the Features hash.
- balance
Treasury
Financial Account Balance - 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
Treasury
Financial Account Features - Encodes whether a FinancialAccount has access to a particular Feature, with a
statusenum and associatedstatus_details. Stripe or the platform can control Features via the requested field. - financial
Addresses List<TreasuryFinancial Account Financial Address> - The set of credentials that resolve to a FinancialAccount.
- is
Default Boolean - livemode Boolean
- If the object exists in live mode, the value is
true. If the object exists in test mode, the value isfalse. - 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.
- pending
Features List<String> - The array of paths to pending Features in the Features hash.
- platform
Restrictions TreasuryFinancial Account Platform Restrictions - 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 TreasuryFinancial Account Status Details - supported
Currencies List<String> - The currencies the FinancialAccount can hold a balance in. Three-letter ISO currency code, in lowercase.
- active
Features string[] - The array of paths to active Features in the Features hash.
- balance
Treasury
Financial Account Balance - 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
Treasury
Financial Account Features - Encodes whether a FinancialAccount has access to a particular Feature, with a
statusenum and associatedstatus_details. Stripe or the platform can control Features via the requested field. - financial
Addresses TreasuryFinancial Account Financial Address[] - The set of credentials that resolve to a FinancialAccount.
- is
Default boolean - livemode boolean
- If the object exists in live mode, the value is
true. If the object exists in test mode, the value isfalse. - 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.
- pending
Features string[] - The array of paths to pending Features in the Features hash.
- platform
Restrictions TreasuryFinancial Account Platform Restrictions - The set of functionalities that the platform can restrict on the FinancialAccount.
- restricted
Features string[] - The array of paths to restricted Features in the Features hash.
- status string
- Status of this FinancialAccount.
- status
Details TreasuryFinancial Account Status Details - supported
Currencies 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
Treasury
Financial Account Balance Args - 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
Treasury
Financial Account Features Args - Encodes whether a FinancialAccount has access to a particular Feature, with a
statusenum and associatedstatus_details. Stripe or the platform can control Features via the requested field. - financial_
addresses Sequence[TreasuryFinancial Account Financial Address Args] - 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 isfalse. - 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 TreasuryFinancial Account Platform Restrictions Args - 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 TreasuryFinancial Account Status Details Args - supported_
currencies Sequence[str] - 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 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
statusenum and associatedstatus_details. Stripe or the platform can control Features via the requested field. - financial
Addresses List<Property Map> - The set of credentials that resolve to a FinancialAccount.
- is
Default Boolean - livemode Boolean
- If the object exists in live mode, the value is
true. If the object exists in test mode, the value isfalse. - 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 Property Map - 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 Property Map - supported
Currencies 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.
- Inbound
Pending Dictionary<string, double> - Funds not spendable yet, but will become available at a later time.
- Outbound
Pending 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.
- Inbound
Pending map[string]float64 - Funds not spendable yet, but will become available at a later time.
- Outbound
Pending 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.
- inbound
Pending Map<String,Double> - Funds not spendable yet, but will become available at a later time.
- outbound
Pending 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.
- inbound
Pending {[key: string]: number} - Funds not spendable yet, but will become available at a later time.
- outbound
Pending {[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.
- 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.
TreasuryFinancialAccountFeatures, TreasuryFinancialAccountFeaturesArgs
- Card
Issuing TreasuryFinancial Account Features Card Issuing - Toggle settings for enabling/disabling a feature
- Deposit
Insurance TreasuryFinancial Account Features Deposit Insurance - Toggle settings for enabling/disabling a feature
- Financial
Addresses TreasuryFinancial Account Features Financial Addresses - Settings related to Financial Addresses features on a Financial Account
- Inbound
Transfers TreasuryFinancial Account Features Inbound Transfers - InboundTransfers contains inbound transfers features for a FinancialAccount.
- Intra
Stripe TreasuryFlows Financial Account Features Intra Stripe Flows - 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 TreasuryFinancial Account Features Outbound Payments - Settings related to Outbound Payments features on a Financial Account
- Outbound
Transfers TreasuryFinancial Account Features Outbound Transfers - OutboundTransfers contains outbound transfers features for a FinancialAccount.
- Card
Issuing TreasuryFinancial Account Features Card Issuing - Toggle settings for enabling/disabling a feature
- Deposit
Insurance TreasuryFinancial Account Features Deposit Insurance - Toggle settings for enabling/disabling a feature
- Financial
Addresses TreasuryFinancial Account Features Financial Addresses - Settings related to Financial Addresses features on a Financial Account
- Inbound
Transfers TreasuryFinancial Account Features Inbound Transfers - InboundTransfers contains inbound transfers features for a FinancialAccount.
- Intra
Stripe TreasuryFlows Financial Account Features Intra Stripe Flows - 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 TreasuryFinancial Account Features Outbound Payments - Settings related to Outbound Payments features on a Financial Account
- Outbound
Transfers TreasuryFinancial Account Features Outbound Transfers - 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_ objectflows - 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.
- card
Issuing TreasuryFinancial Account Features Card Issuing - Toggle settings for enabling/disabling a feature
- deposit
Insurance TreasuryFinancial Account Features Deposit Insurance - Toggle settings for enabling/disabling a feature
- financial
Addresses TreasuryFinancial Account Features Financial Addresses - Settings related to Financial Addresses features on a Financial Account
- inbound
Transfers TreasuryFinancial Account Features Inbound Transfers - InboundTransfers contains inbound transfers features for a FinancialAccount.
- intra
Stripe TreasuryFlows Financial Account Features Intra Stripe Flows - 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 TreasuryFinancial Account Features Outbound Payments - Settings related to Outbound Payments features on a Financial Account
- outbound
Transfers TreasuryFinancial Account Features Outbound Transfers - OutboundTransfers contains outbound transfers features for a FinancialAccount.
- card
Issuing TreasuryFinancial Account Features Card Issuing - Toggle settings for enabling/disabling a feature
- deposit
Insurance TreasuryFinancial Account Features Deposit Insurance - Toggle settings for enabling/disabling a feature
- financial
Addresses TreasuryFinancial Account Features Financial Addresses - Settings related to Financial Addresses features on a Financial Account
- inbound
Transfers TreasuryFinancial Account Features Inbound Transfers - InboundTransfers contains inbound transfers features for a FinancialAccount.
- intra
Stripe TreasuryFlows Financial Account Features Intra Stripe Flows - 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 TreasuryFinancial Account Features Outbound Payments - Settings related to Outbound Payments features on a Financial Account
- outbound
Transfers TreasuryFinancial Account Features Outbound Transfers - OutboundTransfers contains outbound transfers features for a FinancialAccount.
- card_
issuing TreasuryFinancial Account Features Card Issuing - Toggle settings for enabling/disabling a feature
- deposit_
insurance TreasuryFinancial Account Features Deposit Insurance - Toggle settings for enabling/disabling a feature
- financial_
addresses TreasuryFinancial Account Features Financial Addresses - Settings related to Financial Addresses features on a Financial Account
- inbound_
transfers TreasuryFinancial Account Features Inbound Transfers - InboundTransfers contains inbound transfers features for a FinancialAccount.
- intra_
stripe_ Treasuryflows Financial Account Features Intra Stripe Flows - 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 TreasuryFinancial Account Features Outbound Payments - Settings related to Outbound Payments features on a Financial Account
- outbound_
transfers TreasuryFinancial Account Features Outbound Transfers - OutboundTransfers contains outbound transfers features for a FinancialAccount.
- card
Issuing Property Map - Toggle settings for enabling/disabling a feature
- deposit
Insurance Property Map - Toggle settings for enabling/disabling a feature
- financial
Addresses Property Map - Settings related to Financial Addresses features on a Financial Account
- inbound
Transfers Property Map - InboundTransfers contains inbound transfers features for a FinancialAccount.
- intra
Stripe Property MapFlows - 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 Property Map - Settings related to Outbound Payments features on a Financial Account
- outbound
Transfers 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.
- Status
Details List<TreasuryFinancial Account Features Card Issuing Status Detail> - 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 []TreasuryFinancial Account Features Card Issuing Status Detail - 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.
- status
Details List<TreasuryFinancial Account Features Card Issuing Status Detail> - 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.
- status
Details TreasuryFinancial Account Features Card Issuing Status Detail[] - 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[TreasuryFinancial Account Features Card Issuing Status Detail] - 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.
- status
Details 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
pendingorrestricted. - Resolution string
- Represents what the user should do, if anything, to activate the Feature.
- Restriction string
- The
platform_restrictionsthat are restricting this Feature.
- Code string
- Represents the reason why the status is
pendingorrestricted. - Resolution string
- Represents what the user should do, if anything, to activate the Feature.
- Restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code string
- Represents the reason why the status is
pendingorrestricted. - resolution string
- Represents what the user should do, if anything, to activate the Feature.
- restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code String
- Represents the reason why the status is
pendingorrestricted. - resolution String
- Represents what the user should do, if anything, to activate the Feature.
- restriction String
- The
platform_restrictionsthat are restricting this Feature.
- code string
- Represents the reason why the status is
pendingorrestricted. - resolution string
- Represents what the user should do, if anything, to activate the Feature.
- restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code str
- Represents the reason why the status is
pendingorrestricted. - resolution str
- Represents what the user should do, if anything, to activate the Feature.
- restriction str
- The
platform_restrictionsthat are restricting this Feature.
- code String
- Represents the reason why the status is
pendingorrestricted. - resolution String
- Represents what the user should do, if anything, to activate the Feature.
- restriction String
- The
platform_restrictionsthat are restricting this Feature.
TreasuryFinancialAccountFeaturesDepositInsurance, TreasuryFinancialAccountFeaturesDepositInsuranceArgs
- Requested bool
- Whether the FinancialAccount should have the Feature.
- Status string
- Whether the Feature is operational.
- Status
Details List<TreasuryFinancial Account Features Deposit Insurance Status Detail> - 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 []TreasuryFinancial Account Features Deposit Insurance Status Detail - 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.
- status
Details List<TreasuryFinancial Account Features Deposit Insurance Status Detail> - 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.
- status
Details TreasuryFinancial Account Features Deposit Insurance Status Detail[] - 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[TreasuryFinancial Account Features Deposit Insurance Status Detail] - 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.
- status
Details 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
pendingorrestricted. - Resolution string
- Represents what the user should do, if anything, to activate the Feature.
- Restriction string
- The
platform_restrictionsthat are restricting this Feature.
- Code string
- Represents the reason why the status is
pendingorrestricted. - Resolution string
- Represents what the user should do, if anything, to activate the Feature.
- Restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code string
- Represents the reason why the status is
pendingorrestricted. - resolution string
- Represents what the user should do, if anything, to activate the Feature.
- restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code String
- Represents the reason why the status is
pendingorrestricted. - resolution String
- Represents what the user should do, if anything, to activate the Feature.
- restriction String
- The
platform_restrictionsthat are restricting this Feature.
- code string
- Represents the reason why the status is
pendingorrestricted. - resolution string
- Represents what the user should do, if anything, to activate the Feature.
- restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code str
- Represents the reason why the status is
pendingorrestricted. - resolution str
- Represents what the user should do, if anything, to activate the Feature.
- restriction str
- The
platform_restrictionsthat are restricting this Feature.
- code String
- Represents the reason why the status is
pendingorrestricted. - resolution String
- Represents what the user should do, if anything, to activate the Feature.
- restriction String
- The
platform_restrictionsthat are restricting this Feature.
TreasuryFinancialAccountFeaturesFinancialAddresses, TreasuryFinancialAccountFeaturesFinancialAddressesArgs
- Aba
Treasury
Financial Account Features Financial Addresses Aba - Toggle settings for enabling/disabling the ABA address feature
- Aba
Treasury
Financial Account Features Financial Addresses Aba - Toggle settings for enabling/disabling the ABA address feature
- aba
Treasury
Financial Account Features Financial Addresses Aba - Toggle settings for enabling/disabling the ABA address feature
- aba
Treasury
Financial Account Features Financial Addresses Aba - Toggle settings for enabling/disabling the ABA address feature
- aba
Treasury
Financial Account Features Financial Addresses Aba - 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.
- Status
Details List<TreasuryFinancial Account Features Financial Addresses Aba Status Detail> - 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 []TreasuryFinancial Account Features Financial Addresses Aba Status Detail - 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.
- status
Details List<TreasuryFinancial Account Features Financial Addresses Aba Status Detail> - 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.
- status
Details TreasuryFinancial Account Features Financial Addresses Aba Status Detail[] - 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[TreasuryFinancial Account Features Financial Addresses Aba Status Detail] - 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.
- status
Details 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
pendingorrestricted. - Resolution string
- Represents what the user should do, if anything, to activate the Feature.
- Restriction string
- The
platform_restrictionsthat are restricting this Feature.
- Code string
- Represents the reason why the status is
pendingorrestricted. - Resolution string
- Represents what the user should do, if anything, to activate the Feature.
- Restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code string
- Represents the reason why the status is
pendingorrestricted. - resolution string
- Represents what the user should do, if anything, to activate the Feature.
- restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code String
- Represents the reason why the status is
pendingorrestricted. - resolution String
- Represents what the user should do, if anything, to activate the Feature.
- restriction String
- The
platform_restrictionsthat are restricting this Feature.
- code string
- Represents the reason why the status is
pendingorrestricted. - resolution string
- Represents what the user should do, if anything, to activate the Feature.
- restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code str
- Represents the reason why the status is
pendingorrestricted. - resolution str
- Represents what the user should do, if anything, to activate the Feature.
- restriction str
- The
platform_restrictionsthat are restricting this Feature.
- code String
- Represents the reason why the status is
pendingorrestricted. - resolution String
- Represents what the user should do, if anything, to activate the Feature.
- restriction String
- The
platform_restrictionsthat are restricting this Feature.
TreasuryFinancialAccountFeaturesInboundTransfers, TreasuryFinancialAccountFeaturesInboundTransfersArgs
- Ach
Treasury
Financial Account Features Inbound Transfers Ach - Toggle settings for enabling/disabling an inbound ACH specific feature
- Ach
Treasury
Financial Account Features Inbound Transfers Ach - Toggle settings for enabling/disabling an inbound ACH specific feature
- ach
Treasury
Financial Account Features Inbound Transfers Ach - Toggle settings for enabling/disabling an inbound ACH specific feature
- ach
Treasury
Financial Account Features Inbound Transfers Ach - Toggle settings for enabling/disabling an inbound ACH specific feature
- ach
Treasury
Financial Account Features Inbound Transfers Ach - 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.
- Status
Details List<TreasuryFinancial Account Features Inbound Transfers Ach Status Detail> - 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 []TreasuryFinancial Account Features Inbound Transfers Ach Status Detail - 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.
- status
Details List<TreasuryFinancial Account Features Inbound Transfers Ach Status Detail> - 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.
- status
Details TreasuryFinancial Account Features Inbound Transfers Ach Status Detail[] - 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[TreasuryFinancial Account Features Inbound Transfers Ach Status Detail] - 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.
- status
Details 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
pendingorrestricted. - Resolution string
- Represents what the user should do, if anything, to activate the Feature.
- Restriction string
- The
platform_restrictionsthat are restricting this Feature.
- Code string
- Represents the reason why the status is
pendingorrestricted. - Resolution string
- Represents what the user should do, if anything, to activate the Feature.
- Restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code string
- Represents the reason why the status is
pendingorrestricted. - resolution string
- Represents what the user should do, if anything, to activate the Feature.
- restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code String
- Represents the reason why the status is
pendingorrestricted. - resolution String
- Represents what the user should do, if anything, to activate the Feature.
- restriction String
- The
platform_restrictionsthat are restricting this Feature.
- code string
- Represents the reason why the status is
pendingorrestricted. - resolution string
- Represents what the user should do, if anything, to activate the Feature.
- restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code str
- Represents the reason why the status is
pendingorrestricted. - resolution str
- Represents what the user should do, if anything, to activate the Feature.
- restriction str
- The
platform_restrictionsthat are restricting this Feature.
- code String
- Represents the reason why the status is
pendingorrestricted. - resolution String
- Represents what the user should do, if anything, to activate the Feature.
- restriction String
- The
platform_restrictionsthat are restricting this Feature.
TreasuryFinancialAccountFeaturesIntraStripeFlows, TreasuryFinancialAccountFeaturesIntraStripeFlowsArgs
- Requested bool
- Whether the FinancialAccount should have the Feature.
- Status string
- Whether the Feature is operational.
- Status
Details List<TreasuryFinancial Account Features Intra Stripe Flows Status Detail> - 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 []TreasuryFinancial Account Features Intra Stripe Flows Status Detail - 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.
- status
Details List<TreasuryFinancial Account Features Intra Stripe Flows Status Detail> - 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.
- status
Details TreasuryFinancial Account Features Intra Stripe Flows Status Detail[] - 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[TreasuryFinancial Account Features Intra Stripe Flows Status Detail] - 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.
- status
Details 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
pendingorrestricted. - Resolution string
- Represents what the user should do, if anything, to activate the Feature.
- Restriction string
- The
platform_restrictionsthat are restricting this Feature.
- Code string
- Represents the reason why the status is
pendingorrestricted. - Resolution string
- Represents what the user should do, if anything, to activate the Feature.
- Restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code string
- Represents the reason why the status is
pendingorrestricted. - resolution string
- Represents what the user should do, if anything, to activate the Feature.
- restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code String
- Represents the reason why the status is
pendingorrestricted. - resolution String
- Represents what the user should do, if anything, to activate the Feature.
- restriction String
- The
platform_restrictionsthat are restricting this Feature.
- code string
- Represents the reason why the status is
pendingorrestricted. - resolution string
- Represents what the user should do, if anything, to activate the Feature.
- restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code str
- Represents the reason why the status is
pendingorrestricted. - resolution str
- Represents what the user should do, if anything, to activate the Feature.
- restriction str
- The
platform_restrictionsthat are restricting this Feature.
- code String
- Represents the reason why the status is
pendingorrestricted. - resolution String
- Represents what the user should do, if anything, to activate the Feature.
- restriction String
- The
platform_restrictionsthat are restricting this Feature.
TreasuryFinancialAccountFeaturesOutboundPayments, TreasuryFinancialAccountFeaturesOutboundPaymentsArgs
- Ach
Treasury
Financial Account Features Outbound Payments Ach - Toggle settings for enabling/disabling an outbound ACH specific feature
- Us
Domestic TreasuryWire Financial Account Features Outbound Payments Us Domestic Wire - Toggle settings for enabling/disabling a feature
- Ach
Treasury
Financial Account Features Outbound Payments Ach - Toggle settings for enabling/disabling an outbound ACH specific feature
- Us
Domestic TreasuryWire Financial Account Features Outbound Payments Us Domestic Wire - Toggle settings for enabling/disabling a feature
- ach object
- Toggle settings for enabling/disabling an outbound ACH specific feature
- us_
domestic_ objectwire - Toggle settings for enabling/disabling a feature
- ach
Treasury
Financial Account Features Outbound Payments Ach - Toggle settings for enabling/disabling an outbound ACH specific feature
- us
Domestic TreasuryWire Financial Account Features Outbound Payments Us Domestic Wire - Toggle settings for enabling/disabling a feature
- ach
Treasury
Financial Account Features Outbound Payments Ach - Toggle settings for enabling/disabling an outbound ACH specific feature
- us
Domestic TreasuryWire Financial Account Features Outbound Payments Us Domestic Wire - Toggle settings for enabling/disabling a feature
- ach
Treasury
Financial Account Features Outbound Payments Ach - Toggle settings for enabling/disabling an outbound ACH specific feature
- us_
domestic_ Treasurywire Financial Account Features Outbound Payments Us Domestic Wire - Toggle settings for enabling/disabling a feature
- ach Property Map
- Toggle settings for enabling/disabling an outbound ACH specific feature
- us
Domestic Property MapWire - 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.
- Status
Details List<TreasuryFinancial Account Features Outbound Payments Ach Status Detail> - 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 []TreasuryFinancial Account Features Outbound Payments Ach Status Detail - 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.
- status
Details List<TreasuryFinancial Account Features Outbound Payments Ach Status Detail> - 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.
- status
Details TreasuryFinancial Account Features Outbound Payments Ach Status Detail[] - 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[TreasuryFinancial Account Features Outbound Payments Ach Status Detail] - 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.
- status
Details 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
pendingorrestricted. - Resolution string
- Represents what the user should do, if anything, to activate the Feature.
- Restriction string
- The
platform_restrictionsthat are restricting this Feature.
- Code string
- Represents the reason why the status is
pendingorrestricted. - Resolution string
- Represents what the user should do, if anything, to activate the Feature.
- Restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code string
- Represents the reason why the status is
pendingorrestricted. - resolution string
- Represents what the user should do, if anything, to activate the Feature.
- restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code String
- Represents the reason why the status is
pendingorrestricted. - resolution String
- Represents what the user should do, if anything, to activate the Feature.
- restriction String
- The
platform_restrictionsthat are restricting this Feature.
- code string
- Represents the reason why the status is
pendingorrestricted. - resolution string
- Represents what the user should do, if anything, to activate the Feature.
- restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code str
- Represents the reason why the status is
pendingorrestricted. - resolution str
- Represents what the user should do, if anything, to activate the Feature.
- restriction str
- The
platform_restrictionsthat are restricting this Feature.
- code String
- Represents the reason why the status is
pendingorrestricted. - resolution String
- Represents what the user should do, if anything, to activate the Feature.
- restriction String
- The
platform_restrictionsthat are restricting this Feature.
TreasuryFinancialAccountFeaturesOutboundPaymentsUsDomesticWire, TreasuryFinancialAccountFeaturesOutboundPaymentsUsDomesticWireArgs
- Requested bool
- Whether the FinancialAccount should have the Feature.
- Status string
- Whether the Feature is operational.
- Status
Details List<TreasuryFinancial Account Features Outbound Payments Us Domestic Wire Status Detail> - 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 []TreasuryFinancial Account Features Outbound Payments Us Domestic Wire Status Detail - 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.
- status
Details List<TreasuryFinancial Account Features Outbound Payments Us Domestic Wire Status Detail> - 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.
- status
Details TreasuryFinancial Account Features Outbound Payments Us Domestic Wire Status Detail[] - 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[TreasuryFinancial Account Features Outbound Payments Us Domestic Wire Status Detail] - 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.
- status
Details 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
pendingorrestricted. - Resolution string
- Represents what the user should do, if anything, to activate the Feature.
- Restriction string
- The
platform_restrictionsthat are restricting this Feature.
- Code string
- Represents the reason why the status is
pendingorrestricted. - Resolution string
- Represents what the user should do, if anything, to activate the Feature.
- Restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code string
- Represents the reason why the status is
pendingorrestricted. - resolution string
- Represents what the user should do, if anything, to activate the Feature.
- restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code String
- Represents the reason why the status is
pendingorrestricted. - resolution String
- Represents what the user should do, if anything, to activate the Feature.
- restriction String
- The
platform_restrictionsthat are restricting this Feature.
- code string
- Represents the reason why the status is
pendingorrestricted. - resolution string
- Represents what the user should do, if anything, to activate the Feature.
- restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code str
- Represents the reason why the status is
pendingorrestricted. - resolution str
- Represents what the user should do, if anything, to activate the Feature.
- restriction str
- The
platform_restrictionsthat are restricting this Feature.
- code String
- Represents the reason why the status is
pendingorrestricted. - resolution String
- Represents what the user should do, if anything, to activate the Feature.
- restriction String
- The
platform_restrictionsthat are restricting this Feature.
TreasuryFinancialAccountFeaturesOutboundTransfers, TreasuryFinancialAccountFeaturesOutboundTransfersArgs
- Ach
Treasury
Financial Account Features Outbound Transfers Ach - Toggle settings for enabling/disabling an outbound ACH specific feature
- Us
Domestic TreasuryWire Financial Account Features Outbound Transfers Us Domestic Wire - Toggle settings for enabling/disabling a feature
- Ach
Treasury
Financial Account Features Outbound Transfers Ach - Toggle settings for enabling/disabling an outbound ACH specific feature
- Us
Domestic TreasuryWire Financial Account Features Outbound Transfers Us Domestic Wire - Toggle settings for enabling/disabling a feature
- ach object
- Toggle settings for enabling/disabling an outbound ACH specific feature
- us_
domestic_ objectwire - Toggle settings for enabling/disabling a feature
- ach
Treasury
Financial Account Features Outbound Transfers Ach - Toggle settings for enabling/disabling an outbound ACH specific feature
- us
Domestic TreasuryWire Financial Account Features Outbound Transfers Us Domestic Wire - Toggle settings for enabling/disabling a feature
- ach
Treasury
Financial Account Features Outbound Transfers Ach - Toggle settings for enabling/disabling an outbound ACH specific feature
- us
Domestic TreasuryWire Financial Account Features Outbound Transfers Us Domestic Wire - Toggle settings for enabling/disabling a feature
- ach
Treasury
Financial Account Features Outbound Transfers Ach - Toggle settings for enabling/disabling an outbound ACH specific feature
- us_
domestic_ Treasurywire Financial Account Features Outbound Transfers Us Domestic Wire - Toggle settings for enabling/disabling a feature
- ach Property Map
- Toggle settings for enabling/disabling an outbound ACH specific feature
- us
Domestic Property MapWire - 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.
- Status
Details List<TreasuryFinancial Account Features Outbound Transfers Ach Status Detail> - 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 []TreasuryFinancial Account Features Outbound Transfers Ach Status Detail - 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.
- status
Details List<TreasuryFinancial Account Features Outbound Transfers Ach Status Detail> - 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.
- status
Details TreasuryFinancial Account Features Outbound Transfers Ach Status Detail[] - 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[TreasuryFinancial Account Features Outbound Transfers Ach Status Detail] - 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.
- status
Details 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
pendingorrestricted. - Resolution string
- Represents what the user should do, if anything, to activate the Feature.
- Restriction string
- The
platform_restrictionsthat are restricting this Feature.
- Code string
- Represents the reason why the status is
pendingorrestricted. - Resolution string
- Represents what the user should do, if anything, to activate the Feature.
- Restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code string
- Represents the reason why the status is
pendingorrestricted. - resolution string
- Represents what the user should do, if anything, to activate the Feature.
- restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code String
- Represents the reason why the status is
pendingorrestricted. - resolution String
- Represents what the user should do, if anything, to activate the Feature.
- restriction String
- The
platform_restrictionsthat are restricting this Feature.
- code string
- Represents the reason why the status is
pendingorrestricted. - resolution string
- Represents what the user should do, if anything, to activate the Feature.
- restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code str
- Represents the reason why the status is
pendingorrestricted. - resolution str
- Represents what the user should do, if anything, to activate the Feature.
- restriction str
- The
platform_restrictionsthat are restricting this Feature.
- code String
- Represents the reason why the status is
pendingorrestricted. - resolution String
- Represents what the user should do, if anything, to activate the Feature.
- restriction String
- The
platform_restrictionsthat are restricting this Feature.
TreasuryFinancialAccountFeaturesOutboundTransfersUsDomesticWire, TreasuryFinancialAccountFeaturesOutboundTransfersUsDomesticWireArgs
- Requested bool
- Whether the FinancialAccount should have the Feature.
- Status string
- Whether the Feature is operational.
- Status
Details List<TreasuryFinancial Account Features Outbound Transfers Us Domestic Wire Status Detail> - 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 []TreasuryFinancial Account Features Outbound Transfers Us Domestic Wire Status Detail - 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.
- status
Details List<TreasuryFinancial Account Features Outbound Transfers Us Domestic Wire Status Detail> - 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.
- status
Details TreasuryFinancial Account Features Outbound Transfers Us Domestic Wire Status Detail[] - 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[TreasuryFinancial Account Features Outbound Transfers Us Domestic Wire Status Detail] - 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.
- status
Details 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
pendingorrestricted. - Resolution string
- Represents what the user should do, if anything, to activate the Feature.
- Restriction string
- The
platform_restrictionsthat are restricting this Feature.
- Code string
- Represents the reason why the status is
pendingorrestricted. - Resolution string
- Represents what the user should do, if anything, to activate the Feature.
- Restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code string
- Represents the reason why the status is
pendingorrestricted. - resolution string
- Represents what the user should do, if anything, to activate the Feature.
- restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code String
- Represents the reason why the status is
pendingorrestricted. - resolution String
- Represents what the user should do, if anything, to activate the Feature.
- restriction String
- The
platform_restrictionsthat are restricting this Feature.
- code string
- Represents the reason why the status is
pendingorrestricted. - resolution string
- Represents what the user should do, if anything, to activate the Feature.
- restriction string
- The
platform_restrictionsthat are restricting this Feature.
- code str
- Represents the reason why the status is
pendingorrestricted. - resolution str
- Represents what the user should do, if anything, to activate the Feature.
- restriction str
- The
platform_restrictionsthat are restricting this Feature.
- code String
- Represents the reason why the status is
pendingorrestricted. - resolution String
- Represents what the user should do, if anything, to activate the Feature.
- restriction String
- The
platform_restrictionsthat are restricting this Feature.
TreasuryFinancialAccountFinancialAddress, TreasuryFinancialAccountFinancialAddressArgs
- Aba
Treasury
Financial Account Financial Address Aba - 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
Treasury
Financial Account Financial Address Aba - ABA Records contain U.S. bank account details per the ABA format.
- Supported
Networks []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
Treasury
Financial Account Financial Address Aba - 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
Treasury
Financial Account Financial Address Aba - ABA Records contain U.S. bank account details per the ABA format.
- supported
Networks string[] - The list of networks that the address supports
- type string
- The type of financial address
- aba
Treasury
Financial Account Financial Address Aba - 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.
- supported
Networks List<String> - The list of networks that the address supports
- type String
- The type of financial address
TreasuryFinancialAccountFinancialAddressAba, TreasuryFinancialAccountFinancialAddressAbaArgs
- Account
Holder stringName - The name of the person or business that owns the bank account.
- Account
Number string - The account number.
- Account
Number stringLast4 - The last four characters of the account number.
- Bank
Name string - Name of the bank.
- Routing
Number string - Routing number for the account.
- Account
Holder stringName - The name of the person or business that owns the bank account.
- Account
Number string - The account number.
- Account
Number stringLast4 - The last four characters of the account number.
- Bank
Name string - Name of the bank.
- Routing
Number string - Routing number for the account.
- account_
holder_ stringname - The name of the person or business that owns the bank account.
- account_
number string - The account number.
- account_
number_ stringlast4 - The last four characters of the account number.
- bank_
name string - Name of the bank.
- routing_
number string - Routing number for the account.
- account
Holder StringName - The name of the person or business that owns the bank account.
- account
Number String - The account number.
- account
Number StringLast4 - The last four characters of the account number.
- bank
Name String - Name of the bank.
- routing
Number String - Routing number for the account.
- account
Holder stringName - The name of the person or business that owns the bank account.
- account
Number string - The account number.
- account
Number stringLast4 - The last four characters of the account number.
- bank
Name string - Name of the bank.
- routing
Number string - Routing number for the account.
- account_
holder_ strname - The name of the person or business that owns the bank account.
- account_
number str - The account number.
- account_
number_ strlast4 - The last four characters of the account number.
- bank_
name str - Name of the bank.
- routing_
number str - Routing number for the account.
- account
Holder StringName - The name of the person or business that owns the bank account.
- account
Number String - The account number.
- account
Number StringLast4 - The last four characters of the account number.
- bank
Name String - Name of the bank.
- routing
Number String - Routing number for the account.
TreasuryFinancialAccountPlatformRestrictions, TreasuryFinancialAccountPlatformRestrictionsArgs
- Inbound
Flows string - Restricts all inbound money movement.
- Outbound
Flows string - Restricts all outbound money movement.
- Inbound
Flows string - Restricts all inbound money movement.
- Outbound
Flows string - Restricts all outbound money movement.
- inbound_
flows string - Restricts all inbound money movement.
- outbound_
flows string - Restricts all outbound money movement.
- inbound
Flows String - Restricts all inbound money movement.
- outbound
Flows String - Restricts all outbound money movement.
- inbound
Flows string - Restricts all inbound money movement.
- outbound
Flows string - Restricts all outbound money movement.
- inbound_
flows str - Restricts all inbound money movement.
- outbound_
flows str - Restricts all outbound money movement.
- inbound
Flows String - Restricts all inbound money movement.
- outbound
Flows String - Restricts all outbound money movement.
TreasuryFinancialAccountStatusDetails, TreasuryFinancialAccountStatusDetailsArgs
- Closed
Treasury
Financial Account Status Details Closed - Details related to the closure of this FinancialAccount
- Closed
Treasury
Financial Account Status Details Closed - Details related to the closure of this FinancialAccount
- closed
Treasury
Financial Account Status Details Closed - Details related to the closure of this FinancialAccount
- closed
Treasury
Financial Account Status Details Closed - Details related to the closure of this FinancialAccount
- closed
Treasury
Financial Account Status Details Closed - 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
stripeTerraform Provider.
published on Friday, Aug 14, 2026 by Pulumi