@@ -103,6 +103,8 @@ public function instanceUrl()
103
103
* options array containing an `id` key.
104
104
* @param array|string|null $opts
105
105
*
106
+ * @throws \Stripe\Exception\ApiErrorException if the request fails
107
+ *
106
108
* @return Account
107
109
*/
108
110
public static function retrieve ($ id = null , $ opts = null )
@@ -118,6 +120,8 @@ public static function retrieve($id = null, $opts = null)
118
120
* @param array|null $params
119
121
* @param array|string|null $opts
120
122
*
123
+ * @throws \Stripe\Exception\ApiErrorException if the request fails
124
+ *
121
125
* @return Account The rejected account.
122
126
*/
123
127
public function reject ($ params = null , $ opts = null )
@@ -132,6 +136,8 @@ public function reject($params = null, $opts = null)
132
136
* @param array|null $clientId
133
137
* @param array|string|null $opts
134
138
*
139
+ * @throws \Stripe\Exception\ApiErrorException if the request fails
140
+ *
135
141
* @return StripeObject Object containing the response from the API.
136
142
*/
137
143
public function deauthorize ($ clientId = null , $ opts = null )
@@ -156,6 +162,8 @@ public function deauthorize($clientId = null, $opts = null)
156
162
* @param array|null $params
157
163
* @param array|string|null $opts
158
164
*
165
+ * @throws \Stripe\Exception\ApiErrorException if the request fails
166
+ *
159
167
* @return Capability
160
168
*/
161
169
public static function retrieveCapability ($ id , $ capabilityId , $ params = null , $ opts = null )
@@ -181,6 +189,8 @@ public static function updateCapability($id, $capabilityId, $params = null, $opt
181
189
* @param array|null $params
182
190
* @param array|string|null $opts
183
191
*
192
+ * @throws \Stripe\Exception\ApiErrorException if the request fails
193
+ *
184
194
* @return Collection The list of capabilities.
185
195
*/
186
196
public static function allCapabilities ($ id , $ params = null , $ opts = null )
@@ -193,6 +203,8 @@ public static function allCapabilities($id, $params = null, $opts = null)
193
203
* @param array|null $params
194
204
* @param array|string|null $opts
195
205
*
206
+ * @throws \Stripe\Exception\ApiErrorException if the request fails
207
+ *
196
208
* @return BankAccount|Card
197
209
*/
198
210
public static function createExternalAccount ($ id , $ params = null , $ opts = null )
@@ -206,6 +218,8 @@ public static function createExternalAccount($id, $params = null, $opts = null)
206
218
* @param array|null $params
207
219
* @param array|string|null $opts
208
220
*
221
+ * @throws \Stripe\Exception\ApiErrorException if the request fails
222
+ *
209
223
* @return BankAccount|Card
210
224
*/
211
225
public static function retrieveExternalAccount ($ id , $ externalAccountId , $ params = null , $ opts = null )
@@ -219,6 +233,8 @@ public static function retrieveExternalAccount($id, $externalAccountId, $params
219
233
* @param array|null $params
220
234
* @param array|string|null $opts
221
235
*
236
+ * @throws \Stripe\Exception\ApiErrorException if the request fails
237
+ *
222
238
* @return BankAccount|Card
223
239
*/
224
240
public static function updateExternalAccount ($ id , $ externalAccountId , $ params = null , $ opts = null )
@@ -232,6 +248,8 @@ public static function updateExternalAccount($id, $externalAccountId, $params =
232
248
* @param array|null $params
233
249
* @param array|string|null $opts
234
250
*
251
+ * @throws \Stripe\Exception\ApiErrorException if the request fails
252
+ *
235
253
* @return BankAccount|Card
236
254
*/
237
255
public static function deleteExternalAccount ($ id , $ externalAccountId , $ params = null , $ opts = null )
@@ -244,6 +262,8 @@ public static function deleteExternalAccount($id, $externalAccountId, $params =
244
262
* @param array|null $params
245
263
* @param array|string|null $opts
246
264
*
265
+ * @throws \Stripe\Exception\ApiErrorException if the request fails
266
+ *
247
267
* @return Collection The list of external accounts (BankAccount or Card).
248
268
*/
249
269
public static function allExternalAccounts ($ id , $ params = null , $ opts = null )
@@ -256,6 +276,8 @@ public static function allExternalAccounts($id, $params = null, $opts = null)
256
276
* @param array|null $params
257
277
* @param array|string|null $opts
258
278
*
279
+ * @throws \Stripe\Exception\ApiErrorException if the request fails
280
+ *
259
281
* @return LoginLink
260
282
*/
261
283
public static function createLoginLink ($ id , $ params = null , $ opts = null )
@@ -267,6 +289,8 @@ public static function createLoginLink($id, $params = null, $opts = null)
267
289
* @param array|null $params
268
290
* @param array|string|null $options
269
291
*
292
+ * @throws \Stripe\Exception\ApiErrorException if the request fails
293
+ *
270
294
* @return Collection The list of persons.
271
295
*/
272
296
public function persons ($ params = null , $ options = null )
@@ -283,6 +307,8 @@ public function persons($params = null, $options = null)
283
307
* @param array|null $params
284
308
* @param array|string|null $opts
285
309
*
310
+ * @throws \Stripe\Exception\ApiErrorException if the request fails
311
+ *
286
312
* @return Person
287
313
*/
288
314
public static function createPerson ($ id , $ params = null , $ opts = null )
@@ -296,6 +322,8 @@ public static function createPerson($id, $params = null, $opts = null)
296
322
* @param array|null $params
297
323
* @param array|string|null $opts
298
324
*
325
+ * @throws \Stripe\Exception\ApiErrorException if the request fails
326
+ *
299
327
* @return Person
300
328
*/
301
329
public static function retrievePerson ($ id , $ personId , $ params = null , $ opts = null )
@@ -309,6 +337,8 @@ public static function retrievePerson($id, $personId, $params = null, $opts = nu
309
337
* @param array|null $params
310
338
* @param array|string|null $opts
311
339
*
340
+ * @throws \Stripe\Exception\ApiErrorException if the request fails
341
+ *
312
342
* @return Person
313
343
*/
314
344
public static function updatePerson ($ id , $ personId , $ params = null , $ opts = null )
@@ -322,6 +352,8 @@ public static function updatePerson($id, $personId, $params = null, $opts = null
322
352
* @param array|null $params
323
353
* @param array|string|null $opts
324
354
*
355
+ * @throws \Stripe\Exception\ApiErrorException if the request fails
356
+ *
325
357
* @return Person
326
358
*/
327
359
public static function deletePerson ($ id , $ personId , $ params = null , $ opts = null )
@@ -334,6 +366,8 @@ public static function deletePerson($id, $personId, $params = null, $opts = null
334
366
* @param array|null $params
335
367
* @param array|string|null $opts
336
368
*
369
+ * @throws \Stripe\Exception\ApiErrorException if the request fails
370
+ *
337
371
* @return Collection The list of persons.
338
372
*/
339
373
public static function allPersons ($ id , $ params = null , $ opts = null )
@@ -370,7 +404,7 @@ private function serializeAdditionalOwners($legalEntity, $additionalOwners)
370
404
$ originalValue = [];
371
405
}
372
406
if (($ originalValue ) && (count ($ originalValue ) > count ($ additionalOwners ))) {
373
- throw new \InvalidArgumentException (
407
+ throw new Exception \InvalidArgumentException (
374
408
"You cannot delete an item from an array, you must instead set a new array "
375
409
);
376
410
}
0 commit comments