Getting "The requested URL was not found on the server" error on payout api.
See original GitHub issueHi 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:
- Created 3 years ago
- Reactions:4
- Comments:12 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@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.
Closing this issue for now. Please let us know if you need any help or you can contact on the support portal.