---
title: "Update authorization"
method: POST
path: "/v1/payment-agreements/{agreementId}/authorizations"
tags: ["Authorization Endpoints"]
---

# Update authorization

`POST /v1/payment-agreements/{agreementId}/authorizations`

Provide additional data required to proceed with the authorization.

## Path parameters

- `agreementId` string, required

## Headers

- `Merchant-Id` string, required

## Request body

- ConfirmationRequest
  - `authenticationResult` AuthenticationResult
    - `type` 'APP_NOTIFICATION' | 'MULTI_FACTOR' — The type of authentication result
    - `details` object, required — A map containing the authentication result details which format is understood by the payment processor of the associated payment method

## Response `200`

OK

---

[API](https://skmtc.net/ppro/apis/payment-charges.md) · [All operations](https://skmtc.net/ppro/apis/payment-charges/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ppro/payment-charges/versions/112e8bb4c815/schema)
