{
  "schema_version": "softjunk-paypal-credentials-example-v1",
  "purpose": "Example only. Do not put real credentials in this public file.",
  "not_payment_proof": true,
  "keep_real_credentials_private": true,
  "private_copy_suggested_path": "private-paypal/paypal-credentials.local.json",
  "environment_variable": "PAYPAL_CREDENTIALS_JSON",
  "verification_command": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/verify-paypal-5usd.ps1 -CredentialsPath private-paypal/paypal-credentials.local.json",
  "accepted_private_shapes": [
    {
      "PAYPAL_ACCESS_TOKEN": "paste-private-access-token-here"
    },
    {
      "PAYPAL_CLIENT_ID": "paste-private-client-id-here",
      "PAYPAL_SECRET": "paste-private-secret-here"
    }
  ],
  "privacy_rule": "Keep the real file local and ignored. Do not commit tokens, client IDs, secrets, transaction IDs, payer details, PayPal account details, or lead details."
}
