artfulrobot / uk.artfulrobot.civicrm.gocardless

A CiviCRM extension providing GoCardless integration to handle UK Direct Debits.
GNU Affero General Public License v3.0
5 stars 18 forks source link

Getting a 403 Accessed denied error on Webhook page. #35

Closed chrisdbarnett closed 6 years ago

chrisdbarnett commented 6 years ago

GoCardless Developers section reports back a 403 Forbidden.

Is there a file somewhere that I need to check or change there permissions to? If so, which file?

Many Thanks.

Created16th Apr 2018 Response code 403 Forbidden Test false URLhttps://xxxxx/civicrm/gocardless/webhook

artfulrobot commented 6 years ago

The webhook requires "make online contributions" permission to be given to anonymous users (the typical situation is that this payment processor is used by the public). Try that?

chrisdbarnett commented 6 years ago

I already tried that, but that wasn't the problem. Bit embarrassing. I didn't exactly have the right url - victim of having multiple dev environments! It's working now that I corrected the url for the webhook. Thanks anyways.

artfulrobot commented 6 years ago

:-)