`$account->stripe()` can throw `\Stripe\Exception\InvalidArgumentException` (descends from PHP's `InvalidArgumentException`, not `ApiErrorException`) when the Stripe key is missing/malformed. Since the conversion data is purely for tracking, any failure must degrade silently — not break the post-payment success page. |
||
|---|---|---|
| .. | ||
| Api | ||
| App | ||
| Auth | ||
| Controller.php | ||