Skip to main content

Action: gform_post_payment_callback

Fires right after the payment callback.

Parameters

NameTypeDescription
$entryarrayThe Entry Object
$actionarrayThe action performed.
↳ $typestringThe callback action type. Required.
↳ $transaction_idstringThe transaction ID to perform the action on. Required if the action is a payment.
↳ $subscription_idstringThe subscription ID. Required if this is related to a subscription.
↳ $amountstringThe transaction amount. Typically required.
↳ $entry_idintThe ID of the entry associated with the action. Typically required.
↳ $transaction_typestringThe transaction type to process this action as. Optional.
↳ $payment_statusstringThe payment status to set the payment to. Optional.
↳ $notestringThe note to associate with this payment action. Optional.
$resultmixedThe Result Object.

Since

  • Unknown: Unknown

Source

Defined in includes/addon/class-gf-payment-addon.php at line 1934