Finalize a test-mode authorization's amount
Finalize the amount on an Authorization prior to capture, when the initial authorization was for an estimated amount.
Path parameters
Response
Successful response.
The total amount that was authorized or rejected. This amount is in currency and in the smallest currency unit. amount should be the same as merchant_amount, unless currency and merchant_currency are different.
Whether the authorization has been approved.
How the card details were provided.
Whether the card was present at the point of sale for the authorization.
Time at which the object was created. Measured in seconds since the Unix epoch.
The currency of the cardholder. This currency can be different from the currency presented at authorization and the merchant_currency field on this authorization. Three-letter ISO currency code, in lowercase. Must be a supported currency.
Unique identifier for the object.
If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
The total amount that was authorized or rejected. This amount is in the merchant_currency and in the smallest currency unit. merchant_amount should be the same as amount, unless merchant_currency and currency are different.
The local currency that was presented to the cardholder for the authorization. This currency can be different from the cardholder currency and the currency field on this authorization. Three-letter ISO currency code, in lowercase. Must be a supported currency.
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
String representing the object's type. Objects of the same type share the same value.
The current status of the authorization in its lifecycle.
Whether the authorization bypassed fraud risk checks because the cardholder has previously completed a fraud challenge on a similar high-risk authorization from the same merchant.
The digital wallet used for this transaction. One of apple_pay, google_pay, or samsung_pay. Will populate as null when no digital wallet was utilized.