Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
    "transaction": {
        "merchantId": "7699cab7-2dfa-4981-9c90-0d0c93c801ac",
        "amount": "250.00",
        "country": "NL",
        "currency": "EUR",
        "description": "Test recurring transaction",
        "accountHolderName" : "Test account holder", // Account holder name
        "transactionRecurrenceType": "FIRST",
        "recurrencesrecurrence": [{
                "recurrenceStatus": "ACTIVE",
                "startDate": "2023-08-31",
                "recurrenceAmount": "90.00",
                "recurrenceFrequency": "MONTHLY"
        }]
    }, 
    "password" : "MerchantTestPasswordMerchantApiPassword" 
}

The following fields are mandatory for SEPA payments:

...