#abhishek_gang

1 messages · Page 1 of 1 (latest)

nova tideBOT
storm dome
#

👋 happy to help

#

specifically using these parameters

payment_settings: { save_default_payment_method: 'on_subscription' },```
hexed pasture
#

'''subscription = Stripe::Subscription.create({
customer: customer_id,
items: [{
price: plan_id
}]
})''' How modify this question for resolving this error

storm dome
#

did you read through the doc I sent you?

#

did you add the parameters I suggested?

hexed pasture
#

Yes , I add but still got same error

storm dome
#

what's the request Id?