Incremental Authorization
Last updated
Was this helpful?
Last updated
Was this helpful?
Generally for any payment transaction, the payable amount from the payment request is authorized and then captured. But in some situations like hotel bookings, car rentals, or services where the final cost is uncertain, we might need to increase the authorized amount.
Incremental authorization in Hyperswitch allows merchants to request additional funds after the initial authorization, giving them the flexibility to handle changing costs without disrupting the customer’s payment experience.
Incremental authorization extends the ability to request more funds beyond the original authorized amount, which is perfect for aforementioned situations like hotel bookings, car rentals, or services where the final cost is uncertain. Hyperswitch enables merchants to easily add charges during the checkout process without affecting the user journey for re-authorization.
Incremental authorization can help businesses to fulfill the following use-cases:
Adjust Payments in Real-Time: Handle unexpected increases in charges, such as additional services or extended stays without redirecting customers for re-authorization.
Improve Customer Experience: Avoid disruptions in the payment process, as customers do not need to reauthorize or re-enter their payment information.
Streamline Settlements: Hyperswitch combines the initial charge and all incremental authorizations into a single settlement, simplifying reconciliation.
Ensure that your business operates in a region without Strong Customer Authentication (SCA) requirements, as incremental authorizations are only possible in such environments.
This feature is limited to card payments and specific networks, with rules that vary depending on the payment connector used.
Step 1: To use Incremental authorization you can set the value of the field to true in the payments/create API call.
Step 3: Use the below curl to make the Incremental authorization requests.
Step 2: In the response, you can find whether the connector allows the Incremental authorization for that particular payment intent or not, refer to field in API response.