Home › Forums › Stripe Payments Plugin › Exporting data › Reply To: Exporting data
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.
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.