CSV API
Download transaction data as a CSV file — via URL call, automatable and integrable into any system.
How It Works
The CSV API exports the transaction table via a URL call. The output is in the language of the partner account. One row per transaction.
Example URL
https://partner.your-site.com/export_trans.cgi
?PartnerID=1
&key=81629b684f86d7659696f31310bbeed4
&datumsbezug=angelegt
&datum_start=01.01.2026
&datum_ende=31.03.2026Parameters
| Parameter | Description | Possible Values |
|---|---|---|
PartnerID | Fixed value for the partner account | Number |
key | Identification key (changes on password change) | Hash |
datumsbezug | Date reference for the period | angelegt, abgerechnet, ausgezahlt, storniert |
datum_start | Start date | DD.MM.YYYY or YYYY-MM-DD |
datum_ende | End date | DD.MM.YYYY or YYYY-MM-DD |
CSV Fields
The header contains: Sequential ID, Order No., Date, Confirmed, Cancelled, Amount, Customer, Referrer, SubID, Amount, Delivery, Commission, Cancellation Reason, CampaignID, ProductID and more.
⚠️Warning
All transactions for all campaigns with the current status are always returned. After a status change (confirmation/cancellation), you will receive the same transaction ID with the new status.
Still have questions?
Our team is here to help with your integration — personally and competently.