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.

Last updated