All Collections
Mastering InviteMember
How To Export Your Project Data
How To Export Your Project Data

Learn how to get all your users, payments, and subscriptions information CSV files.

Damian Ledesma avatar
Written by Damian Ledesma
Updated over a week ago

In InviteMember you can export your project data to get your payments, subscriptions, and users' information in CSV files.

To do this, just:

  1. Send /myprojects to the @InviteMemberBot, or select the My Bots button.

  2. Select your project and then Telegram Bot in your project menu.

  3. Select Export data (CSV).

You'll get the following 4 CSV files:

  • users.csv: A CSV file containing the following information about anyone who has ever started your membership bot:

    • Date: The day they started your bot.

    • User ID: The user's Telegram ID.

    • Name: The user's name.

    • Email: The user's email address.

    • Status: The user's subscription status.

    • Referred By: If this user was referred by an affiliate, you'll see which affiliate referred them here.

    • Affiliate ID: If a user is an affiliate of your Affiliate Program, you'll find their ID here.

  • payments.csv: A CSV file containing the following information about all the not recurring payments you've received through your membership bot:

    • Date: The date the payment was made.

    • User ID: The Telegram ID of the payer.

    • Name: The name of the payer.

    • Plan: The plan they paid for.

    • Period: The time their plan lasts.

    • Amount: The price they paid for.

    • Currency: The payment currency.

    • Method: The method they used for paying.

    • ID: The payment processor ID for the payment.

    • Effective From: The date the payment started its effect.

    • Effective Until: The date the payment effect will end.

    • Internal ID: An internal payment ID for editing payments.

    • Fee I: InviteMember transaction fees billed through our invoices.

    • Fee SC: InviteMember transaction fees taken directly from Stripe transactions through Stripe Connect.

  • subscriptions.csv: A CSV file containing the following information about all the subscriptions done through your membership bot:

    • Date: The date the subscription started.

    • User ID: The Telegram ID of the subscriber.

    • Name: The name of the subscriber.

    • Plan: The plan they subscribed to.

    • Period: The billing cycle of the subscription plan.

    • Amount: The cost paid for the subscription.

    • Currency: The currency paid for the subscription.

    • Method: The method used for paying.

    • ID: The payment processor ID for the subscription.

    • Status: The subscription status.

    • Internal Subscription ID: An internal ID for each subscription.

  • recurring-payments.csv: A CSV file containing the following information about all the recurring payments you've received through your membership bot:

    • Date: The date the payment was made.

    • User ID: The Telegram ID of the payer.

    • Name: The name of the payer.

    • Plan: The plan they paid for.

    • Amount: The price they paid for.

    • Currency: The payment currency.

    • Method: The method they used for paying.

    • ID: The payment processor ID for the payment.

    • Internal ID: An internal ID for each payment.

    • Internal Subscription ID: An internal ID for each subscription.

    • Fee I: InviteMember transaction fees billed through our invoices.

    • Fee SC: InviteMember transaction fees taken directly from Stripe transactions through Stripe Connect.

You can also check this information in your web dashboard in real time.

Did this answer your question?