Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
v:0.7.0:advanced:subscription_xml_datafeed [2010/10/02 00:42] – created 108.13.30.173v:0.7.0:advanced:subscription_xml_datafeed [2017/04/26 07:02] (current) – external edit 127.0.0.1
Line 7: Line 7:
   * customer information for customers whose payment methods are about to expire.   * customer information for customers whose payment methods are about to expire.
  
-The transaction details included in the XML are obtained from the last successful transaction. <wrap tip>This is not the datafeed that tracks **new** or **recurring** subscription transactions that process normally.</wrap> That data is sent as the transactions occur in the [[datafeed|transaction XML datafeed]].+The transaction details included in the XML are obtained from the last successful transaction. <wrap tip>This is not the datafeed that tracks **new** or **recurring** subscription transactions that process normally.</wrap> That data is sent as the transactions occur in the [[.:transaction_xml_datafeed|transaction XML datafeed]].
  
  
 A few things worth noting: A few things worth noting:
-  * The subscription XML datafeed comes with a ''POST'' ''name'' of ''FoxySubscriptionData''. This is different than the [[datafeed|transaction XML datafeed]], which has a ''POST'' ''name'' of ''FoxyData''.+  * The subscription XML datafeed comes with a ''POST'' ''name'' of ''FoxySubscriptionData''. This is different than the [[.:transaction_xml_datafeed|transaction XML datafeed]], which has a ''POST'' ''name'' of ''FoxyData''.
   * The subscription XML datafeeds are set to run once a day, about 19:00 GMT (12:00 noon PST). The exact time you receive your subscription XML datafeed depends on a variety of factors, but if you want to request it to be sent on-demand you can do so with [[.:api|the API]].   * The subscription XML datafeeds are set to run once a day, about 19:00 GMT (12:00 noon PST). The exact time you receive your subscription XML datafeed depends on a variety of factors, but if you want to request it to be sent on-demand you can do so with [[.:api|the API]].
   * Subscriptions themselves are set to run about 12:00 noon GMT (05:00 PST). As with the subscription XML datafeed, the exact time depends on a variety of factors including store version.   * Subscriptions themselves are set to run about 12:00 noon GMT (05:00 PST). As with the subscription XML datafeed, the exact time depends on a variety of factors including store version.
   * Customers will be included in the ''payment_methods_soon_to_expire'' node if their credit card expiration month is the current month, or the next month. So if the expiration month is 05, the customer will be included if the current month is 04 or 05.   * Customers will be included in the ''payment_methods_soon_to_expire'' node if their credit card expiration month is the current month, or the next month. So if the expiration month is 05, the customer will be included if the current month is 04 or 05.
  
 +For a working example script for how you can use this feed, check the integrations page for a [[:integration:subscription_datafeed|Subscription Datafeed]] integration example.
  
 ===== Example Subscription XML Datafeed ===== ===== Example Subscription XML Datafeed =====

Site Tools