#nazarpashkevych_36510
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.
- nazarpashkevych_36510, 22 hours ago, 24 messages
- nazarpashkevych_36510, 1 day ago, 5 messages
Is that req_xxx ID definitely correct?
yeah
Hmm, not according to our systems
Which API call are you making that returns that error?
Few minutes, I`ll try to give more information
I`ve made a new request req_HPDrAz2bK64Tvk
Taking a look
You can't use that pm_xxx again as it was already used once in an initial payment (pi_3OX0uTBGasr0RNIF0sfEKhds) without being attached to a customer
pm_xxx objects are only reusable if they're saved/attached to a customer before they're used in a payment
What should I attach in this case to make the subscription payment work?
You should have passed the customer and setup_future_usage parameters when you created your PI: https://dashboard.stripe.com/test/logs/req_Y99vL1ERlfGXEC
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
And then attach pi_*** to subscription just as I am making now, correct?
No, the pm_xxx. But yes the same request you shared should then work
But the cus_xxx IDs need to match
Got it, thanks, I'll try it