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

Expose transactionInfo.checkoutOption configuration for GooglePay #531

Open
danielschofield-adyen opened this issue Sep 19, 2024 · 2 comments
Labels
enhancement New feature or request missing on Android This feature is missing on latest adyen-android

Comments

@danielschofield-adyen
Copy link

Is your feature request related to a problem? Please describe.

The transactionInfo.checkoutOption property provides the ability to change the submit button in the GooglePay payment sheet as per GooglePay API documentation here.

The full transactionInfo object is exposed in the adyen-web GooglePay configuration so this would be aiming for feature parity across sdks.

@danielschofield-adyen danielschofield-adyen added the enhancement New feature or request label Sep 19, 2024
@descorp
Copy link
Contributor

descorp commented Sep 25, 2024

Hey @danielschofield-adyen

This field was never requested before. Could you describe your business case?

Our Android team will add it to a backlog. Will keep you posted.

@descorp descorp added the missing on Android This feature is missing on latest adyen-android label Sep 25, 2024
@danielschofield-adyen
Copy link
Author

Hey @descorp ,

The business case here is that the default checkoutOption displays the GooglePay payment sheet button as "Continue" which is confusing to customers if they aren't required to complete any "additional steps" before completing the transaction.

By exposing this value, the merchant is able to overwrite the "Continue" button to display "Pay" instead which makes more sense in this situation. There are also additional configurable options under the "transactionInfo" object which will offer more customisation options for merchants.

Additionally, this feature is available in our web sdk and we should be aiming for feature parity across our sdk offerings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request missing on Android This feature is missing on latest adyen-android
Projects
None yet
Development

No branches or pull requests

2 participants