Skip to content

Commit feda8c7

Browse files
Merge pull request #56 from PaystackHQ/chore/update-readme-with-config
Chore/update readme with config
2 parents cbb291b + c24aba6 commit feda8c7

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,22 @@ php bin/magento setup:upgrade
2626
php bin/magento setup:di:compile
2727
```
2828

29+
## Configuration
30+
31+
To configure the plugin in *Magento Admin* , go to __Stores > Configuration__ from the left hand menu, then click __Payment Methods__ from the list of options. You will see __Paystack__ as part of the available Payment Methods. Click on it to configure the payment gateway.
32+
33+
* __Enabled__ - Select _Yes_ to enable Paystack Payment Gateway.
34+
* __Title__ - allows you to determine what your customers will see this payment option as on the checkout page.
35+
* __Integration Type__ - allows you to select the type of checkout experience you want on your website. Select _Inline(Popup)_ if you want your customers to checkout while still on your website, and _Redirect_ to be redirected to the payment gateway's checkout
36+
* __Test Mode__ - Check to enable test mode. Test mode enables you to test payments before going live. If you ready to start receving real payment on your site, kindly uncheck this.
37+
* __Test Secret Key__ - Enter your Test Secret Key here. Get your API keys from your [Paystack account under Settings > Developer/API](https://dashboard.paystack.com/#/settings/developer)
38+
* __Test Public Key__ - Enter your Test Public Key here. Get your API keys from your [Paystack account under Settings > Developer/API](https://dashboard.paystack.com/#/settings/developer)
39+
* __Live Secret Key__ - Enter your Live Secret Key here. Get your API keys from your [Paystack account under Settings > Developer/API](https://dashboard.paystack.com/#/settings/developer)
40+
* __Live Public Key__ - Enter your Live Public Key here. Get your API keys from your [Paystack account under Settings > Developer/API](https://dashboard.paystack.com/#/settings/developer)
41+
* Click on __Save Config__ for the changes you made to be effected.
42+
43+
![Magento Settings](https://res.cloudinary.com/drps6uoe4/image/upload/v1617968546/Screenshot_2021-04-09_at_10.51.31_outbpi.png)
44+
2945
## Known Errors
3046

3147
* Fail to redirect to success page after successful payment

0 commit comments

Comments
 (0)