#Shankar

1 messages · Page 1 of 1 (latest)

rough hemlockBOT
severe vapor
fierce hound
#

i checked in the logs also but did not found anything related this error.

severe vapor
#

If you're receiving a 4xx error then there will be an associated log/req_xxx ID

#

I can't really help without know the actual error code, and seeing the parameters you're using

fierce hound
#

yes i understood that but I have refreshed the page multiple times but still i did not see any error logs related to this

severe vapor
#

Ok, can you share the code you're using the make the API request?

#

Maybe your acct_xxx ID too

fierce hound
#

sure

#

requestBody.put("customer", customerId);
requestBody.put("amount", postdata);
requestBody.put("currency", "usd");
requestBody.put("destination", "acct_1NVqDjHKeg6QPoLO");
requestBody.put("transfer_group", "ORDER10");

severe vapor
fierce hound
#

i even tried removing the customer id and got the same issue

severe vapor
#

But that returned a 2xx response

#

You need to catch the error if the request fails. That will contain all the details

fierce hound
#

sure i have tried in postman it is working maybe there is some mistake in my code i will double check

#

thank you for assisting