Page MenuHomePhabricator

Implement Auto-Rescue createPayment updates
Closed, ResolvedPublic

Description

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.

Event Timeline

Change 941959 had a related patch set uploaded (by Wfan; author: Wfan):

[wikimedia/fundraising/SmashPig@master] wip: Implement Auto-Rescue createPayment updates

https://gerrit.wikimedia.org/r/941959

Change 941959 merged by jenkins-bot:

[wikimedia/fundraising/SmashPig@master] Implement Auto-Rescue createPayment updates

https://gerrit.wikimedia.org/r/941959

XenoRyet set Final Story Points to 2.