Finswich Public APIs
  • INTEGRATING via CHECKOUT
    • Getting Started/Overview
    • Integrating the Checkout on your App (Frontend)
      • Integrating Finswich checkout via NPM or Yarn
      • Integrating the Finswich Checkout on your Vanilla Javascript app
      • Steps for integrating Finswich Checkout via Flutter
      • Pseudocode for Integrating Finswich Checkout in Application (Native iOS & Android)
    • Authentication
    • User Onboarding
    • Error Handling
    • Integrating the Services (Backend)
      • Interwallet Transfer
      • Bank Transfer
      • Funding
      • Utility Purchases
Powered by GitBook
On this page
  1. INTEGRATING via CHECKOUT
  2. Integrating the Checkout on your App (Frontend)

Integrating Finswich checkout via NPM or Yarn

PreviousIntegrating the Checkout on your App (Frontend)NextIntegrating the Finswich Checkout on your Vanilla Javascript app

Last updated 4 months ago

  • Please visit or

  • Install our checkout using the appropriate package installer command

NPM

npm i finswich-checkout

Yarn

Yarn add finswich-checkout
  • Import the Finswich from the downloaded "finswich-checkout". Please follow the code above.

NPM
Yarn
NPM finswich