Recurring Sales
We do not handle recurring plans as far as creating a billing plan for recurring payments. However, we do provide some options that would help you support recurring payments coming to us from your system.
We store and encrypt credit cards from the sales request and return a token in the response. That token can be used on future sales which allows you to store the token from the original request and use that token on a frequency that your system dictates. More information on tokenization can be found here.
We also have a recurring indicator which is an optional property in our Sales request that tells the issuer this particular transaction is a recurring transaction. Indicate that a sale is recurring bypassing “IsRecurring”: true
in the card object of the Sale request. See more information about creating a sale in our Developer Portal here.
Updated about 2 years ago