partialAuth
This is an authorization that is approved for an amount lower than the requested amount. The remainder of the amount could be paid by other means.
requestedboolean
This specifies whether or not a partial authorization was requested.
Example:
true
amountDuenumber
This is the amount of the full authorization that is not covered by the Payment request.
Possible values: <= 99999999999
Example:
1000
originalAmountnumber
This is the actual amount of the full authorization.
Possible values: <= 99999999999
Example:
2000
partialAuth
{
"requested": true,
"amountDue": 1000,
"originalAmount": 2000
}