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

Click to pay for advanced(manual) flow. #1045

Open
EvgeniyKulago opened this issue Aug 16, 2024 · 7 comments
Open

Click to pay for advanced(manual) flow. #1045

EvgeniyKulago opened this issue Aug 16, 2024 · 7 comments

Comments

@EvgeniyKulago
Copy link

Hello. Could you please include click to pay type into Adyen.Model.Checkout.CardDetails

example:
///


/// Enum Click to Pay for value: clicktopay.
///

[EnumMember(Value = "clicktopay")]
ClickToPay = 6,

Originally posted by @EvgeniyKulago in #1044 (comment)

I've tested click to pay type by including Adyen Sdk project into my solution directly and modifying CardDetails.Type with new click to pay type. Adyen Payment endpoint returns 200 for 'clicktopay' type with redirect action in result. It also works for card type but it's hard to deserialize payment method model from Adyen UI because there is no click to pay type.

@DjoykeAbyah
Copy link
Contributor

Hi @EvgeniyKulago!

Thank you for creating this Git issue, it will make sharing updates easier. As I mentioned earlier, I've contacted the API owners, and I'll get back to you as soon as I have any updates.

Kind Regards,

Djoyke
Adyen

@jillingk
Copy link
Contributor

Hi @EvgeniyKulago,

Apologies for the late response here, but I just wanted to let you know that the respective fields have been added to the library and are released.

Best, Jilling
Adyen

Copy link

This issue has been automatically marked as stale due to inactivity and will be closed in 7 days if no further activity occurs.

@github-actions github-actions bot added the stale label Oct 15, 2024
@jonekdahl
Copy link

@jillingk Does that mean that everything needed for Click to pay advanced flow is provided now, or are there more changes coming?

@jillingk
Copy link
Contributor

Hi @jonekdahl,

These fields were added by our respective click to pay team so I think it's fair to assume everything required for this flow is there!

Best, Jilling
Adyen

@github-actions github-actions bot removed the stale label Oct 18, 2024
Copy link

github-actions bot commented Nov 2, 2024

This issue has been automatically marked as stale due to inactivity and will be closed in 7 days if no further activity occurs.

@github-actions github-actions bot added the stale label Nov 2, 2024
@EvgeniyKulago
Copy link
Author

EvgeniyKulago commented Nov 6, 2024

image
The type enum still doesn't have clicktopay type. There will be an error during deserialization.
var cardDetails = JsonConvert.DeserializeObject(paymentJsonFromUI);

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

4 participants