-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checkout.PaymentCaptureRequest doesn't have the AdditionalData dictionary #990
Comments
Hi @milandhango! My apologies for the delayed reply! Maybe you've already found a workaround or solution yourself but if you use this class it would solve your issue. Regards, Djoyke |
My understanding is that we are supposed to be using the models from the Checkout namespace for consistency. For captures, we are using Adyen.Model.Checkout.PaymentCaptureRequest. However, the link you sent is to Adyen.Model.Payment.CaptureRequest. Can you add the AdditionalData property to Adyen.Model.Checkout.PaymentCaptureRequest? |
You're right, @milandhango. I suggested the wrong model. My apologies for the mistake. I'll forward this question to the API owners and get back to you once I have more information. |
Hi @milandhango, I've contacted the API owners regarding your issue. You can use the temporary workaround I mentioned earlier until the AdditionalData field is added to PaymentCaptureRequest. Once this feature is implemented, I will give you a heads-up! Thank you for your patience. Best regards, |
https://github.com/Adyen/adyen-dotnet-api-library/blob/main/Adyen/Model/Checkout/PaymentCaptureRequest.cs does not have the AdditionalData dictionary that allows us to pass in the Level 2/3 data on a capture per the documentation (https://docs.adyen.com/payment-methods/cards/enhanced-scheme-data/l2-l3/).
The dictionary is present on the Adyen.Model.Checkout.PaymentRequest model.
Can you please add that? Or let me know if there is another way to submit that data on a capture?
The text was updated successfully, but these errors were encountered: