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
ID of the payment to create an authorization for.

Headers

AcceptstringRequired
X-RegionstringRequired
X-SignaturestringRequired
User-AgentstringRequired

Request

This endpoint expects an object.
idempotency_keystringRequired1-64 characters

A unique identifier which can be used by Cash App to de-duplicate retries of this request, making it idempotent. For more information, see Idempotency.

authorizationobjectRequired
Details about the authorization to create.

Response

Created
authorizationobject
Represents an authorization update for a payment

Errors

400
Create Payment Authorization Request Bad Request Error
404
Create Payment Authorization Request Not Found Error