✨
Features Documentation
  • Streaming
  • Sharing
  • Live Streaming
  • Download flow
    • Download Implementation
    • Fixed Merkle Tree
    • Validation (Merkle) Tree
    • Necessity of signature method
    • Resuming downloads
  • Stripe Payment
    • About Stripe
    • Reusable Stripe Flow
  • Upload flow
  • 🏆Challenge Flow
  • 🎭Reward & Penalty
    • 📈Rewards
    • 📉Penalty
  • 🚑Allocation Repair/Rollback
    • Repair
    • Rollback
Powered by GitBook
On this page
  1. Stripe Payment

About Stripe

Stripe and how it will be used in our apps

Stripe provides API which allows for online payment processing and commerce solutions. 0box uses stripe for its payment procedure methods. Stripe has been integrated into the 0box srevices both on the frontend and backend side. On frontend, the components provided by react-stripe where wrappers are used for showing payment methods UI for card.

Major use is backend, where stripe and its APIs are used in collaboration with 0box to store subscription, transaction and customer details in our backend.

PreviousStripe PaymentNextReusable Stripe Flow

Last updated 1 year ago