Quick start
This guide shows the process of a frictionless authentication, using the Software Express 3DS Server REST interface.
#
What you'll need- Active account on 3DS Server's homologation environment (obtained with our support team)
- A tool capable of performing HTTP calls, such as Postman, REST Client or cURL
#
Creating the transactionHTTP method: POST
URL: https://mpi-homolog.softwareexpress.com.br/3ds-server/v2/authentication
Headers:
- Content-Type:
application/json
- merchant_id: {your merchant id}
- merchant_key: {your merchant key}
Request:
Response:
Learn more about this service.
#
Performing the authenticationHTTP Method: PUT
URL: https://mpi-homolog.softwareexpress.com.br/3ds-server/v2/authentication/**{3DS Server transaction ID}**
Headers:
- Content-Type:
application/json
- merchant_id: {your merchant id}
- merchant_key: {your merchant key}
Request:
Response: