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
}
}
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 } }