I'm using the Paypal JS SDK. Everything works in the sandbox and when I switched to production, paypal, venmo and apply pay work great. However, Google Pay does not. I notice that my call to paypal.Googlepay().config() returns the wrong Merchant ID for the Google Pay account that has been authorized for this purpose. As background, when I started this integration work, I created a new Google Pay entity for the organization I'm working with. Through the course of their approvals, Google switched our account to be associated with a Google for Nonprofits account that was already associated with this organization. I suspect that in the Paypal is still using the Merchant ID of the original organization that appears to no longer exist. As further detail, when I choose Google pay, the new window opens where I select the payment details and click the "Pay" button. Google authorizes the transaction correctly and returns success, but my call to paypal.Googlepay().confirmOrder() with the ID and paymentMethodData, I get a nebulous "GOOGLEPAY_PAYMENT_ERROR" response with a blank merchantID. How can I disassociate the wrong Google Pay Merchant ID with my Paypal account and re-associate the correct one? Thanks, ->jvp
... View more