Level 1
This is not my answer please try again :)
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
How to solve this problem
$user = Auth::user();
try {
$subscription = $user->charge(100, $request->payment_method);
} catch (Exception $e) {
dd($e);
}
dd($subscription);
As per Indian regulations, export transactions require a description. More info here: https://stripe.com/docs/india-exports
Please or to participate in this conversation.