Skip to main content

MDL Authorization Response endpoint

POST 

/api/v1/mdl_authorization_response

Purpose of this endpoint is to receive the MDL Authorization Response object. Endpoint receives the Authorization Response object and returns redirect URL.

Request​

Query Parameters

    tx_id stringrequired

    Transaction ID

    Example: tx_id=12345678

Body

Body of successfully formed MDL Authorization Response

    response string

    Response object as a encrypted JWT object (JWE)

Responses​

Recieved the Authorization Response successfully and returned redirect URL

Schema
    redirect_uri string

    Redirect URL

Loading...