-
Notifications
You must be signed in to change notification settings - Fork 86
Description
Hi Adyen team,
We are currently working on a POC involving a few new requirements for the PayPal order flow and have encountered a limitation via Adyen Integration. Specifically, we are unable to restrict customers from changing their address within the PayPal window during the BOPIS (Buy Online, Pick Up In Store) flow when using the PayPal Express payment option.
Scenario: PayPal Express with BOPIS only Items only (We do not ask shipping address but maps store address based on customer selection before customer click on payment) in cart page itself.
Restrict Address Update: Given that a customer is using PayPal Express Checkout with BOPIS only items, When the customer attempts to update the address in the PayPal window, Then a message should be displayed informing that - This is the address provided by Ralph Lauren, to change it, return to Ralph Lauren site before completing your purchase (or) we should not show option to change address in this use case which is also behaviour with direct PayPal integration.
With a direct PayPal integration, this behavior can be controlled by passing the parameter shipping_preference=SET_PROVIDED_ADDRESS within the application_context object of the API request. However, it appears that this setting is not currently supported or exposed in the Adyen-PayPal integration.
Could you please review and advise on how we can handle this use case using Adyen’s PayPal integration? Specifically, we are looking for a way to prevent address changes during PayPal Express Checkout for BOPIS-only orders.
Thank you for your support.
Thanks
Rahul Naik