#Flyacts-one-time-invoice
1 messages · Page 1 of 1 (latest)
Is there an alternive to produce an invoice?
Your best bet is to use Invoicing directly via the API, with the hosted payment page: https://stripe.com/docs/invoicing/hosted-invoice-page
Thanks, but we programming for a customer taht wants to use there own plattform und so we have to use the api. is there a way with stripe billing to use one time pyments but not subscriptions?
What part of the API do you need to use?
Our Customers wants to use a similar way as the stripe checkout (the invoice api is not an alternaitve for them) but they also want to create a invoice after payment as well
What's 'a similar way as the stripe checkout'?
I'm confused because you said you have to use the API, but then said the Invoice API is not an option
They want to use the checkout api but also with creating an invoice. Or asked differently: Is there a way to use stripe billing not with subscriptions but with one time payments?
What about the Checkout API do they want? I guess you could just immediately cancel the subscription after the initial invoice/payment
ok, but in the checkout for subcription the title of the button is "subscribe". Is there an other way? The customer has doubts that stripe billing cannot be used with one time payments.
They're right, it's not designed to be used with one-time payments no. The button can't be customised no
thanks a lot