Files
dolibarr/htdocs
Erwan-Wiwit 0f397ece1c Add hook beforeCreateStripePaymentIntent in getPaymentIntent() (#37261)
Add a hook point in Stripe::getPaymentIntent() to allow external modules
to modify the $dataforintent array before the Stripe PaymentIntent::create()
API call.

This enables modules to customize:
- statement_descriptor (e.g. structured communication for SEPA DD)
- metadata
- description
- payment_method_types
- and other PaymentIntent parameters

The $arrayofoptions (containing stripe_account and idempotency_key) is
intentionally NOT exposed for security reasons.

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-02-17 20:21:35 +01:00
..
CI
2026-02-17 16:02:55 +01:00
2026-02-12 16:29:11 +01:00
2026-02-16 20:25:07 +01:00
2026-02-16 20:25:07 +01:00
2026-02-17 18:44:03 +01:00
2026-02-11 03:27:42 +01:00
2026-02-12 16:29:11 +01:00
2026-02-17 18:44:03 +01:00
2026-02-16 20:25:07 +01:00
2026-02-17 18:44:03 +01:00
2026-02-16 20:25:07 +01:00
2026-02-16 20:25:07 +01:00
2026-02-12 16:29:11 +01:00
CI
2026-02-17 15:36:58 +01:00
2026-02-16 03:22:52 +01:00
2026-02-17 18:44:03 +01:00
2026-02-15 17:26:05 +01:00
2026-02-15 16:57:48 +01:00