GoCardless API Key
Description
General
- Documentation: https://developer.gocardless.com/api-reference/#making-requests-authentication
- Summary: GoCardless is a financial company providing payment solutions. API keys allow users to interact programmatically with their services.
- IPs allowlist: This feature is not available.
- Scopes: API keys can have read or read/write access.
Revoke the secret
API keys can be revoked from the developer's dashboard.
Check for suspicious activity
The last usage date of each API key is mentioned in the developer's dashboard.
Details for Gocardless api
-
Family: Api
-
Category: Payment system
-
Company: GoCardless
-
High recall: False
-
Validity check available: True
-
Analyzer available: False
-
On-premise instances exist: False
-
Only valid secrets raise an alert: True
-
Minimum number of matches: 1
-
Occurrences found for one million commits: 0.03
-
Prefixed: False
-
PreValidators:
- type: ContentWhitelistPreValidator
patterns:
- gocardless
- type: ContentWhitelistPreValidator
patterns:
- live[_-][a-z0-9_-]{35,45}
Examples
- text: |
GOCARDLESS_CREDENTIALS = {
'access_token': 'live_Lw1tDIKwxVc1PpGnVsK2puGEuGh-A0d7Sbx-FAKE',
'webhook_secret': 'YourSecretHere'
}
token: live_Lw1tDIKwxVc1PpGnVsK2puGEuGh-A0d7Sbx-FAKE