#ilyeselb

1 messages · Page 1 of 1 (latest)

glossy egretBOT
#

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.

sharp wharf
frosty spoke
#

for the one time payment im creating an invoice and then let the user pay for it

#

on the react stripe form

buoyant vine
frosty spoke
#

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

buoyant vine
#

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.

frosty spoke
#

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.',

buoyant vine
#

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.

frosty spoke
#

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

buoyant vine
#

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.

frosty spoke
#

lol

#

ahah

#

its okay

buoyant vine
#

Nothing should change in the flow for the customer at least

frosty spoke
#

i will find a way

#

thanks