Hi, I posted this in the Transfers support forum to no avail:
I’m trying the following request from dwollav2 python client to search for/retrieve a particular transfer with a correlationId. It may not exist in Dwolla.
“GET /customers/{customer_id}/transfers?correlationId={our internal id}”
Every so often and more recently almost always I get this in response:
{“code”:“ServerError”,“message”:“A server error occurred. Error ID: 70181a48-0a0b-4018-b07f-4d81bf034f11.”}
The error ID in this example is real in case anyone from support can see something about it in the logs.
If I log into the dashboard, I also get a message about something going wrong. I retry a few times and it works, but then upon using the API again, it will return.
Any clues? Am I doing something wrong?
I’m also wondering if this is a rate-limiting error or something.
Thanks.