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
I made a "quick dirty" test, mapping the fields like this on current "AdditionnalData" struct:
RiskDataItemProductTitle string json:"riskdata.basket.item.productTitle,omitempty"
RiskDataItemCategory string json:"riskdata.basket.item.category,omitempty"
RiskDataItemSize int json:"riskdata.basket.item.size,omitempty"
It seems to work as I see the information on Adyen backOffice,
But what I don't uderstand is how to map/generate "itemNr" required by adyen for each item, if you have any idea your help should be welcome to purpose a struct for our need,
Kind regards,
Thanks in advance,
JP
The text was updated successfully, but these errors were encountered:
Hello, ( and thanks for your work ! )
We need to add risk datas parameters to our request ( description available here : https://docs.adyen.com/developers/api-reference/payments-api/paymentrequest/paymentrequest-additionaldata )
For our use, we we would need:
and
I made a "quick dirty" test, mapping the fields like this on current "AdditionnalData" struct:
RiskDataItemProductTitle string
json:"riskdata.basket.item.productTitle,omitempty"
RiskDataItemCategory string
json:"riskdata.basket.item.category,omitempty"
RiskDataItemSize int
json:"riskdata.basket.item.size,omitempty"
It seems to work as I see the information on Adyen backOffice,
But what I don't uderstand is how to map/generate "itemNr" required by adyen for each item, if you have any idea your help should be welcome to purpose a struct for our need,
Kind regards,
Thanks in advance,
JP
The text was updated successfully, but these errors were encountered: