'facing error in paystack integrattion in laravel 8

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



Solution 1:[1]

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)

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Tolu Kalejaiye