You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Client error: GET https://api.paystack.co/transaction/verify/ resulted in a 400 Bad Request response: { "status": false, "message": "Transaction ID should be numeric." }
I'm working with Livewire Components and I'm having a tough time setting up with Paystack
Any Help will be appreciated
The text was updated successfully, but these errors were encountered:
Check the reference you are concatenating with the URL, it may have a problem. Maybe its not well destructured from its Object or array. I just checked mine and saw that I was passing a string as an object and reading the string as an Object. It was neither POST or GET for me
Client error:
GET https://api.paystack.co/transaction/verify/
resulted in a400 Bad Request
response: { "status": false, "message": "Transaction ID should be numeric." }I'm working with Livewire Components and I'm having a tough time setting up with Paystack
Any Help will be appreciated
The text was updated successfully, but these errors were encountered: