No, we do not support creating a recurring payment plan via our APIs. However, there are a couple of other ways to implement recurring payments:
1. Third party partners - Work with our partners (For example: Chargify) who can manage the recurring plan for you. Our partners offer APIs that you can use to create recurring plans and they can send us the recurring transactions on your behalf.
2. Recurring indicator - [US merchants only] Merchants managing their own recurring plans can pass the transactions through the API by utilizing the recurring indicator. In each of the recurring transactions, add this line - "eci_indicator"="2" to the request payload. This transaction will be processed as a recurring payment by the payment gateway.
3. Gateway portal - Merchants can create recurring plans manually via the gateway portal.