#handhikadj

1 messages · Page 1 of 1 (latest)

cinder nacelleBOT
spice flicker
#

hello! where are you seeing this default test card? can you provide a screenshot or the object id?

mighty spoke
#

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

spice flicker
#

can you share the subscription id?

mighty spoke
#

sub_1O2p0oD7HPBHHiROkrgvmlea

btw, the payment methods here is used by default by stripe

#

I think I can just delete it

spice flicker
#

i can't really investigate further since you deleted the object already