Action: gform_post_payment_transaction
Fires after a payment transaction is created in Gravity Forms.
Parameters
| Name | Type | Description |
|---|---|---|
| $txn_id | int | The overall Transaction ID. |
| $entry_id | int | The new Entry ID. |
| $transaction_type | string | The Type of transaction that was made. |
| $transaction_id | int | The transaction ID. |
| $amount | string | The amount payed in the transaction. |
| $is_recurring | bool | True or false if this is an ongoing payment. |
Since
- Unknown: Unknown
Source
Defined in includes/addon/class-gf-payment-addon.php at line 1351