Stripe Payments Plugin – Action Hooks Reference

Below is a list of action hooks that are available in the Stripe Payments Plugin. Payment Process asp_ng_before_payment_processing  Fired before payment processing has begun.  Parameters: $post_data (array)Has combined payment info data from $_POST array. asp_stripe_payment_completed This hook executes after a transaction is completed. This can be used to do some additional tasks after a transaction … Continue reading Stripe Payments Plugin – Action Hooks Reference