For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Modify the authorized amount for a payment. This action is feasible only if the authorizationType was initially set to ESTIMATED during the payment creation, and the payment method supports this feature.
Path parameters
idstringRequiredformat: "uuid"
Identifier of the payment to adjust. (In the transaction-based model, this is the transactionId.)
Request
This endpoint expects an object.
amountintegerRequired
The final amount you would like to charge the customer, in minor units.
Response
Authorization adjusted successfully.
statusstring
Current transaction status.
transactionIdstring
Unique identifier for the transaction.
messagestring
Human-readable status message.
authStateobject
Indicates additional steps required to complete a transaction. The shape varies by payment method and processor.
Use type to determine which fields are present.