Finswich Public APIs
CtrlK
  • 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

  • Please visit NPM or Yarn

  • Install our checkout using the appropriate package installer command

NPM

npm i finswich-checkout

Yarn

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

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

Last updated 6 months ago