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
CreateTenderincludingAllowPartialAuthorisationas a tender option. - A request for payment is returned from the plataforma de pagamentos da Adyen which includes the
allowPartialAuthorisationparameter as part of theAdditionalDataobject. - Confirm the authorization with the
ConfirmAdditionalDataresponse, 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. |