External MPI 3DS data

Our payment/order endpoint allows you to pass along an authentication result done outside of our system. We will then pass the result in the authorization request to the psp accepting it.

Use the 3ds_data object to send all the necessary information to identify the authentication of your customer.

{
    "3ds_data": {
        "network_score":"",
        "cavv":"",
        "cavv_algorithm":"",
        "ucaf_aav":"",
        "eci":"",
        "x_id":"",
        "pares_status":"",
        "directory_veres":"",
        "version":""
    }
}

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!