Wednesday, 09 June 2021
  5 Replies
  543 Visits
0
Votes
Undo
I am developing a payment plugin for jGive with the yoomany payment gateway. There are a few questions:
1. During the payment process, the gateway sends a notification with the payment status to a fixed URL, which is set in the settings, and not transmitted individually for each payment. What should I do in this case? Do you need to customize the notify method of the donations controller (for example, as for paypal)?
2. Processing returns the payment amount minus its commission, and this amount is indicated in the data returned to notification. In order to save the actual received payment amount, you need to customize the processPayment method of the Donations model for this processing, just as ,for example, it is done for paypal?