Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| v:2.0:transaction_xml_datafeed [2017/12/05 10:36] – [Non-MultiShip Store] adam | v:2.0:transaction_xml_datafeed [2024/09/09 10:24] (current) – [Hosted Gateways] adam | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Transaction XML Datafeeds: Instant Transaction Notification ====== | ====== Transaction XML Datafeeds: Instant Transaction Notification ====== | ||
| + | ====== Transaction XML Datafeed ====== | ||
| + | |||
| + | <WRAP TIP> | ||
| + | __**NOTE: The Transaction XML Datafeed is deprecated**__ | ||
| + | Though this legacy datafeed works and will continue to function in the future, it will not see any new functionality. We recommend any new integrations requiring a feed of transactions use FoxyCart' | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| ===== An Overview of FoxyCart' | ===== An Overview of FoxyCart' | ||
| Line 14: | Line 23: | ||
| The datafeed can be enabled for your store from the " | The datafeed can be enabled for your store from the " | ||
| + | |||
| + | ==== Getting the datafeed decryption key ==== | ||
| + | |||
| + | The datafeed payload is encrypted with a key from your store, which you can access from the " | ||
| ==== Details ==== | ==== Details ==== | ||
| * When the datafeed is sent it **REQUIRES A RESPONSE OF '' | * When the datafeed is sent it **REQUIRES A RESPONSE OF '' | ||
| Line 74: | Line 87: | ||
| * Mollie | * Mollie | ||
| * Ogone | * Ogone | ||
| + | * PayPal Commerce Platform | ||
| * PayPal Express Checkout | * PayPal Express Checkout | ||
| * PayPal Plus | * PayPal Plus | ||
| Line 90: | Line 104: | ||
| ===== Example XML ===== | ===== Example XML ===== | ||
| + | **NOTE:** The user agent that is used for datafeed requests to your endpoint is: | ||
| + | '' | ||
| + | |||
| ==== Non-MultiShip Store ==== | ==== Non-MultiShip Store ==== | ||
| <file xml> | <file xml> | ||
| Line 227: | Line 244: | ||
| ==== MultiShip Store ==== | ==== MultiShip Store ==== | ||
| - | <code xml> | + | <file xml> |
| <?xml version=" | <?xml version=" | ||
| < | < | ||
| Line 304: | Line 321: | ||
| < | < | ||
| < | < | ||
| - | < | + | < |
| < | < | ||
| < | < | ||
| Line 435: | Line 452: | ||
| </ | </ | ||
| </ | </ | ||
| - | </code> | + | </file> |
| ===== Example Parsing Code ===== | ===== Example Parsing Code ===== | ||