You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/stripe/resources/v2/core/account.rb
+164Lines changed: 164 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1079,12 +1079,176 @@ class DefaultOutboundDestination < Stripe::StripeObject
1079
1079
# The payout method to be used as a default outbound destination. This will allow the PayoutMethod to be omitted on OutboundPayments made through the dashboard.
1080
1080
attr_reader:default_outbound_destination
1081
1081
end
1082
+
1083
+
classStorer < Stripe::StripeObject
1084
+
classCapabilities < Stripe::StripeObject
1085
+
classFinancialAddresses < Stripe::StripeObject
1086
+
classBankAccounts < Stripe::StripeObject
1087
+
classStatusDetail < Stripe::StripeObject
1088
+
# Machine-readable code explaining the reason for the Capability to be in its current status.
1089
+
attr_reader:code
1090
+
# Machine-readable code explaining how to make the Capability active.
1091
+
attr_reader:resolution
1092
+
end
1093
+
# Whether the Capability has been requested.
1094
+
attr_reader:requested
1095
+
# The status of the Capability.
1096
+
attr_reader:status
1097
+
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1098
+
attr_reader:status_details
1099
+
end
1100
+
# Can provision a bank-account like financial address (VBAN) to credit/debit a FinancialAccount.
1101
+
attr_reader:bank_accounts
1102
+
end
1103
+
1104
+
classHoldsCurrencies < Stripe::StripeObject
1105
+
classGbp < Stripe::StripeObject
1106
+
classStatusDetail < Stripe::StripeObject
1107
+
# Machine-readable code explaining the reason for the Capability to be in its current status.
1108
+
attr_reader:code
1109
+
# Machine-readable code explaining how to make the Capability active.
1110
+
attr_reader:resolution
1111
+
end
1112
+
# Whether the Capability has been requested.
1113
+
attr_reader:requested
1114
+
# The status of the Capability.
1115
+
attr_reader:status
1116
+
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1117
+
attr_reader:status_details
1118
+
end
1119
+
# Can hold storage-type funds on Stripe in GBP.
1120
+
attr_reader:gbp
1121
+
end
1122
+
1123
+
classInboundTransfers < Stripe::StripeObject
1124
+
classBankAccounts < Stripe::StripeObject
1125
+
classStatusDetail < Stripe::StripeObject
1126
+
# Machine-readable code explaining the reason for the Capability to be in its current status.
1127
+
attr_reader:code
1128
+
# Machine-readable code explaining how to make the Capability active.
1129
+
attr_reader:resolution
1130
+
end
1131
+
# Whether the Capability has been requested.
1132
+
attr_reader:requested
1133
+
# The status of the Capability.
1134
+
attr_reader:status
1135
+
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1136
+
attr_reader:status_details
1137
+
end
1138
+
# Can pull funds from an external bank account, owned by yourself, to a FinancialAccount.
1139
+
attr_reader:bank_accounts
1140
+
end
1141
+
1142
+
classOutboundPayments < Stripe::StripeObject
1143
+
classBankAccounts < Stripe::StripeObject
1144
+
classStatusDetail < Stripe::StripeObject
1145
+
# Machine-readable code explaining the reason for the Capability to be in its current status.
1146
+
attr_reader:code
1147
+
# Machine-readable code explaining how to make the Capability active.
1148
+
attr_reader:resolution
1149
+
end
1150
+
# Whether the Capability has been requested.
1151
+
attr_reader:requested
1152
+
# The status of the Capability.
1153
+
attr_reader:status
1154
+
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1155
+
attr_reader:status_details
1156
+
end
1157
+
1158
+
classCards < Stripe::StripeObject
1159
+
classStatusDetail < Stripe::StripeObject
1160
+
# Machine-readable code explaining the reason for the Capability to be in its current status.
1161
+
attr_reader:code
1162
+
# Machine-readable code explaining how to make the Capability active.
1163
+
attr_reader:resolution
1164
+
end
1165
+
# Whether the Capability has been requested.
1166
+
attr_reader:requested
1167
+
# The status of the Capability.
1168
+
attr_reader:status
1169
+
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1170
+
attr_reader:status_details
1171
+
end
1172
+
1173
+
classFinancialAccounts < Stripe::StripeObject
1174
+
classStatusDetail < Stripe::StripeObject
1175
+
# Machine-readable code explaining the reason for the Capability to be in its current status.
1176
+
attr_reader:code
1177
+
# Machine-readable code explaining how to make the Capability active.
1178
+
attr_reader:resolution
1179
+
end
1180
+
# Whether the Capability has been requested.
1181
+
attr_reader:requested
1182
+
# The status of the Capability.
1183
+
attr_reader:status
1184
+
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1185
+
attr_reader:status_details
1186
+
end
1187
+
# Can send funds from a FinancialAccount to a bank account, owned by someone else.
1188
+
attr_reader:bank_accounts
1189
+
# Can send funds from a FinancialAccount to a debit card, owned by someone else.
1190
+
attr_reader:cards
1191
+
# Can send funds from a FinancialAccount to another FinancialAccount, owned by someone else.
1192
+
attr_reader:financial_accounts
1193
+
end
1194
+
1195
+
classOutboundTransfers < Stripe::StripeObject
1196
+
classBankAccounts < Stripe::StripeObject
1197
+
classStatusDetail < Stripe::StripeObject
1198
+
# Machine-readable code explaining the reason for the Capability to be in its current status.
1199
+
attr_reader:code
1200
+
# Machine-readable code explaining how to make the Capability active.
1201
+
attr_reader:resolution
1202
+
end
1203
+
# Whether the Capability has been requested.
1204
+
attr_reader:requested
1205
+
# The status of the Capability.
1206
+
attr_reader:status
1207
+
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1208
+
attr_reader:status_details
1209
+
end
1210
+
1211
+
classFinancialAccounts < Stripe::StripeObject
1212
+
classStatusDetail < Stripe::StripeObject
1213
+
# Machine-readable code explaining the reason for the Capability to be in its current status.
1214
+
attr_reader:code
1215
+
# Machine-readable code explaining how to make the Capability active.
1216
+
attr_reader:resolution
1217
+
end
1218
+
# Whether the Capability has been requested.
1219
+
attr_reader:requested
1220
+
# The status of the Capability.
1221
+
attr_reader:status
1222
+
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1223
+
attr_reader:status_details
1224
+
end
1225
+
# Can send funds from a FinancialAccount, to a bank account, owned by yourself.
1226
+
attr_reader:bank_accounts
1227
+
# Can send funds from a FinancialAccount to another FinancialAccount, owned by yourself.
1228
+
attr_reader:financial_accounts
1229
+
end
1230
+
# Can provision a financial address to credit/debit a FinancialAccount.
1231
+
attr_reader:financial_addresses
1232
+
# Can hold storage-type funds on Stripe.
1233
+
attr_reader:holds_currencies
1234
+
# Can pull funds from an external source, owned by yourself, to a FinancialAccount.
1235
+
attr_reader:inbound_transfers
1236
+
# Can send funds from a FinancialAccount to a destination owned by someone else.
1237
+
attr_reader:outbound_payments
1238
+
# Can send funds from a FinancialAccount to a destination owned by yourself.
1239
+
attr_reader:outbound_transfers
1240
+
end
1241
+
# Capabilities that have been requested on the Storer Configuration.
1242
+
attr_reader:capabilities
1243
+
end
1082
1244
# The Customer Configuration allows the Account to be used in inbound payment flows.
1083
1245
attr_reader:customer
1084
1246
# The Merchant configuration allows the Account to act as a connected account and collect payments facilitated by a Connect platform. You can add this configuration to your connected accounts only if you’ve completed onboarding as a Connect platform.
1085
1247
attr_reader:merchant
1086
1248
# The Recipient Configuration allows the Account to receive funds.
1087
1249
attr_reader:recipient
1250
+
# The Storer Configuration allows the Account to store and move funds using stored-value FinancialAccounts.
Copy file name to clipboardExpand all lines: lib/stripe/resources/v2/money_management/financial_account.rb
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,23 @@ class Other < Stripe::StripeObject
25
25
attr_reader:type
26
26
end
27
27
28
+
classStatusDetails < Stripe::StripeObject
29
+
classClosed < Stripe::StripeObject
30
+
classForwardingSettings < Stripe::StripeObject
31
+
# The address to send forwarded payments to.
32
+
attr_reader:payment_method
33
+
# The address to send forwarded payouts to.
34
+
attr_reader:payout_method
35
+
end
36
+
# Attribute for field forwarding_settings
37
+
attr_reader:forwarding_settings
38
+
# Attribute for field reason
39
+
attr_reader:reason
40
+
end
41
+
# Attribute for field closed
42
+
attr_reader:closed
43
+
end
44
+
28
45
classStorage < Stripe::StripeObject
29
46
# The currencies that this FinancialAccount can hold.
30
47
attr_reader:holds_currencies
@@ -45,6 +62,8 @@ class Storage < Stripe::StripeObject
45
62
attr_reader:other
46
63
# Closed Enum. An enum representing the status of the FinancialAccount. This indicates whether or not the FinancialAccount can be used for any money movement flows.
47
64
attr_reader:status
65
+
# Attribute for field status_details
66
+
attr_reader:status_details
48
67
# If this is a `storage` FinancialAccount, this hash includes details specific to `storage` FinancialAccounts.
49
68
attr_reader:storage
50
69
# Type of the FinancialAccount. An additional hash is included on the FinancialAccount with a name matching this value.
0 commit comments