0

Hi I'm trying to integrate paystack in laravel 8 but I'm click paynow button it give following error

Client error: POST https://api.paystack.co/transaction/initialize resulted in a 404 Not Found response:

{


  "status": false,


  "message": "Invalid Split code."


}

anyone can help how can i solve this thanks

kamran
  • 1
  • It says 404. That means the url is probably not correct – gguney Feb 20 '22 at 06:57
  • i'm follow this article https://github.com/unicodeveloper/laravel-paystack i'm following the same step then how can my url incorrect if url is not correct then which one is not correct – kamran Feb 20 '22 at 08:11
  • Can you share a snippet of how you implemented this? – Tofunmi Feb 24 '22 at 10:49

1 Answers1

0

Can you share the request body? It looks like you're trying to pass a split code when you're initializing the transaction, but the code you're passing either:

  1. Doesn't exist on that integration
  2. Exists on the integration but maybe in test mode, and you're using your live keys (or in live mode and you're using your test keys)