Update the authorized amount of a payment request
Payment Requests
Update a payment request
Set a new authorized amount on a reserved payment request.
PATCH
Update the authorized amount of a payment request
Sets a new absolute authorized
The call returns
amount on a reserved payment request. The execution that runs depends on how the new amount compares to the current one:
New amount | Execution |
|---|---|
| Lower than current | AUTHORIZATION_ADJUSTMENT — releases the difference from escrow back to the account wallet |
| Higher than current | INCREMENTAL_AUTHORIZATION — pulls the additional funds from the account wallet into escrow |
200 OK. The request keeps status: RESERVED, amount reflects the new value, and originalAmount keeps the amount set at creation. Send a unique idempotencyKey.
Concept guide: Payment requestsAuthorizations
OAuth2 client credentials flow. Token endpoints:
Path Parameters
Unique payment request identifier
Body
application/json
Sets a new absolute authorized amount on a payment request. A lower amount releases the difference from escrow back to the account wallet; a higher amount pulls the additional funds from the account wallet into escrow.

