Renew Payment
POST/public/api/v1/transactions/:transactionId/renew
Renew a previously authorized payment to extend the remaining uncaptured authorization period for supported payment methods.
This operation is only supported for transactions using the KLARNA and VIABILL payment methods.
The transaction must currently have remaining uncaptured authorized balance to renew.
We recommend a minimum timeout of 60 seconds.
SUCCESS: the renew operation completed immediately.PROCESSING: the renew operation is pending and will be finalized later.
We strongly recommend using the Idempotency-Key header, to ensure safe retries in case of network failure.
Request​
Responses​
- 200
- 400
- 422
- 500
Renew operation response.
Standard error response returned when a request fails. Contains a machine-readable error code, a human-readable message.
Standard error response returned when a request fails.
Contains a machine-readable error code, a human-readable message,
and an errors object with field-specific validation issues.
Standard error response returned when a request fails. Contains a machine-readable error code, a human-readable message.