I downloaded the Gateway SDK, and it's pretty straight forward, YET, the sample shows how to send the gateway a single payment.
My gateway supports also recurring payments.
means, I send him along with the CC details the setup amount (one time), recurring payment amount and time between payments (e.g. 1month, 3months, 1year, etc). From this moment on the gateway itself charge the CC when needed.
What i'm missing in the example is access to the setup amount, and the time between payments.
How can I get this parameters?
Thank you
Michael