laravel-paystack icon indicating copy to clipboard operation
laravel-paystack copied to clipboard

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

Open ItzSamdam opened this issue 4 years ago • 3 comments

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

ItzSamdam avatar Sep 16 '21 04:09 ItzSamdam

Any solution still?

charayo avatar Nov 06 '21 22:11 charayo

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

Xavin616 avatar Jan 13 '22 15:01 Xavin616

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

promiseoomos avatar Jan 18 '22 11:01 promiseoomos