Skip to content

Last Updated: 15 July 2025 | Change Log

Subsequent recurring payment

Following an initial agreement, make subsequent recurring payments.

The request must contain:

"customerAgreement": {
    "type": "subscription", 
    "storedCardUsage": "subsequent" 
}

1. Basic Request

The schemeReference must be provided to link the first and subsequent recurring payment.

{
    "transactionReference": "Memory265-13/08/1876",
    "merchant": {
        "entity": "default"
    },
    "instruction": {
        "method": "card",
        "paymentInstrument": {
            "type": "plain",
            "cardNumber": "4000000000001091",
                "expiryDate": {
                "month": 5,
                "year": 2035
            }
        },
        "customerAgreement": {
            "type": "subscription",
            "storedCardUsage":"subsequent",
            "schemeReference": "MCCOLXT1C0104"
        },
        "narrative": {
            "line1": "trading name"
        },
        "value": {
            "currency": "GBP",
            "amount": 42
        }
    }
}

2. Add additional features

3. Response

Features that change the API flow

Certain features add additional requests and responses:

  • FraudSight - you may receive a 201 - fraudHighRisk outcome, stopping the payment
  • Auto Settlement - automatic 202 - sentForSettlement following authorization.
    • If any of the AVS/CVC response riskFactors are marked as notMatched the payment will be sentForCancellation automatically by default but can be disabled.
application/json
No response example