We intend to use Adyen's Auto-Rescue service on a per-eligible transaction basis, so let's add the necessary request parameters to enable it.
Following the docs here, We will now include the following for all recurring payment calls:
"additionalData":{
"autoRescue":"true",
"maxDaysToRescue":"40"
}The maxDaysToRescue value is still to be decided.