Skip to content

GoCardless

Check the sheepCRM / GoCardless connection:

/api/v1/$FLOCK/partner/gocardless/

GET to the auth endpoint will begin the user OAuth2 flow ending with auth-finish.

  • /api/v1/$FLOCK/partner/gocardless/auth/
  • /api/v1/$FLOCK/partner/gocardless/auth-finish/

Clears access tokens thereby disconnecting sheepCRM from GoCardless.

http DELETE /api/v1/$FLOCK/partner/gocardless/revoke/
HTTP/1.1 200 OK
{}
  • /api/v1/$FLOCK/partner/gocardless/payment/{uid}/cancel/
  • /api/v1/$FLOCK/partner/gocardless/payment/{uid}/retry/