Skip to main content

Process sales invoices


In Banqup, any uploaded file undergoes a process where invoice data is extracted and checked for sanity and accuracy. After a successful validation process, the document will be sent automatically to the customer. After that, you can view details about the document and update the payment status.

Prerequisites
Duplicate prevention & idempotency

Banqup uses a combination of the filename and request metadata to help identify duplicate uploads. To safely handle network timeouts or retries without issuing duplicate invoices, your integration should always log and map your internal system's invoice tracking IDs to Banqup's returned file id (from Step 1) before executing automated retries.