---
title: Transaction Export API
description: "Transaction records can be done in batch via FTP, or via a direct API call. The format of the file is JSON and looks like the following: { \"CustomerWebId\"…"
---

[Skip to content](https://help.punchmark.com/knowledgebase/wiki/spaces/punchmark/pages/1321664513#main-content)

English

Show submenu for translations

[![punchmark-logo-horizontal-white](https://help.punchmark.com/hs-fs/hubfs/Punchmark%20Branding/punchmark-logo-horizontal-white.png?width=225&height=38&name=punchmark-logo-horizontal-white.png)](https://academy.punchmark.com/knowledge?hsLang=en)

- [Website](https://www.punchmark.com/)
- [News](https://www.punchmark.com/news)
- [Support](https://www.punchmark.com/contact-support)
- [In the Loupe](https://www.punchmark.com/loupe)

Open main navigation

Close main navigation

- [Website](https://www.punchmark.com/)
- [News](https://www.punchmark.com/news)
- [Support](https://www.punchmark.com/contact-support)
- [In the Loupe](https://www.punchmark.com/loupe)
- English
  
  Show submenu for translations
- Go to punchmark.com

 Go to punchmark.com

 Hello. How can we help you?

- There are no suggestions because the search field is empty.

1. [Punchmark Knowledge Base](https://help.punchmark.com/knowledgebase?hsLang=en)
2. [Data & APIs](https://help.punchmark.com/knowledgebase/data-apis?hsLang=en)
3. [APIs](https://help.punchmark.com/knowledgebase/data-apis?hsLang=en#apis)

# Transaction Export API

Transaction records can be done in batch via FTP, or via a direct API call.

The format of the file is JSON and looks like the following:

```
{
    "CustomerWebId": "customer-9192",
    "WebSaleId": "100536",
    "SaleEmail": "melissadarling@aol.com",
    "SalePhone": "(289) 987-4847",
    "TotalWithTax": 168.09,
    "BillingAddress": {
        "Street1": "379 ormond dr",
        "Street2": false,
        "City": "Oswego",
        "State": "KS",
        "Zip": "67356",
        "Country": "US"
    },
    "ShippingAddress": {
        "Street1": "793 Taunton Road East",
        "Street2": false,
        "City": "Oswego",
        "State": "KS",
        "Zip": "67356",
        "Country": "US"
    },
    "ShippingAmt": 0,
    "SoldItems": [
        {
            "ItemSku": "001-310-01359",
            "SalePrice": 175
        }
    ],
    "Payments": [
        {
            "PaymentType": "CC",
            "PaymentAmount": 168.09,
            "PaymentSubType": "Visa",
            "Last4": "8744",
            "FirstName": "Melissa",
            "LastName": "Darling"
        }
    ]
}
```

## API Endpoint

`https://{WEBSITE_DOMAIN}/api/async.php?t=ecommerce&m=orders&a=export_edt_order_data&since=1604636497&authKey={AUTH_KEY}`

### Parameters

**since (optional):** date since last export. In timestamp format. (eg. 1604636497) Use this parameter to only pull transactions since a given date.

**authKey:** a punchmark given API authorization key

- [Default HubSpot Blog](https://blog.punchmark.com/blog)

[![pm-symbol-blue](https://help.punchmark.com/hs-fs/hubfs/Punchmark%20Branding/pm-symbol-blue.png?width=40&height=45&name=pm-symbol-blue.png "pm-symbol-blue")](https://academy.punchmark.com/knowledge?hsLang=en)

Punchmark Resource Center

<https://www.facebook.com/punchmark> <https://www.instagram.com/punchmarkwebsites/> <https://open.spotify.com/show/1IBgfY1m1GIDkkF5N8Dn8F?go=1&sp_cid=0869f391274eb7a313244a8b2a29e059&utm_source=embed_player_p&utm_medium=desktop&nd=1&dlsi=44933130a20a4bcc>

Copyright © 2026, Punchmark