Home › Forums › Stripe Payments Plugin › Exporting data
- This topic has 9 replies, 2 voices, and was last updated 4 years, 6 months ago by alexanderfoxc.
-
AuthorPosts
-
April 26, 2020 at 2:50 pm #2868richardchuiParticipant
Hi,
Is there any way to export the data maintained by the plugin (e.g. orders, coupon, etc)? We would like to do some analysis of the data.
I have looked at the WordPress DB and could not find the where the plugin is maintaining its data.
One more question about the Subscription Addon. The plugin will create a subscription plan in Strip to do the recurring payment, and no credit card information will be kept by the site. Is that correct?
Thank you very much!
April 26, 2020 at 3:10 pm #2873alexanderfoxcParticipantIs there any way to export the data maintained by the plugin (e.g. orders, coupon, etc)? We would like to do some analysis of the data.
The plugin has no built-in data export functionality at the moment. But if you can describe your use-case scenario with a bit more details, perhaps we could find a way to either implement it in the plugin or to figure out some workaround.
You can also get the info from your Stripe account, it supports exporting of various data into CSV format. This is the reason why we don’t have our own data export since Stripe’s covers most of the needs.
and no credit card information will be kept by the site. Is that correct?
The plugin does not store any credit card info at all as this is PCI DSS compliance requirement. All the crucial info is processed and handled by Stripe on your behalf. Even the fields where your customers enter CC details are not controlled by the plugin, but the Stripe itself, so there is no way for the plugin (or its addons) to access those.
April 26, 2020 at 3:17 pm #2876richardchuiParticipant> if you can describe your use-case scenario with a bit more details, perhaps we could find a way to either implement it in the plugin or to figure out some workaround.
Specifically, we want to find out in which orders the coupons are being used. I know that this information can be found in the order details, but just want to see if there is a faster and easier way to do that.
Thanks!
April 26, 2020 at 5:28 pm #2879alexanderfoxcParticipantThe plugin adds metadata to Stripe when coupon is being used during a purchase. Product ID is also stored there. So you can export the data from Stripe (make sure the metadata is included when you configure export settings) and then analyze it as you prefer.
April 26, 2020 at 6:14 pm #2881richardchuiParticipantThanks for the tips.
I just tried exporting the payments from Stripe (all columns). Yes, Product ID is there, which is great. But I don’t see any reference to the coupon used.
April 26, 2020 at 6:33 pm #2882alexanderfoxcParticipantJust tried it myself and indeed, no coupon code is saved in Stripe metadata.
I’ve created an issue for this so the team could review and fix it.
April 26, 2020 at 7:55 pm #2883richardchuiParticipantThank you Alex for the excellent help.
April 27, 2020 at 9:30 am #2885alexanderfoxcParticipantThis has been fixed in new testing version (2.0.28t2). https://s-plugins.com/testing-version/
Thank you for reporting this.
April 28, 2020 at 8:31 am #2891richardchuiParticipantInstalled the testing version and made a payment. Seems metadata still only has Product ID.
April 28, 2020 at 12:46 pm #2893alexanderfoxcParticipantThis is fixed in current stable version 2.0.28.
Please update it via standard WP means (WP Admin -> Dashboard -> Updates).
-
AuthorPosts
- You must be logged in to reply to this topic.