#rushikesh_63638

1 messages · Page 1 of 1 (latest)

wheat brambleBOT
timid ruin
#

Hi there, how can I help?

azure sparrow
#

I have a auto renewal subscription which I am creating, but what happens if the customer does have sufficient amount in his account at the time of subscription renewal?

timid ruin
azure sparrow
#

can we set this at the time of subscription creation?

#

$subReponse = $stripe->subscriptions->create([ 'customer' => $customerAccId, 'items' => [ ['price' => $request->stripe_price_id], ], 'coupon' => $coupon_code, ]);

#

in this create subscription record

timid ruin
#

It's a global settings. I'd suggest you go through the doc first and come back when you have a specific question.