Get Transaction
Retrieve details about an existing payment.
Authorization
BearerAuth In: header
Path Parameters
The id of the transaction to fetch.
Response Body
application/json
application/json
application/json
application/json
Renew Payment
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.
List Transactions
Retrieve transactions for the authenticated merchant using cursor-based pagination. Use the offset cursor returned in nextOffset to continue from the previous page and combine it with sessionId and reference filters to narrow the results.