Incremental Authorization
Request additional funds after initial authorization for variable-cost transactions
Why is it important?
How Incremental Authorization Helps Businesses?
Pre-requisites
How to use Incremental Authorization through Hyperswitch?
curl --request POST \
--url https://sandbox.hyperswitch.io/payments \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '{
"amount": 6540,
"authentication_type": "three_ds",
"currency": "USD",
"request_incremental_authorization": "true"
}'Last updated
Was this helpful?

