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?
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »