Incremental Authorization
Incremental authorization allows you to increase the amount of a previously authorized transaction. You can only increment the original authorized amount by 30% or by €300 whichever is lower. You can only send one incremental authorization request for the original transaction.
Payment Flow
Incremental authorization works in a 3-step sequence:
1. Initial Authorization
The initial authorization is submitted as usual by calling Create Payment
2. Incremental Authorization
To add funds to the original authorization, submit an Incremental Authorization request via the Incremental Authorization endpoint.
- This request includes only the incremental amount (i.e., the additional amount you wish to authorize on top of the original).
- You must reference the original authorization's
payId
to link the requests.
The
incrementalAmount
is not the new total. It is the amount to add on top of the already authorized value.
3. Final Capture
When the final amount is known, submit a Capture Payment request that reflects the total amount (original authorization + incremental authorization).
📌 Make sure that the total capture amount does not exceed the combined total of the original and incremental authorization.