Recurring payments

The Recurring Authorize Payment method allows merchants who have signed up for recurring/subscription services to make authorizations on original card or invoice transactions.

The original transaction is a previously-successful transaction (which is not a refund) processed through Paynova’s system where you received a transaction ID from Paynova in the Authorize or Finalize Payment results.

For performing recurring payments, both card and invoice, you should clearly inform the user in your checkout that this initial transaction is an authorization for future recurring transactions.

See Authorization Payments in the api documentation: http://api.developers.paynova.com/docs/authorize-payment

Example

"POST" https://api.paynova.com/orders/{{orderid}}/authorizePayment

{
  "AuthorizationType": "RecurringPayment",
  "TotalAmount": 125.00,
  "TransactionId": "201412161427444300"
}