#Manager_HighValue
1 messages · Page 1 of 1 (latest)
- Is there currently a ready infrastructure for receiving invoice data into SAP?
No, AFAIK. At least not for Stripe Side, check SAP communities.- Is there an API service / file download?
That'll depends on your use case but you can download the invoice from its url:
https://stripe.com/docs/api/invoices/object#invoice_object-invoice_pdf- At what level can the invoice be received? Is it possible to extract the information at different levels such as: invoice level / customer level or aggregate?
Not sure I understand your use case here, but you can fetch the customer's invoices for example...
OK, thank you.
Is it possible to download a file of the data of all the invoices produced in a certain period of time in order to load them into SAP?
Yeah you can export invoices according to some criteria from your Stripe Dashboard:
https://dashboard.stripe.com/invoices
Hi! I'm taking over my colleague. Please, let me know if you have any other questions.