Yoki Finance
  • Introduction
    • What is Yoki Finance?
    • Our Values
    • $YOKI token
  • Subscription payments
    • Subscription payments gateway
    • For merchant
      • Glossary
      • How to create the subscription plan
      • Payment plan page
      • Money flows and settlement
      • Get subscription statuses
      • API integration
        • Introduction
        • Steps
        • Localhost environment
        • API brief overview
        • Sending to Telegram group
      • Data export
    • Chains and Tokens
  • Dollar-Cost-Averaging
    • Dollar-Cost-Averaging app
    • Overview
    • Architecture
    • Creating the first subscription
    • Chains and Tokens
    • Analytics
    • Fees
    • Integration
  • Social Media
    • Website
    • Twitter
    • Medium
    • Discord
Powered by GitBook
On this page
  1. Subscription payments
  2. For merchant

Data export

PreviousSending to Telegram groupNextChains and Tokens

Last updated 1 year ago

The merchant has multiple options to get the number of subscribers and their payments.

API Endpoints

Yoki Finance provides two API endpoints supplying data in CSV format (which can be easily imported into Google Sheets). This is a private endpoint for each merchant.

  1. GetSubscribers – returns a list of subscribers (email, wallet address, payment plan, activeSubscription: true/false – to include past subscribers) for the merchant.

  2. GetPayments – returns a log of payments for the merchant. Each row includes

    1. Subscriber data (email (if previously provided in the redirection request), wallet address, product, pricing, etc).

    2. Payment date/time and status.

    3. Single payment amount.

CSV Export

The second option for the merchant is to connect with his wallet to the https://yoki.fi/*merchant-name*/statistic page and download the subscriptions and payment data.

CSV Export