#maiidul-subs-integration

1 messages · Page 1 of 1 (latest)

noble deltaBOT
#

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.

fathom matrix
#

Could you please share the SubscriptionId ?

junior gorge
#

sub_1OecRdGy1ZD0df4rBLOYODle

#

pls check

fathom matrix
#

Thanks for sharing, checking...

junior gorge
#

thanks

fathom matrix
#

You are not attaching a PaymentMethod

#

you'are simply creating a subscription

junior gorge
#

not clear , can share in details pls

fathom matrix
junior gorge
#

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 ?

fathom matrix
#

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

junior gorge
#

let me try

noble deltaBOT
junior gorge
#

after putting same

#

I am getting same error

#

sub_1OedRTGy1ZD0df4rdtdIVsWY incomplete

brisk parrot
#

👋 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

noble deltaBOT
#

maiidul-subs-integration

junior gorge
#

I was following this

brisk parrot
#

Please follow the guide my colleague shared above. It outlines all the steps you'd need to build a subscription integration

junior gorge
#

yes , may I know what is 3DS auth prompt ?

brisk parrot