REST API

Installment Payment

An installment payment is a COF transaction. A series of installment payments consists of multiple transactions that you bill to a cardholder over a period of time agreed to by you and the cardholder for a single purchase of goods or services. The agreement enables you to charge a specific amount at specified intervals.
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 installment payment as a CIT. Include the
    processingInformation.authorizationOptions.initiator.credentialStoredOnFile
    field in the authorization request and set the value for this field to
    true
    .
  3. You charge subsequent installment payments on a regular basis. Include the following fields in each authorization request:
    • processingInformation.commerceIndicator
      —set the value for this field to
      install
      .
    • processingInformation.authorizationOptions.initiator.merchantInitiatedTransaction.previousTransactionId
      —set the value for this field to the
      processorInformation.transactionId
      response field value.