Payout Methods Bank Account Specs v2

The PayoutMethodsBankAccountSpec object.

The PayoutMethodsBankAccountSpec object 

Attributes

  • objectstring, value is "v2.money_management.payout_methods_bank_account_spec"

    String representing the object’s type. Objects of the same type share the same value of the object field.

  • countriesmap

    The list of specs by country.

  • livemodeboolean

    Has the value true if the object exists in live mode or the value false if the object exists in test mode.

The PayoutMethodsBankAccountSpec object
{
"object": "v2.money_management.payout_methods_bank_account_spec",
"countries": {
"US": {
"fields": [
{
"local_name": "account_number",
"local_name_human": {
"localization_key": "payout_methods.bank_account.account_number",
"content": "Account Number"
},
"max_length": 17,
"min_length": 1,
"placeholder": "000123456789",
"stripe_name": "account_number",
"validation_regex": "\\A\\d{1,17}\\z"
},
{
"local_name": "routing_number",
"local_name_human": {
"localization_key": "payout_methods.bank_account.routing_number",
"content": "Routing Number"
},
"max_length": 9,
"min_length": 9,
"placeholder": "110000000",
"stripe_name": "routing_number",
"validation_regex": "\\A(01|02|03|04|05|06|07|08|09|10|11|12|21|22|23|24|25|26|27|28|29|30|31|32)[0-9]{7}\\z"
}
]
}
}
}

Received Credits v2

Use ReceivedCredits API to retrieve information on when, where, and how funds are sent into your FinancialAccount.

Received Debits v2

Use ReceivedDebits API to retrieve information on when, where, and how funds are debited from your FinancialAccount.

Transactions v2

Use Transactions to view changes to your FinancialAccount balance over time. Every flow that moves money, such as OutboundPayments or ReceivedCredits, will have one or more Transactions that describes how the flow impacted your balance. Note that while the FinancialAccount balance will always be up to date, be aware that Transactions and TransactionEntries are created shortly after to reflect changes.