do_action( 'edds_capture_payment_intent', StripePaymentIntent $payment_intent )
Allows processing before a PaymentIntent is captured.
Description Description
Parameters Parameters
- $payment_intent
-
Stripe PaymentIntent.
Source Source
File: includes/gateways/stripe/includes/payment-actions.php
Changelog Changelog
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |