We want to make payments easy for developers. Let us do the heavy lifting with these developer tools so you can simply and easily deploy payment and donation solutions.
Once you have installed one of our API wrappers (in PHP, Ruby, or Java) you can get started right away with copy-and-paste code examples.
CREATE A RECURRING TRANSACTION
Recurring transactions can be created in two different styles:
Partner Managed Schedule
To create a recurring transaction on a schedule that you manage yourself, the only thing you need to do is create a customer code token, and then process a transaction using that token on whatever schedule you decide.
iATS Managed Schedule
Recurring transactions are initiated by creating or updating a customer code token, setting the recurring argument to TRUE, and specifying the startDate, endDate, and scheduleType variables appropriately.
To cancel a recurring transaction, update the customer code token, setting RECURRING argument to FALSE.
PHP
/* See the Create a Token code sample page for the full example.
|
Java
import com.iatspayments.www.NetGate.*; |
Ruby
.......
|