REST API

Resubmission

A resubmission occurs when you cannot obtain an authorization for a cardholder-initiated purchase. A resubmission is valid only when the original authorization was declined for insufficient funds and only for a limited number of days after the original purchase.
API Resource Name:
POST
https://api.smartpayfuse.barclaycard
/pts/v2/payments
Ready to integrate?
  1. Include the following required fields in the authorization request:
    • processingInformation.authorizationOptions.initiator.type
      —set the value for this field to
      merchant
      .
    • processingInformation.authorizationOptions.initiator.merchantInitiatedTransaction.reason
      —set the value for this field to
      1
      .
    • processingInformation.authorizationOptions.initiator.merchantInitiatedTransaction.previousTransactionId
      —set the value for this field to the
      processorInformation.transactionId
      response field.
  2. If the payment information is COF information, include the
    processingInformation.authorizationOptions.initiator.storedCredentialUsed
    field in the authorization request and set the value for this field to
    true
    .