Get 3DS authentication by ID
GETTag: api-payments-gateway-get-3ds-authentication-by-idDescription: Retrieve 3DS authentication details by its unique ID./v1/payin/three-ds/authentications/:id
Request
Path Parameters
Three DS ID.
Header Parameters
Sender Wallet UUID (if empty, your default Wallet UUID will be settled)
The nonce ID is a UUID (v4) used to uniquely identify the request. All requests must have an identifier.
Possible values: [pt-BR, en-US]
Indicates the preferred language. Defaults to Brazilian Portuguese if unspecified.
The product ID is a UUID (v4) used to identify the Z.ro product configuration.
The product target user ID is a UUID (v4) used to identify what user account this request must be executed. Require: x-product-uuid.
Responses
- 200
- 400
- 401
- 422
Transaction details retrieved successfully.
- application/json
- Schema
- Example (from schema)
Schema
Three DS Authentication ID.
User ID of the merchant who performed the transaction.
Country Of Transaction.
Possible values: [DEBIT_CARD, CREDIT_CARD]
Payment Method.
Payment Value.
Possible values: [BRL, USD]
Payment Currency Tag.
Possible values: [PENDING, WAITING_AUTHENTICATION, WAITING_CHALLENGE, ACCEPTED, REJECTED, FAILED, ERROR]
Transaction Status.
Third Part Full Name.
Third Part Email Address.
Third Part Phone Number.
Third Part Address City.
Third Part Address Country.
Third Part Address Federative Unit.
Third Part Address Number.
Third Part Address Street.
Third Part Address Zip Code.
Third Part Address Complement.
Third Part Address Neighborhood.
Browser language.
Java enabled status.
Color depth in bits.
Screen height in pixels.
Screen width in pixels.
Time difference in minutes.
User agent string.
HTTP Accept content.
Merchant URL.
Possible values: [SMALL, MEDIUM, LARGE, XLARGE, FULL_PAGE]
Merchant Challenge Window Size.
Possible values: [ECOMMERCE, MOBILE, TABLET]
Merchant Transaction Mode.
Possible values: [SDK, BROWSER]
Device channel.
challenge_data object
Access Token to be used in the challenge step up URL.
Step Up URL provided by the 3DS provider.
Authentication ID for tracking the challenge session.
Width of the iframe to be used for the challenge (e.g., "400px").
Height of the iframe to be used for the challenge (e.g., "600px").
Transaction creation date
Transaction last update date
{
"id": "0197b169-da6b-7ba2-b053-ce413ae39afd",
"user_id": "123e4567-e89b-12d3-a456-426614174000",
"country": "BR",
"payment_method": "CREDIT_CARD",
"amount": 100,
"currency_tag": "BRL",
"status": "PENDING",
"third_part_name": "John Doe",
"third_part_email": "john.doe@example.com",
"third_part_phone_number": "+5511999998888",
"third_part_address_city": "São Paulo",
"third_part_address_country": "BR",
"third_part_address_federative_unit": "SP",
"third_part_address_number": "123",
"third_part_address_street": "Avenida Paulista",
"third_part_address_zip_code": "01311000",
"third_part_address_complement": "Apto 101",
"third_part_address_neighborhood": "Bela Vista",
"third_part_navigator_language": "en-US",
"third_part_navigator_java_enabled": false,
"third_part_navigator_color_depth": 24,
"third_part_navigator_screen_height": 768,
"third_part_navigator_screen_width": 1366,
"third_part_navigator_time_difference": 180,
"third_part_navigator_user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3",
"third_part_navigator_http_accept_content": "*/*",
"merchant_url": "https://www.merchant.com",
"merchant_challenge_window_size": "FULL_PAGE",
"merchant_transaction_mode": "ECOMMERCE",
"device_channel": "BROWSER",
"challenge_data": {
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"step_up_url": "https://3ds-provider.com/challenge",
"authentication_id": "auth123",
"iframe_dimension_width": "400px",
"iframe_dimension_height": "600px"
},
"created_at": "2023-01-01T10:00:00.000Z",
"updated_at": "2023-01-01T11:00:00.000Z"
}
If any required params are missing or has invalid format or type.
User authentication failed.
If any required params are missing or has invalid format or type.