Setup Paystack

What is Paystack?

Paystack lets businesses accept payments via credit card, debit card, money transfer and mobile money on their websites or mobile apps.

Coinpayment setups:

* Create paystack account Here if you dont have

* Verify your account with them, also request to accept international payment

* Go to settings and collect your public key, secret key

* Go to Online trade script .env file

* Locate where Paystack configuration is, and enter the details accordingly

* Check this three commands: create_withdrawal, txn_info, create_transaction.

* Ensure your merchant email is the email used in registering with Paystack

* Do not change the PAYSTACK_PAYMENT_URL.

* You’re done, you can now start receiving payment with Paystack.

Note:The Callback URL used in your paystack dashboard should be https://yoursite.com/dashboard/paystackcallback for example https://brynamics.com/dashboard/paystackcallback.