Skip to main content

Endpoint responsible for returning the status of a 3ds challenge.

GET 

/charge/3ds/:chargeId/status

If the seller needs to retrieve the status of a challenge, it can be done through this endpoint.

Request​

Path Parameters

    chargeId stringrequired

Header Parameters

    caller-origin string

    Include the 'caller-origin' property as a string in the header of REST requests only if the application is an e-commerce platform, otherwise, don't include it.

Responses​

OK

Schema

    hasChallenged booleanrequired

    Confirms if the charge has challenge

    status stringrequired
Loading...