Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client error: GET https://api.paystack.co/transaction/verify/ resulted in a 400 Bad Request response #150

Open
ItzSamdam opened this issue Sep 16, 2021 · 3 comments

Comments

@ItzSamdam
Copy link

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

@charayo
Copy link

charayo commented Nov 6, 2021

Any solution still?

@Xavin616
Copy link

Check the request type. Should be a POST request not GET. Worked for me.

@Xavin616 Xavin616 mentioned this issue Jan 13, 2022
@promiseoomos
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants