question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Getting "The requested URL was not found on the server" error on payout api.

See original GitHub issue

Hi team, I am getting the error “The requested URL was not found on the server”

My error is

 "statusCode": 400,
        "error": {
            "code": "BAD_REQUEST_ERROR",
            "description": "The requested URL was not found on the server.",
            "source": null,
            "step": null,
            "reason": null,
            "metadata": {}
        }

My code is

const payOutData={
here I have set all params
}
var paymentDetail= await RZP.transfers.create(payOutData)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:4
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ankitdas13commented, Sep 20, 2022

@pk4all sorry for the late response . the error occurred because your account is not enabled for features also this is an API of Razorpay-X, so you need the Razorpay-X account to access it.

@virendra34 @pnutmath you can use this code-snippet for validate VPA. instance.payments.validateVpa({ "vpa": "gauravkumar@exampleupi" });

Please let us know if you need any help.

0reactions
ankitdas13commented, Nov 30, 2022

Closing this issue for now. Please let us know if you need any help or you can contact on the support portal.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The requested URL was not found on the server razorpay API
I have below code in my web $api_key = env('rzpKey'); $api_secret = env('rzpSecret'); $accountId = env('rzpAccountId'); $api = new ...
Read more >
the requested URL was not found on this server - Quora
This is error is only comes when your domain is not pointing to the server or having any folder, file or dependency is...
Read more >
What should you do when Shopware URL is not found
Requested URL not found on the server or more specifically, error code 404 means that the URL which we are trying to open...
Read more >
The requested URL was not found on this server | Drupal.org
I get a message like: The requested URL /~[username]/drupal/node/5 was not found on this server. Additionally, a 404 Not Found error was ...
Read more >
Looker API troubleshooting - Google Cloud
A 405 Method Not Allowed error indicates that the server knows the request method but the target resource doesn't support this method. The ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found