feat(Stripe): Intègre Stripe pour la gestion des paiements et les webhooks

Ajoute Stripe pour la synchronisation des clients et la configuration des webhooks.
Crée une commande pour synchroniser les clients locaux avec Stripe.
Ajoute un champ customerId à l'entité Customer.
```
This commit is contained in:
Serreau Jovann
2026-01-16 13:15:42 +01:00
parent 4f43dc9066
commit 890da18c15
16 changed files with 610 additions and 4 deletions

9
.env
View File

@@ -79,11 +79,12 @@ NOTIFUSE_EMAIL=
NOTIFUSE_ACCOUNT=
NOTIFUSE_LIST=
STRIPE_PK=
STRIPE_SK=
STRIPE_PK=pk_test_51SUA22173W4aeFB1nO6oFfDZ12HOTffDKtCshhZ8rkUg6kUO2ZaQC0tK72rhE79Tr8treeHX9KMcZtvcQZ0X8VSm00Q6GQ365V
STRIPE_SK=sk_test_51SUA22173W4aeFB16EB2LxGI0hNvNJzFshDI98zRImWBIhSfzqOGAz5TlPxSpUWbj3x4COm6kmSsaal9FpQR1A7M0022DvjbbR
STRIPE_WEBHOOKS_SECRET=
SIGN_URL=
STRIPE_BASEURL=https://e3358705e82c.ngrok-free.app
MINIO_S3_URL=
MINIO_S3_CLIENT_ID=
@@ -91,3 +92,7 @@ MINIO_S3_CLIENT_SECRET=
MINIO_S3_CLIENT_BUCKET=
ESY_SEARCH_KEY=b09d9a708b427d495c39fe6e8fc5361fe33fee57a0435f3e1bf3ed8155f2a277
###> stripe/stripe-php ###
STRIPE_SECRET_KEY=sk_test_***
###< stripe/stripe-php ###