AdditionalDataCommon |
AdditionalDataCommon.allowPartialAuth(String allowPartialAuth) |
Set to true to authorise a part of the requested amount in case the cardholder does not have enough funds on their account.
|
AdditionalDataCommon |
AdditionalDataCommon.authorisationType(String authorisationType) |
Flags a card payment request for either pre-authorisation or final authorisation.
|
AdditionalDataCommon |
AdditionalDataCommon.autoRescue(String autoRescue) |
Set to **true** to enable [Auto Rescue](https://docs.adyen.com/online-payments/auto-rescue/) for a transaction.
|
AdditionalDataCommon |
AdditionalDataCommon.customRoutingFlag(String customRoutingFlag) |
Allows you to determine or override the acquirer account that should be used for the transaction.
|
static AdditionalDataCommon |
AdditionalDataCommon.fromJson(String jsonString) |
Create an instance of AdditionalDataCommon given an JSON string
|
AdditionalDataCommon |
AdditionalDataCommon.industryUsage(AdditionalDataCommon.IndustryUsageEnum industryUsage) |
In case of [asynchronous authorisation adjustment](https://docs.adyen.com/online-payments/adjust-authorisation#adjust-authorisation), this field denotes why the additional payment is made.
|
AdditionalDataCommon |
AdditionalDataCommon.manualCapture(String manualCapture) |
Set to **true** to require [manual capture](https://docs.adyen.com/online-payments/capture) for the transaction.
|
AdditionalDataCommon |
AdditionalDataCommon.maxDaysToRescue(String maxDaysToRescue) |
The rescue window for a transaction, in days, when `autoRescue` is set to **true**.
|
AdditionalDataCommon |
AdditionalDataCommon.networkTxReference(String networkTxReference) |
Allows you to link the transaction to the original or previous one in a subscription/card-on-file chain.
|
AdditionalDataCommon |
AdditionalDataCommon.overwriteBrand(String overwriteBrand) |
Boolean indicator that can be optionally used for performing debit transactions on combo cards (for example, combo cards in Brazil).
|
AdditionalDataCommon |
AdditionalDataCommon.requestedTestErrorResponseCode(String requestedTestErrorResponseCode) |
Triggers test scenarios that allow to replicate certain communication errors.
|
AdditionalDataCommon |
AdditionalDataCommon.subMerchantCity(String subMerchantCity) |
This field is required if the transaction is performed by a registered payment facilitator.
|
AdditionalDataCommon |
AdditionalDataCommon.subMerchantCountry(String subMerchantCountry) |
This field is required if the transaction is performed by a registered payment facilitator.
|
AdditionalDataCommon |
AdditionalDataCommon.subMerchantID(String subMerchantID) |
This field contains an identifier of the actual merchant when a transaction is submitted via a payment facilitator.
|
AdditionalDataCommon |
AdditionalDataCommon.subMerchantName(String subMerchantName) |
This field is required if the transaction is performed by a registered payment facilitator.
|
AdditionalDataCommon |
AdditionalDataCommon.subMerchantPostalCode(String subMerchantPostalCode) |
This field is required if the transaction is performed by a registered payment facilitator.
|
AdditionalDataCommon |
AdditionalDataCommon.subMerchantState(String subMerchantState) |
This field is required if the transaction is performed by a registered payment facilitator, and if applicable to the country.
|
AdditionalDataCommon |
AdditionalDataCommon.subMerchantStreet(String subMerchantStreet) |
This field is required if the transaction is performed by a registered payment facilitator.
|
AdditionalDataCommon |
AdditionalDataCommon.subMerchantTaxId(String subMerchantTaxId) |
This field is required if the transaction is performed by a registered payment facilitator.
|