Skip to content
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

Open
milandhango opened this issue Mar 6, 2024 · 4 comments

Comments

@milandhango
Copy link

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?

@DjoykeAbyah
Copy link
Contributor

DjoykeAbyah commented May 31, 2024

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
Adyen

@DjoykeAbyah DjoykeAbyah changed the title Checkout.PaymentCaptureRequest doesn't have the AdditionalData dictionary ECP-9252: Checkout.PaymentCaptureRequest doesn't have the AdditionalData dictionary May 31, 2024
@milandhango
Copy link
Author

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?

@DjoykeAbyah
Copy link
Contributor

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.

@DjoykeAbyah DjoykeAbyah changed the title ECP-9252: Checkout.PaymentCaptureRequest doesn't have the AdditionalData dictionary Checkout.PaymentCaptureRequest doesn't have the AdditionalData dictionary Jun 7, 2024
@DjoykeAbyah
Copy link
Contributor

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,
Djoyke
Adyen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants