When I create and App in sandbox mode, there is no checkbox for Advanced Credit and Debit Card Payments under REST API Apps -> Features -> Accept Payments. I tried completing the sandbox onboarding (https://www.sandbox.paypal.com/bizsignup/entry/product/ppcp) and still the checkbox is not showing up. When I try to implement paypal.CardFields in my web page, the isEligible() function returns false, and If I skip this check and directly call NameField(), I get this error: 'Error: Expected prop "clientID" to be defined'. What the hell is going? I can clearly see my country is eligible (MX).
... View more