Class: Stripe::Account::Capabilities

Inherits:
StripeObject show all
Defined in:
lib/stripe/resources/account.rb

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

Method Summary

Methods inherited from StripeObject

#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values

Constructor Details

This class inherits a constructor from Stripe::StripeObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject

Instance Attribute Details

#acss_debit_paymentsObject (readonly)

The status of the Canadian pre-authorized debits payments capability of the account, or whether the account can directly process Canadian pre-authorized debits charges.



94
95
96
# File 'lib/stripe/resources/account.rb', line 94

def acss_debit_payments
  @acss_debit_payments
end

#affirm_paymentsObject (readonly)

The status of the Affirm capability of the account, or whether the account can directly process Affirm charges.



96
97
98
# File 'lib/stripe/resources/account.rb', line 96

def affirm_payments
  @affirm_payments
end

#afterpay_clearpay_paymentsObject (readonly)

The status of the Afterpay Clearpay capability of the account, or whether the account can directly process Afterpay Clearpay charges.



98
99
100
# File 'lib/stripe/resources/account.rb', line 98

def afterpay_clearpay_payments
  @afterpay_clearpay_payments
end

#alma_paymentsObject (readonly)

The status of the Alma capability of the account, or whether the account can directly process Alma payments.



100
101
102
# File 'lib/stripe/resources/account.rb', line 100

def alma_payments
  @alma_payments
end

#amazon_pay_paymentsObject (readonly)

The status of the AmazonPay capability of the account, or whether the account can directly process AmazonPay payments.



102
103
104
# File 'lib/stripe/resources/account.rb', line 102

def amazon_pay_payments
  @amazon_pay_payments
end

#au_becs_debit_paymentsObject (readonly)

The status of the BECS Direct Debit (AU) payments capability of the account, or whether the account can directly process BECS Direct Debit (AU) charges.



104
105
106
# File 'lib/stripe/resources/account.rb', line 104

def au_becs_debit_payments
  @au_becs_debit_payments
end

#bacs_debit_paymentsObject (readonly)

The status of the Bacs Direct Debits payments capability of the account, or whether the account can directly process Bacs Direct Debits charges.



106
107
108
# File 'lib/stripe/resources/account.rb', line 106

def bacs_debit_payments
  @bacs_debit_payments
end

#bancontact_paymentsObject (readonly)

The status of the Bancontact payments capability of the account, or whether the account can directly process Bancontact charges.



108
109
110
# File 'lib/stripe/resources/account.rb', line 108

def bancontact_payments
  @bancontact_payments
end

#bank_transfer_paymentsObject (readonly)

The status of the customer_balance payments capability of the account, or whether the account can directly process customer_balance charges.



110
111
112
# File 'lib/stripe/resources/account.rb', line 110

def bank_transfer_payments
  @bank_transfer_payments
end

#billie_paymentsObject (readonly)

The status of the Billie capability of the account, or whether the account can directly process Billie payments.



112
113
114
# File 'lib/stripe/resources/account.rb', line 112

def billie_payments
  @billie_payments
end

#blik_paymentsObject (readonly)

The status of the blik payments capability of the account, or whether the account can directly process blik charges.



114
115
116
# File 'lib/stripe/resources/account.rb', line 114

def blik_payments
  @blik_payments
end

#boleto_paymentsObject (readonly)

The status of the boleto payments capability of the account, or whether the account can directly process boleto charges.



116
117
118
# File 'lib/stripe/resources/account.rb', line 116

def boleto_payments
  @boleto_payments
end

#card_issuingObject (readonly)

The status of the card issuing capability of the account, or whether you can use Issuing to distribute funds on cards



118
119
120
# File 'lib/stripe/resources/account.rb', line 118

def card_issuing
  @card_issuing
end

#card_paymentsObject (readonly)

The status of the card payments capability of the account, or whether the account can directly process credit and debit card charges.



120
121
122
# File 'lib/stripe/resources/account.rb', line 120

def card_payments
  @card_payments
end

#cartes_bancaires_paymentsObject (readonly)

The status of the Cartes Bancaires payments capability of the account, or whether the account can directly process Cartes Bancaires card charges in EUR currency.



122
123
124
# File 'lib/stripe/resources/account.rb', line 122

def cartes_bancaires_payments
  @cartes_bancaires_payments
end

#cashapp_paymentsObject (readonly)

The status of the Cash App Pay capability of the account, or whether the account can directly process Cash App Pay payments.



124
125
126
# File 'lib/stripe/resources/account.rb', line 124

def cashapp_payments
  @cashapp_payments
end

#eps_paymentsObject (readonly)

The status of the EPS payments capability of the account, or whether the account can directly process EPS charges.



126
127
128
# File 'lib/stripe/resources/account.rb', line 126

def eps_payments
  @eps_payments
end

#fpx_paymentsObject (readonly)

The status of the FPX payments capability of the account, or whether the account can directly process FPX charges.



128
129
130
# File 'lib/stripe/resources/account.rb', line 128

def fpx_payments
  @fpx_payments
end

#gb_bank_transfer_paymentsObject (readonly)

The status of the GB customer_balance payments (GBP currency) capability of the account, or whether the account can directly process GB customer_balance charges.



130
131
132
# File 'lib/stripe/resources/account.rb', line 130

def gb_bank_transfer_payments
  @gb_bank_transfer_payments
end

#giropay_paymentsObject (readonly)

The status of the giropay payments capability of the account, or whether the account can directly process giropay charges.



132
133
134
# File 'lib/stripe/resources/account.rb', line 132

def giropay_payments
  @giropay_payments
end

#grabpay_paymentsObject (readonly)

The status of the GrabPay payments capability of the account, or whether the account can directly process GrabPay charges.



134
135
136
# File 'lib/stripe/resources/account.rb', line 134

def grabpay_payments
  @grabpay_payments
end

#ideal_paymentsObject (readonly)

The status of the iDEAL payments capability of the account, or whether the account can directly process iDEAL charges.



136
137
138
# File 'lib/stripe/resources/account.rb', line 136

def ideal_payments
  @ideal_payments
end

#india_international_paymentsObject (readonly)

The status of the india_international_payments capability of the account, or whether the account can process international charges (non INR) in India.



138
139
140
# File 'lib/stripe/resources/account.rb', line 138

def india_international_payments
  @india_international_payments
end

#jcb_paymentsObject (readonly)

The status of the JCB payments capability of the account, or whether the account (Japan only) can directly process JCB credit card charges in JPY currency.



140
141
142
# File 'lib/stripe/resources/account.rb', line 140

def jcb_payments
  @jcb_payments
end

#jp_bank_transfer_paymentsObject (readonly)

The status of the Japanese customer_balance payments (JPY currency) capability of the account, or whether the account can directly process Japanese customer_balance charges.



142
143
144
# File 'lib/stripe/resources/account.rb', line 142

def jp_bank_transfer_payments
  @jp_bank_transfer_payments
end

#kakao_pay_paymentsObject (readonly)

The status of the KakaoPay capability of the account, or whether the account can directly process KakaoPay payments.



144
145
146
# File 'lib/stripe/resources/account.rb', line 144

def kakao_pay_payments
  @kakao_pay_payments
end

#klarna_paymentsObject (readonly)

The status of the Klarna payments capability of the account, or whether the account can directly process Klarna charges.



146
147
148
# File 'lib/stripe/resources/account.rb', line 146

def klarna_payments
  @klarna_payments
end

#konbini_paymentsObject (readonly)

The status of the konbini payments capability of the account, or whether the account can directly process konbini charges.



148
149
150
# File 'lib/stripe/resources/account.rb', line 148

def konbini_payments
  @konbini_payments
end

#kr_card_paymentsObject (readonly)

The status of the KrCard capability of the account, or whether the account can directly process KrCard payments.



150
151
152
# File 'lib/stripe/resources/account.rb', line 150

def kr_card_payments
  @kr_card_payments
end

#legacy_paymentsObject (readonly)

The status of the legacy payments capability of the account.



152
153
154
# File 'lib/stripe/resources/account.rb', line 152

def legacy_payments
  @legacy_payments
end

The status of the link_payments capability of the account, or whether the account can directly process Link charges.



154
155
156
# File 'lib/stripe/resources/account.rb', line 154

def link_payments
  @link_payments
end

#mobilepay_paymentsObject (readonly)

The status of the MobilePay capability of the account, or whether the account can directly process MobilePay charges.



156
157
158
# File 'lib/stripe/resources/account.rb', line 156

def mobilepay_payments
  @mobilepay_payments
end

#multibanco_paymentsObject (readonly)

The status of the Multibanco payments capability of the account, or whether the account can directly process Multibanco charges.



158
159
160
# File 'lib/stripe/resources/account.rb', line 158

def multibanco_payments
  @multibanco_payments
end

#mx_bank_transfer_paymentsObject (readonly)

The status of the Mexican customer_balance payments (MXN currency) capability of the account, or whether the account can directly process Mexican customer_balance charges.



160
161
162
# File 'lib/stripe/resources/account.rb', line 160

def mx_bank_transfer_payments
  @mx_bank_transfer_payments
end

The status of the NaverPay capability of the account, or whether the account can directly process NaverPay payments.



162
163
164
# File 'lib/stripe/resources/account.rb', line 162

def naver_pay_payments
  @naver_pay_payments
end

#nz_bank_account_becs_debit_paymentsObject (readonly)

The status of the New Zealand BECS Direct Debit payments capability of the account, or whether the account can directly process New Zealand BECS Direct Debit charges.



164
165
166
# File 'lib/stripe/resources/account.rb', line 164

def 
  @nz_bank_account_becs_debit_payments
end

#oxxo_paymentsObject (readonly)

The status of the OXXO payments capability of the account, or whether the account can directly process OXXO charges.



166
167
168
# File 'lib/stripe/resources/account.rb', line 166

def oxxo_payments
  @oxxo_payments
end

#p24_paymentsObject (readonly)

The status of the P24 payments capability of the account, or whether the account can directly process P24 charges.



168
169
170
# File 'lib/stripe/resources/account.rb', line 168

def p24_payments
  @p24_payments
end

#pay_by_bank_paymentsObject (readonly)

The status of the pay_by_bank payments capability of the account, or whether the account can directly process pay_by_bank charges.



170
171
172
# File 'lib/stripe/resources/account.rb', line 170

def pay_by_bank_payments
  @pay_by_bank_payments
end

#payco_paymentsObject (readonly)

The status of the Payco capability of the account, or whether the account can directly process Payco payments.



172
173
174
# File 'lib/stripe/resources/account.rb', line 172

def payco_payments
  @payco_payments
end

#paynow_paymentsObject (readonly)

The status of the paynow payments capability of the account, or whether the account can directly process paynow charges.



174
175
176
# File 'lib/stripe/resources/account.rb', line 174

def paynow_payments
  @paynow_payments
end

#promptpay_paymentsObject (readonly)

The status of the promptpay payments capability of the account, or whether the account can directly process promptpay charges.



176
177
178
# File 'lib/stripe/resources/account.rb', line 176

def promptpay_payments
  @promptpay_payments
end

#revolut_pay_paymentsObject (readonly)

The status of the RevolutPay capability of the account, or whether the account can directly process RevolutPay payments.



178
179
180
# File 'lib/stripe/resources/account.rb', line 178

def revolut_pay_payments
  @revolut_pay_payments
end

#samsung_pay_paymentsObject (readonly)

The status of the SamsungPay capability of the account, or whether the account can directly process SamsungPay payments.



180
181
182
# File 'lib/stripe/resources/account.rb', line 180

def samsung_pay_payments
  @samsung_pay_payments
end

#satispay_paymentsObject (readonly)

The status of the Satispay capability of the account, or whether the account can directly process Satispay payments.



182
183
184
# File 'lib/stripe/resources/account.rb', line 182

def satispay_payments
  @satispay_payments
end

#sepa_bank_transfer_paymentsObject (readonly)

The status of the SEPA customer_balance payments (EUR currency) capability of the account, or whether the account can directly process SEPA customer_balance charges.



184
185
186
# File 'lib/stripe/resources/account.rb', line 184

def sepa_bank_transfer_payments
  @sepa_bank_transfer_payments
end

#sepa_debit_paymentsObject (readonly)

The status of the SEPA Direct Debits payments capability of the account, or whether the account can directly process SEPA Direct Debits charges.



186
187
188
# File 'lib/stripe/resources/account.rb', line 186

def sepa_debit_payments
  @sepa_debit_payments
end

#sofort_paymentsObject (readonly)

The status of the Sofort payments capability of the account, or whether the account can directly process Sofort charges.



188
189
190
# File 'lib/stripe/resources/account.rb', line 188

def sofort_payments
  @sofort_payments
end

#swish_paymentsObject (readonly)

The status of the Swish capability of the account, or whether the account can directly process Swish payments.



190
191
192
# File 'lib/stripe/resources/account.rb', line 190

def swish_payments
  @swish_payments
end

#tax_reporting_us_1099_kObject (readonly)

The status of the tax reporting 1099-K (US) capability of the account.



192
193
194
# File 'lib/stripe/resources/account.rb', line 192

def tax_reporting_us_1099_k
  @tax_reporting_us_1099_k
end

#tax_reporting_us_1099_miscObject (readonly)

The status of the tax reporting 1099-MISC (US) capability of the account.



194
195
196
# File 'lib/stripe/resources/account.rb', line 194

def tax_reporting_us_1099_misc
  @tax_reporting_us_1099_misc
end

#transfersObject (readonly)

The status of the transfers capability of the account, or whether your platform can transfer funds to the account.



196
197
198
# File 'lib/stripe/resources/account.rb', line 196

def transfers
  @transfers
end

#treasuryObject (readonly)

The status of the banking capability, or whether the account can have bank accounts.



198
199
200
# File 'lib/stripe/resources/account.rb', line 198

def treasury
  @treasury
end

#twint_paymentsObject (readonly)

The status of the TWINT capability of the account, or whether the account can directly process TWINT charges.



200
201
202
# File 'lib/stripe/resources/account.rb', line 200

def twint_payments
  @twint_payments
end

#us_bank_account_ach_paymentsObject (readonly)

The status of the US bank account ACH payments capability of the account, or whether the account can directly process US bank account charges.



202
203
204
# File 'lib/stripe/resources/account.rb', line 202

def 
  @us_bank_account_ach_payments
end

#us_bank_transfer_paymentsObject (readonly)

The status of the US customer_balance payments (USD currency) capability of the account, or whether the account can directly process US customer_balance charges.



204
205
206
# File 'lib/stripe/resources/account.rb', line 204

def us_bank_transfer_payments
  @us_bank_transfer_payments
end

#zip_paymentsObject (readonly)

The status of the Zip capability of the account, or whether the account can directly process Zip charges.



206
207
208
# File 'lib/stripe/resources/account.rb', line 206

def zip_payments
  @zip_payments
end