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

Could not create customer identifier for test environment #305

Open
abishkar opened this issue Feb 28, 2024 · 0 comments
Open

Could not create customer identifier for test environment #305

abishkar opened this issue Feb 28, 2024 · 0 comments

Comments

@abishkar
Copy link

Using api https://api.razorpay.com/v1/virtual_accounts tried to create customer identifier from postman in test mode but ended by with following error
{"error":{"code":"BAD_REQUEST_ERROR","description":"The requested URL was not found on the server.","source":"NA","step":"NA","reason":"NA","metadata":{}}}

This is my json request
{
"receivers": {
"types": [
"bank_account"
]
},
"allowed_payers": [
{
"type": "bank_account",
"bank_account": {
"ifsc": "UTIB0000013",
"account_number": "914010012345679"
}
},
{
"type": "bank_account",
"bank_account": {
"ifsc": "UTIB0000014",
"account_number": "914010012345680"
}
}
],
"description": "Virtual Account created for Raftar Soft",
"customer_id": "cust_CaVDm8eDRSXYME",//Replace customer_id
"close_by": 1981615838,
"notes": {
"project_name": "Banking Software"
}
}

Would you please let me know what will be solution to this problem.

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