Files
html/api/config/stripe.json
2026-04-12 22:57:03 +02:00

8 lines
336 B
JSON

{
"status": "pending_credentials",
"pk_live": "REPLACE",
"sk_live": "REPLACE",
"webhook_secret": "REPLACE",
"currency": "mad",
"instructions": "1. Go to dashboard.stripe.com\/apikeys 2. Copy pk_live + sk_live 3. Create webhook endpoint https:\/\/weval-consulting.com\/api\/ethica-api.php?action=stripe_webhook"
}