We are discontinuing classic libraries. If you are currently using a classic library, you need to migrate to Terminal API.
Don't build a new integration with a classic library.
Partial authorisation 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 authorisations on a tender.
- Initiate a transaction with
CreateTender
includingAllowPartialAuthorisation
as a tender option. - A request for payment is returned from the plataforma de pagamentos da Adyen which includes the
allowPartialAuthorisation
parameter as part of theAdditionalData
object. - Confirm the authorisation with the
ConfirmAdditionalData
response, including the following parameters:
Element | Details |
---|---|
authorisedAmountValue |
The value available to partially authorise from the card. |
authorisedAmountCurrency |
The currency of the balance being authorised from the card. |
requestedAmount |
The total value of the tendered goods. |