#ilyeselb
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.
- ilyeselb, 1 hour ago, 11 messages
- ilyeselb-schedule-phases, 2 days ago, 22 messages
- ilyeselb, 2 days ago, 4 messages
- ilyeselb, 3 days ago, 75 messages
- ilyeselb, 6 days ago, 14 messages
for the one time payment im creating an invoice and then let the user pay for it
on the react stripe form
Have you tried the solution from my colleague?
my question is how to save it , if for payment i create an invoice then pay for in in a stripe react form checkout
your collegue method is talking about paymentintent
Could you please share the Invoice ID in_xxx?
Ok, I don't think there's an option like this. However, you can then first collect a Payment Method using a SetupIntent and then use it to pay for the Invoice.
its okay i will find another way
i will pay for it then get the payment method from the invoice paid , and save it
because my problem is diffrent , actually , im creating scheduled subscription after a payment (its our flow) ; and on them i want to set the pm , but it says to me message: 'The customer does not have a payment method with the ID pm_1ODQDjGyOBDbEOMCnUeTgEpA. The payment method must be attached to the customer.',
It is not set up for future payments so it might not be possible.
You should set up the Payment Method with SetupIntents and attach it to a Customer, and then you can use it on the Subscription Schedules.
my flow is , CREATE INVOICE in my backend , send the invoice with there client secret and pay for that on the react app
i can use setup, intent
it will mess up my flow
i get the secret and then stripe.confirmPayment
What's the problem with messing up the flow if it doesn't work? 🙂
I also don't understand how Subscription Schedules come into this.
Nothing should change in the flow for the customer at least