On desktop devices iDeal payments work just fine, on mobile devices paypal doesn't seem to handle it. Implementation via nodejs sdk and buttons. Problem only in production, in sandbox mode it works. It seems like paypal determines localization of a buyer based on some other factors then countryCode, or passed address, filling by default form inputs with country different then: a. passed in request object, b. browsers locale, c. actual country from website is visited..
... View more