Skip to content
On this page

Setup

In your .env file set the following keys:

php
PAYSTACK_BASE_URI=xxxxxxxxxxxxxx
PAYSTACK_SECRET=xxxxxxxxxxx
PAYSTACK_CURRENCY=xxxxxxxxx
  • PAYSTACK_BASE_URI - The api endpoint for paystack, can be gotten here

  • PAYSTACK_SECRET - This is the access key to the api, can be gotten here

  • PAYSTACK_CURRENCY - This is the default currency you want to use for your transactions.

Released under the MIT License.