Trigger an export
Enqueues an asynchronous export job and returns immediately with 202 Accepted and status: pending. Poll GET /exports/{exportId} until status is completed (then download_url is set) or failed.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Merchant identifier returned by the merchants resource.
Body
Country-specific fiscal export type.
dsfinvk "dsfinvk"
"2026-03-01T00:00:00.000Z"
"2026-03-31T23:59:59.000Z"
Optional register to scope the export to. When omitted, the export covers all eligible registers for the merchant under the matching fiscal regime.
"reg_01HABC"
Response
Export job enqueued
Country-specific fiscal export type.
dsfinvk pending, completed, failed Signed URL to download the export artifact. Present only when status is completed.
Failure information. Present only when status is failed.