#hakan_
1 messages · Page 1 of 1 (latest)
Hi there! Are these one-off invoices or invoices tied to a subscription?
one-off
creating via dashboard here
since i cannot create an checkout session via dashboard i want to use it this way.
Hi 👋
I'm stepping in here. How are you collect payment from your customers? What is the process you are using?
currently not any. i want to store from my client the cc card into stripe, so i can charge later without that he needs to approve.
i thought about payment links (not working), checkout sessions (only API), invoices
If you use the Hosted Invoice Page, card payment methods will be saved to the Customer as we describe here: https://stripe.com/docs/invoicing/hosted-invoice-page#payment-method-persistence
should i select it here ?
like, im just writing an invoice
what should I do to persist it
You should review our documentation on invoicing. I cannot read the text in that image so I cannot offer any guidance there.
And you can, and should, test this in Test mode to ensure the behavior your expect.
oh say that before. im so struggeling. thanks, will just test write away now
Yes, payment methods should persist if you use the dashboard to create an invoice and then test out providing payment information using our Test cards: https://stripe.com/docs/testing
yes works. just sent out normal invoice and card was saved into client. thanks !