500 Error: Order API

Hi,
I got this error around 15:15 PM today.

500 Server Error: Internal Server Error for url: https://developer.paytmmoney.com/orders/v1/place/regular

It worked after some time. What is the issue as it could be a major problem for automated trading.

Regards,
Sachin

Hi

We are checking on the issue and will inform you once there is any update. Be assured that it will be resolved, and we will try our best to ensure that it does not happen again.

Regards
Team: Paytm Money

I am getting the following error
[2023-08-30 21:26:27,825] {root:127} ERROR - Error : {“status”:500,“message”:“Unexpected Error”,“error_code”:“PM_OPEN_API_500”}]

while invoking the below function
res = self.__pm.place_order(txn_type=‘B’,
exchange=“NSE”,
segment=“E”,
product=“C”,
security_id=“13147”,
quantity=1,
validity=“DAY”,
order_type=‘LMT’,
price=1800,
source=“N”,
off_mkt_flag=True,
trigger_price=1790)

Am I doing something wrong?