Allows you to use Cashfree payment gateway with the gravity forms plugin.
Cashfree Payments is an Indian payment aggregator helping you cater to all your customers’ payment needs. Cashfree Payments seamlessly integrates with Gravity Forms to let you accept payments for your Indian business on your WordPress website. With a Cashfree Payments hosted checkout and an intuitive dashboard you can be up and running in no time.
This is compatible with version greater than 1.9.3 gravity forms.
Visit cashfree.com for support requests or email us at techsupport@cashfree.com.
The Cashfree Gravity Forms plugin is released under the GPLv2 license, same as that
of WordPress. See the LICENSE file for the complete LICENSE text.
There are 2 action hooks available corresponding to payment failed and payment success. By using these hooks, corresponding action can be implemented.
a) gform_cashfree_fail_payment with 2 params ($entry, $feed)
b) gform_cashfree_complete_payment with 4 params ($payment_transaction_id, $amount, $entry, $feed)
Above-mentioned hooks can be used to handle the success and failure cases of the payment.