You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ Please read before submitting: As this is a public forum, please do not include any sensitive information (such as your VA API OAuth Client ID, VA API OAuth Client Secret, VA API key, Name, Address, Phone Number, Social Security Number, Medical Record Number, etc). For test apps, please make sure you are using your registered redirect URL, not the URL provided in the example.
Benefits Intake API V1
MicroPact
Production
Claims going expired every time
Multiple clients
Severity of the issue
Medium severity: Not blocking work, but needs attention
I was able to use the API, but am not getting the results I expected
<!-- The only workaround is to file the claim manually and not use API -->
Submitting some claims electronically
Actual Outcome:
Goes pending then expired every time
Only happening for a some claims
Expected Outcome:
Claim is under 100 MB per document limit
Claim is under 5 GB per submission limit
Should be going electronically without expiration
The text was updated successfully, but these errors were encountered:
The expired status means that no submission was uploaded (PUT) within 15 minutes to the location created in the initial POST request.
This can happen for several reasons including dropped connections. Your logs may be able to tell you what happened with the upload, and we recommend logic in your code to retry an upload to the same GUID within the 15-minute window if you get anything other than a 200 OK response.
If this is happening consistently, the VA firewall may be terminating connections due to false-positive threat detection in the binary encoding of your PDFs. This was happening with at least one other consumer of the API. If that is the case, we recommend using base64 encoding instead, which is detailed in https://developer.va.gov/explore/benefits/docs/benefits.
Please note when using base64 that the whole payload needs to be encoded, not the individual attachments.
If you or Scott have any further questions, please send an email to [email protected] and we'll get you back on track. Thanks!
VA Lighthouse API Bug Report
Benefits Intake API V1
MicroPact
Production
Claims going expired every time
Multiple clients
Severity of the issue
Medium severity: Not blocking work, but needs attention
I was able to use the API, but am not getting the results I expected
Actual Outcome:
Goes pending then expired every time
Only happening for a some claims
Expected Outcome:
Claim is under 100 MB per document limit
Claim is under 5 GB per submission limit
Should be going electronically without expiration
The text was updated successfully, but these errors were encountered: