Maventa Developer guide

How to show invoice details

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 details with method invoice_show
6. You’re done.

Also available in: HTML TXT