#israelFC-HIP
1 messages ยท Page 1 of 1 (latest)
Hi there! When you create an invoice a PaymentIntent is automatically created.
So you can't use the Hosted Invoice Page to only collect the paymentmethod
You would have to also pay an invoice.
In this context what does "you would also have to pay an invoice" mean? Does it mean I have to create a paymentintent separately?
Hi ๐ I"m stepping in for @zealous wolf
What my colleague means is that, if you provide payment details on the Hosted Invoice page, those payment details will be used to pay the charge for the invoice
Right, so here is what I want to know:
Currently, after creating an invoice with stripe.invoices.create(), the user goes to the hosted invoice url and logs into their bank account, which they use to pay the invoice. When I generate a second invoice for the same user with stripe.invoices.create(), and the user goes to the hosted invoice url to pay the invoice, they have to log in and authorize their bank account information again. How do I save the user's bank account information the first time so they don't have to log into their bank account again when paying for the second invoice?
Okay so you want their payment method to be saved. Do you have an example invoice ID I can take a look at?
How do I send a test ACH credit payment to pay an invoice? Is there a way in the Customer Dashboard portal to make an ACH credit transfer?
Credit transfers are a bit more complex to test out
And it's only in Beta presently
This is very helpful, thank you
Happy to help ๐