#handhikadj
1 messages · Page 1 of 1 (latest)
hello! where are you seeing this default test card? can you provide a screenshot or the object id?
I can't see that default test card but a subscription can be made.
I'm using laravel cashier anyway
$user
->newSubscription('default', config('services.stripe.default_price'))
->quantity(1)
->create($request->paymentMethod);
the card with 4242 4242 4242 4242 is used to do the subscription by stripe itself
can you share the subscription id?
sub_1O2p0oD7HPBHHiROkrgvmlea
btw, the payment methods here is used by default by stripe
I think I can just delete it
i can't really investigate further since you deleted the object already