Getting Started with Falcon Payments
Getting started with an existing payment provider is simple. If you want to do this manually you can do this using npm
or yarn
from your server
directory. If you're using our BigCommerce integration this can be done through the BigCommerce admin.
#
1. Add the packages you need- NPM
- Yarn
Don't include the providers you're not using
Don't include the providers you're not using
#
2. Create a payment provider accountEach payment provider will require different credentials to get started. Normally an api key
and an api secret
. You'll need these to get started.
#
3. Configure your payment componentsIn your Falcon Server configuration files you can configure both your endpoints (for Webhooks) and your payment components.
#
4. Integrate with your client side appThe final step is to add your method UI components to Falcon Client and start processing payments. The best place to start is using one of our examples apps, or reading our integration guide.