#shah_80546
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.
- shah_80546, 20 hours ago, 55 messages
so i am trying to create subscription for a customer and using acss debit as payment method and set payment method when i create a subscription through api which is one of payment method of customer , when subscription is created it try to create a payment intent that one remain in incomplete status and last activity in event and logs for that payment says PaymentIntent status:requires_confirmation
Can you share the Subscription ID that you tested with?
sub_1OZfAOQYeSA3G6qhgZEMity6
Thanks, looking
Okay when you collect the PaymentMethod via SetupIntent originally, you need to set payment_method_options.acss_debit.mandate_options.default_for: https://stripe.com/docs/api/setup_intents/create#create_setup_intent-payment_method_options-acss_debit-mandate_options-default_for
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok let me try