Skip to main content
PUT
/
cards
/
{id}
/
3ds-challenge-method
Update 3DS challenge method
curl --request PUT \
  --url https://sandbox.api.reap.global/cards/{id}/3ds-challenge-method \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'Reap-Version: <reap-version>' \
  --data '
{
  "3dsChallengeMethod": "SMS"
}
'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "detail": {}
  }
}

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

id
string<uuid>
required

Body

Request body for updating 3DS challenge method

3dsChallengeMethod
enum<string>
required

3DS challenge verification method

Available options:
SMS,
WEBHOOK
Example:

"SMS"

Response

404 - application/json

Card not found

error
object
required