Create incremental authorization

Creates an authorization update for a payment. The authorization amount must be greater than or equal to the current authorized amount. Use this endpoint for incremental authorization instead of overcapturing using the Capture payment endpoint. By creating additional payment authorizations exceeding the current authorized amount, you can request additional funds without risking the original amount being declined. **This endpoint is not rate limited.** Scopes: `PAYMENTS_WRITE`

Path parameters

payment_idstringRequired

Headers

AcceptstringRequired
X-RegionstringRequired
X-SignaturestringRequired
User-AgentstringRequired

Request

This endpoint expects an object.
idempotency_keystringRequired>=1 character<=64 characters

A unique identifier which can be used by Cash App to de-duplicate retries of this request, making it idempotent. Learn more about idempotency in the API.

authorizationobjectRequired
Details about the authorization to create.

Response

Created
authorizationobject
Represents an authorization update for a payment

Errors