Action: gform_post_payment_callback
Fires right after the payment callback.
Parameters
| Name | Type | Description |
|---|---|---|
| $entry | array | The Entry Object |
| $action | array | The action performed. |
| ↳ $type | string | The callback action type. Required. |
| ↳ $transaction_id | string | The transaction ID to perform the action on. Required if the action is a payment. |
| ↳ $subscription_id | string | The subscription ID. Required if this is related to a subscription. |
| ↳ $amount | string | The transaction amount. Typically required. |
| ↳ $entry_id | int | The ID of the entry associated with the action. Typically required. |
| ↳ $transaction_type | string | The transaction type to process this action as. Optional. |
| ↳ $payment_status | string | The payment status to set the payment to. Optional. |
| ↳ $note | string | The note to associate with this payment action. Optional. |
| $result | mixed | The Result Object. |
Since
- Unknown: Unknown
Source
Defined in includes/addon/class-gf-payment-addon.php at line 1934