curl --request POST \ --url https://sandbox.hyperswitch.io/payments/{payment_id}/extend_authorization \ --header 'api-key: <api-key>'
Copy
This response does not have an example.
Payments
Payments - Extended Authorization
Extended authorization is available for payments currently in the requires_capture status
Call this endpoint to increase the authorization validity period
POST
/
payments
/
{payment_id}
/
extend_authorization
Payments - Extended Authorization
Copy
curl --request POST \ --url https://sandbox.hyperswitch.io/payments/{payment_id}/extend_authorization \ --header 'api-key: <api-key>'