#maiidul-subs-integration
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- maidul2683, 29 minutes ago, 27 messages
Could you please share the SubscriptionId ?
Thanks for sharing, checking...
thanks
not clear , can share in details pls
You need to follow this guide:
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
let me check
I was using $subscription = $stripe->subscriptions->create([
'customer' => $customer_id,
'items' => [[
'price' => $stripe_plan_id,
]],
'metadata' => [
'order_id' => $invoice_number
]
]);
Need more : 'payment_settings' => ['save_default_payment_method' => 'on_subscription'],
right ?
yes and collect the payment using Stripe Element
You need to follow the guide step by step in order to get a full active subscription at the end
let me try
after putting same
I am getting same error
sub_1OedRTGy1ZD0df4rdtdIVsWY incomplete
👋 taking over, the subscription is incomplete because payment failed due to 3DS auth prompt
You need to handle 3DS in order for it to move to active state
maiidul-subs-integration
I was following this
Please follow the guide my colleague shared above. It outlines all the steps you'd need to build a subscription integration
yes , may I know what is 3DS auth prompt ?
We have a doc on this
https://stripe.com/docs/payments/3d-secure