GoCardless
Check the sheepCRM / GoCardless connection:
/api/v1/$FLOCK/partner/gocardless/
Connect sheepCRM to GoCardless
Section titled “Connect sheepCRM to 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/
Revoke GoCardless API Access
Section titled “Revoke GoCardless API Access”Clears access tokens thereby disconnecting sheepCRM from GoCardless.
http DELETE /api/v1/$FLOCK/partner/gocardless/revoke/HTTP/1.1 200 OK
{}GoCardless Payments
Section titled “GoCardless Payments”/api/v1/$FLOCK/partner/gocardless/payment/{uid}/cancel//api/v1/$FLOCK/partner/gocardless/payment/{uid}/retry/