mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
spec release
This commit is contained in:
@@ -2844,6 +2844,10 @@ components:
|
||||
\ handled as a pre-authorisation.\n* **FinalAuth** \u2013 flags the payment\
|
||||
\ request to be handled as a final authorisation."
|
||||
type: string
|
||||
autoRescue:
|
||||
description: Set to **true** to enable [Auto Rescue](https://docs.adyen.com/online-payments/auto-rescue/)
|
||||
for a transaction. Use the `maxDaysToRescue` to specify a rescue window.
|
||||
type: string
|
||||
customRoutingFlag:
|
||||
description: 'Allows you to determine or override the acquirer account that
|
||||
should be used for the transaction.
|
||||
@@ -2872,6 +2876,13 @@ components:
|
||||
description: Set to **true** to require [manual capture](https://docs.adyen.com/online-payments/capture)
|
||||
for the transaction.
|
||||
type: string
|
||||
maxDaysToRescue:
|
||||
description: "The rescue window for a transaction, in days, when `autoRescue`\
|
||||
\ is set to **true**. You can specify a value between 1 and 48.\n\n* For\
|
||||
\ [cards](https://docs.adyen.com/online-payments/auto-rescue/cards/),\
|
||||
\ the default is one calendar month.\n * For [SEPA](https://docs.adyen.com/online-payments/auto-rescue/sepa/),\
|
||||
\ the default is 42 days."
|
||||
type: string
|
||||
networkTxReference:
|
||||
description: 'Allows you to link the transaction to the original or previous
|
||||
one in a subscription/card-on-file chain. This field is required for token-based
|
||||
|
||||
Reference in New Issue
Block a user