Additional Error capturing from connectors #4094
cb-alfredjoseph
started this conversation in
Ideas / Feature Requests
Replies: 1 comment
-
Hi @cb-alfredjoseph, Thanks for initiating a discussion over here. We are evaluating this and will get back to you as soon as possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently we are collecting only two fields(error_code, error_message) for capturing error details from connector, Payment Gateways provide more details about declines such as network errors, processor errors and error params.
For Example : Nuvei is sending below fields
gwErrorCode
gwErrorReason
gwExtendedErrorCode
issuerDeclineCode
issuerDeclineReason
But currently at HS we are capturing only gwErrorCode and gwErrorReason, we need more fields to capture the rest of the errors.
sample docs , References
Beta Was this translation helpful? Give feedback.
All reactions