Maventa Developer guide

How to download invoice as PDF

NOTE! BRAVO API handles files on the same server as other data, this how-to shows how files are received in older API versions

Step-by-step guide

1. Register to Maventa to get your personal API-key.
2. Generate api_keys hash table containing your Personal API key, possible application/vendor API key and company id.
3. List your received invoices using method invoice_list_inbound
4. Iterate through invoice list to get invoice id you want to show
5. Get invoice pdf with method get_pdf
6. You’re done.

Also available in: HTML TXT