do_action( 'edds_payment_complete', EDD_Payment $payment, string $intent_id )

Allows further processing after a payment is completed.


Description Description

Sends back just the Intent ID to avoid needing always retrieve the intent in this step, which has been transformed via JSON, and is no longer a \Stripe\PaymentIntent


Parameters Parameters

$payment

EDD Payment.

$intent_id

Stripe Intent ID.


Top ↑

Source Source

File: includes/gateways/stripe/includes/payment-actions.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.