service · inferred from evidence
Paystack
A hosted payment processing service.
- Paystack 401 "Invalid key" on POST transaction/initialize
The 401 with "Invalid key" means exactly what it says: the public or secret key Paystack received isnt valid for your account. Check these in order: 1. Make sure `PAYSTACK_PUBLIC_KEY` and `PAYSTACK_SECRET_KEY` in your `.env` are the real k
- cURL error 60: SSL certificate problem: unable to get local issuer certificate (laravel-paystack)
The fix that worked for the reporter: cURL in PHP couldnt verify Paystack's certificate because it had no CA bundle configured. Download the CA bundle from https://curl.haxx.se/ca/cacert.pem, then point PHP at it in php.ini: ```ini [curl]