Update Pre-Authorization
Increases or decreases the authorized amount on an existing preauthorization. If new_authorized_amount is greater than last_authorized_amount, an incremental authorization is issued and a preauth.increment webhook fires. If new_authorized_amount is less, a partial reversal is issued and a preauth.decrement webhook fires. last_authorized_amount must match the current authorized amount on the record.
Authorizations
Use your Fractal API credentials.
Username = Client ID Password = Secret Key
Sandbox credentials can be generated from the Test Portal.
Body
The merchant's unique API key.
"{{merchant_key}}"
The guid of the existing preauthorization to update. Always use the original preauthorization transaction ID — not the ID returned by a previous update.
"txn_77c9a625a3"
The current authorized amount. Must match the amount on record or the request returns an Amount mismatch error.
"10.00"
The target authorized amount. Greater than last_authorized_amount triggers an increment; less triggers a decrement.
"11.00"
Your order reference.
"5467"