Installation & Setup
Features
Creating Store Items
Events
Store Listing Types
Registered Default Links
Permissions
Updating FaxStore
Installing Extensions
[EXT] License System
FAXES Documentation > FaxStore V2 > Installation & Setup > Step Four - Payment Configuration
Step Four - Payment Configuration
FaxStore currently supports two payment methods; Stripe and PayPal. Both of these services offer pros and cons for traders and you can have one or both of them enabled at once.
This article will cover how to set up both of these services for FaxStore.
PayPal ¶
Note; before starting this section, that PayPal requires a PayPal Business Account to be able to use their API in a way that FaxStore does.
To start off go to the PayPal Developer site and create a live application. This should look something like the below.
Once you have clicked create enter the application name with the 'Merchant' category used.
Then collect your Client ID
and Secret
and keep them handy.
Do not share your PayPal Client ID or Secret, this could give people full access to API flows of your PayPal account giving others access to transfer funds and more. Do not share this!
Now that we have our Client ID and Secret with us we want to edit the config file for FaxStore.
Under the payments
section of the config file, we want to set usePayPal
to true
and place our Client ID and Secret into the respective locations underneath.
Save the file and that is completed.
Stripe ¶
Stripe is the newer payment method supported by FaxStore. Stripe is also a little more straight forward.
Create a Stripe account if you haven't. Once you have go to the dashboard and click on 'Developers' in the top right
After this navigate to the API section and create a 'Secret Key' then give it a name.
Do not share your Publishable key or secret, this could give people full access to API flows of your Stripe account giving others access to transfer funds and more. Do not share this!
You can only view the secret key once, so store it somewhere safe for now.
You will also need a Publishable key
. There should be a creation button located on the page.
Once you have these two keys take them to your config file and place them in the locations under payments
. Don't forget to set useStripe
to true
to enable Stripe payments.
Save the config
You have now configured payments for FaxStore. Move forward to the Login Configuration
Was this article helpful?
89 out of 179 found this helpful