POST
/
preauth
/
update
{
  "data": {
    "transaction_id": "563aef93-8e4a-4ea9-91a1-6b7b494d91ed"
  },
  "message": "Amount Updated Successfully",
  "result": true
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
last_authorized_amount
string
Example:

"4.50"

merchant_key
string
Example:

"{{merchant_key}}"

new_authorized_amount
string
Example:

"4.60"

order_id
string
Example:

"655541a"

transaction_id
string
Example:

"563aef93-8e4a-4ea9-91a1-6b7b494d91ed"

Response

200 - application/json
Increment Pre-Authorization
data
object
message
string
Example:

"Amount Updated Successfully"

result
boolean
Example:

true