!Action required1 finding
- Leaked credentials. The command contains a redacted API key. Ensure that this key is stored securely and not exposed in public code repositories.
What this does
Creates a new charge on Stripe.
Flag by flag
-u [REDACTED]:Basic authAuthenticates using a secret API key.
-d amount=2000Charge amountSets the charge amount to 2000 cents.
-d currency=usdCurrency typeSpecifies the currency for the charge.
-d source=tok_visaPayment sourceDefines the source of the payment.
Same call, other languages
Likely response