unicodeveloper / laravel-paystack

:credit_card: :package: :moneybag: Laravel 6, 7, 8, 9, 10 and 11 Package for Paystack
https://paystack.co
MIT License
597 stars 310 forks source link

400 #114

Open metikulos opened 3 years ago

metikulos commented 3 years ago

message": "Client error: GET https://api.paystack.co/transaction/verify/ resulted in a 400 Bad Request response:\n{\n \"status\": false,\n \"message\": \"Transaction ID should be numeric.\"\n}\n",

That is the response i get. what am i going wrong

image

devburna commented 3 years ago

You are getting it wrong

Xavin616 commented 2 years ago

You are getting it wrong Pretty vague for an answer or a solution 🙄

Xavin616 commented 2 years ago

https://github.com/unicodeveloper/laravel-paystack/issues/150#issuecomment-1012264114

Check this out.

mr-od commented 1 year ago

It should be a POST request and not a GET request. as suggested by @Xavin616