Initiating a recurring donation payment from GiveWP #7609
-
I'm writing a custom payment gateway add-on for GiveWP. It's currently able to create one-time donations as well as recurring donations. However, the payment gateway I'm dealing with does not generate the recurring payments automatically. It requires the merchant (meaning GiveWP in this case) to do that instead. My question is, what is the recommended way to do subscription payments in the custom add-on? For the initial payment, I just do that immediately at the same time the subscription is created. This is done in the Should I use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @joshAppDev, GiveWP offloads all subscription responsibility to the Payment Gateway and listens for renewals. If the gateway needed to work in the opposite direction, you would unfortunately have to figure out how to handle that yourself as we do not provide a way. |
Beta Was this translation helpful? Give feedback.
Hey @joshAppDev,
GiveWP offloads all subscription responsibility to the Payment Gateway and listens for renewals. If the gateway needed to work in the opposite direction, you would unfortunately have to figure out how to handle that yourself as we do not provide a way.