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
This field must be populated within the AdditionalData field, which is of type *map[string]string (link), but the field RequestedTestAcquirerResponseCode is an int.
Would it be possible for AdditionalData to be of type *map[string]interface{} ?
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi!! According to the docs, there is a field called
RequestedTestAcquirerResponseCode
that could be used to test error responses:https://help.adyen.com/knowledge/ecommerce-integrations/integrations-basics/how-can-i-test-responsecodes-using-additionaldata
This field must be populated within the
AdditionalData
field, which is of type*map[string]string
(link), but the fieldRequestedTestAcquirerResponseCode
is an int.Would it be possible for
AdditionalData
to be of type*map[string]interface{}
?The text was updated successfully, but these errors were encountered: