Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

razorpay.errors.BadRequestError: Amount exceeds maximum amount allowed #431

Open
Somya231 opened this issue Feb 12, 2025 · 0 comments
Open

Comments

@Somya231
Copy link

Somya231 commented Feb 12, 2025

I am trying to create a payment link , but this error occurred. I also tried to create a payment link using the API, but it also throws the same error. This error only occurs when the amount is greater than or equal to 30000.

Error Details

{
  "statusCode": 400,
  "error": {
    "code": "BAD_REQUEST_ERROR",
    "description": "amount exceeds maximum amount allowed.",
    "metadata": [],
    "reason": null,
    "source": null,
    "step": null
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant