LazerpayHQ / lazerpay-status

📈 Uptime monitor and status page for Lazerpay, powered by @upptime
https://status.lazerpay.finance
MIT License
1 stars 1 forks source link

Transaction Initiation endpoint returning 404 #25

Closed Owoade closed 1 year ago

Owoade commented 1 year ago

Description The payment initiation endpoint returning 404

To Reproduce Steps to reproduce the behavior:

  1. Go to https://api.lazerpay.engineering/api/v1/transaction/initialize

Note The request was sent with the right request type, payload and headers.

Expected behavior The server returns the response object below. { "statusCode": 404, "message": "Cannot POST /api/v1/transaction/initialize%20", "error": "Not Found" }

iamnotstatic commented 1 year ago
  1. https://api.lazerpay.engineering/api/v1/transaction/initialize

Hi @Owoade

Looking at the error response the additional characters Cannot POST /api/v1/transaction/initialize%20 added is why you got the 404 error.

Can you try making a call without the additional characters

Owoade commented 1 year ago

Thanks, the fault was mine. It worked perfectly. Unrelated, but I recently published a ruby SDK for lazerpay API https://rubygems.org/gems/lazerpay

docs https://github.com/Owoade/lazerpay-ruby-sdk#readme

Though, there are some finishing touches to be applied but in no time I'll have it completed.

Thanks in anticipation as I await your review.

iamnotstatic commented 1 year ago

Thanks, the fault was mine. It worked perfectly. Unrelated, but I recently published a ruby SDK for lazerpay API https://rubygems.org/gems/lazerpay

docs https://github.com/Owoade/lazerpay-ruby-sdk#readme

Though, there are some finishing touches to be applied but in no time I'll have it completed.

Thanks in anticipation as I await your review.

Thank you for bringing this to our attention and for your hard work in developing a Ruby SDK for the Lazerpay API. Your dedication to constantly improving our platform is greatly appreciated.