We are discontinuing classic libraries. If you are currently using a classic library, you need to migrate to Terminal API.
Do not build a new integration with a classic library.
Partial authorization allows the shopper to pay for their goods with another card, if the balance of their primary card is less than the value of the goods. The tender option AllowPartialAuthorisation
is used to enable partial authorizations on a tender.
- Initiate a transaction with
CreateTender
includingAllowPartialAuthorisation
as a tender option. - A request for payment is returned from the Adyen payments platform which includes the
allowPartialAuthorisation
parameter as part of theAdditionalData
object. - Confirm the authorization with the
ConfirmAdditionalData
response, including the following parameters:
Element | Details |
---|---|
authorisedAmountValue |
The value available to partially authorize from the card. |
authorisedAmountCurrency |
The currency of the balance being authorized from the card. |
requestedAmount |
The total value of the tendered goods. |