🇺🇸United States @perfectcu.be

Account created on 7 January 2013, about 12 years ago
#

Recent comments

🇺🇸United States perfectcu.be

Using 3.0.0-alpha4 I was unable to connect with the recommended scopes in this thread 💬 Couldn’t complete the connection Insufficient scopes were provided. Please contact the integrator. Fixed and the README.md file included with this module. Specifically this:

You will need to provide the `oauth` scope to connect your site and additionally the `forms` and `contacts` scopes if you wish to use the Webform functionality

...Which yields this HubSpot Scope string at the modules config page here /admin/config/services/hubspot:
oauth forms contacts

The following scopes string worked for me with the current hubspot API scopes documentation:

oauth forms crm.objects.contacts.read crm.schemas.contacts.read crm.objects.contacts.write crm.schemas.contacts.write

🇺🇸United States perfectcu.be

These Fields:

  • API Username
  • API Password
  • Signature

Are for PayPal's newer Express Checkout system (NVP/SOAP API). To get this module working you have to use a credentials screen that no longer exist in the new PayPal UI.

The instructions for getting the credentials you need are here:
https://developer.paypal.com/api/nvp-soap/apiCredentials/#api-signatures
... however the instructions only make sense on the old site, which you can still get to by going here: https://history.paypal.com/cgi-bin/webscr?cmd=_history

Once you’re there, click the gear:

You'll end up here: https://www.paypal.com/businessmanage/profile/loginSecurity

Pulldown "Account Settings":

You'll end up here: https://www.paypal.com/businessmanage/account/accountAccess

... where you'll find the "API Access » Update" link that doesn’t exist on the new site:

Clicking that will plop you out here: https://www.paypal.com/businessmanage/credentials/apiaccess
... where another link that doesn’t exist on the new site can be found:

... where at long last you'll find the info you need:

... to add this commerce payment gateway on your site: example.com/admin/commerce/config/payment-gateways/add

Good luck!

Production build 0.71.5 2024