Skip to main content
POST
Respond to 3DS challenge

Authorizations

Authorization
string
header
required

API key as Bearer token

Headers

Reap-Version
enum<string>
required

API version (YYYY-MM-DD)

Available options:
2025-02-14
Example:

"2025-02-14"

Path Parameters

challengeId
string<uuid>
required

Body

Request body for responding to a 3DS challenge

approve
boolean
required

Whether to approve or reject the 3DS challenge

Response

3DS challenge response

id
string<uuid>
required

Unique 3DS challenge identifier

cardId
string<uuid>
required

ID of the card this challenge is for

status
enum<string>
required

Challenge status

Available options:
PENDING,
APPROVED,
REJECTED,
EXPIRED
Example:

"PENDING"

merchant
object
required

Merchant details

transaction
object
required

Transaction details

expiresAt
string
required

ISO 8601 timestamp when this challenge expires

Example:

"2024-01-15T10:35:00Z"