Quick Start
Get setup to accept payments in less than 5 minutes...
Get your API keys
Install the SwitchApp inline library
# Install via NPM
npm install --save @switchappgo/switchapp-inline
# Install via yarn
yarn add @switchappgo/switchapp-inline
# Require the package in the project file
import SwitchAppCheckout from "@switchappgo/switchapp-inline";;<head>
...
<!-- Optional usage via script tag -->
<script src="https://inline.switchappgo.com/v1/switchapp-inline.js"></script>
...
</head>Initialize the library with your public key
Setup your payment
Make your first request
Last updated