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 secretAPI keys can be revoked from the developer's dashboard.
#
Check for suspicious activityThe last usage date of each API key is mentioned in the developer's dashboard.
Gocardless api
#
Details for Family: Api
Category: Payment system
Company: GoCardless
High recall: True
Validity check available: True
On-premise instances exist: False
Only valid secrets raise an alert: True
Minimum number of matches: 1
Occurrences found for one million commits: very rare
Prefixed: True
PreValidators:
- 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