REST API

Recurring Payment

A recurring payment is a COF transaction. A series of recurring payments consists of multiple transactions that you bill to a cardholder at fixed, regular intervals not to exceed one year between transactions. The series of recurring payments is the result of an agreement between you and the cardholder.
API Resource Name:
POST
https://api.smartpayfuse.barclaycard
/pts/v2/payments
Ready to integrate?
  1. Cardholder consents to terms and establishes service or obtains goods.
  2. You charge the first recurring payment as a CIT. Include the
    processingInformation.authorizationOptions.initiator.credentialStoredOnFile
    field in the authorization request and set the value for this field to
    merchant
    .
  3. You charge subsequent recurring payments on a regular basis. Include the following fields in each authorization request:
    • processingInformation.commerceIndicator
      —set the value for this field to
      recurring
      .
    • processingInformation.authorizationOptions.initiator.merchantInitiatedTransaction.previousTransactionId
      —set the value for this field to the
      processorInformation.transactionId
      response field.