REST API

Unscheduled COF Transaction

An unscheduled COF transaction uses stored payment information for a fixed or variable amount that does not occur on a scheduled or regular basis.
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 payment. Include the
    processingInformation.authorizationOptions.initiator.credentialStoredOnFile
    field in the authorization request and set the value for this field to
    true
    .
  3. You charge subsequent payments. Include the following fields in each authorization request:
    • processingInformation.authorizationOptions.initiator.type
      —set the value for this field to
      merchant
      .
    • processingInformation.authorizationOptions.initiator.merchantInitiatedTransaction.previousTransactionId
      —set the value for this field to the
      processorInformation.transactionId
      response field.