#Emiliano | Kaedim
1 messages · Page 1 of 1 (latest)
What do you mean by pay as you go customers? Is there an error you're getting?
Hi @random carbon, I'm not getting an error as such, but I am only able to access invoices from plans and not able to access invoices from pay-as-you-go as shown in the image.
Are you referring to one-time invoices when you say pay as you go?
It's not clear what you're referring to from that image
I guess I am referring to one-time invoices.
From the image provided I wanted to show that I am only able to download 1 invoice when there was multiple payments in multiple days
Ah well it looks like there's only 1 invoice but multiple payments. A payment isn't necessarily an invoice. The charges at the top are payment intents: https://stripe.com/docs/payments/payment-intents. Those are not invoices, so you can't download an invoice for them. Invoices are an entirely separate concept in the api
Ok, so in order to get invoices for each payment it has to be configured that way through the API?
Well each payment has to be an invoice
If you need them to be an invoice
How are you creating payments and invoices?
Are you a developer? Is this through the API?
This is done through the API. I am not a developer, but my guess is since this is a new service we offer it wasn't set up the same way as before.
Ah we just discuss using the api with developers in here
But yeah. You're creating payment intents not invoices for those 1 time transactions
If you need invoices, you'll need to switch to the invoicing api
I see. I'll pass the info forward to my team. Thanks
No problem