---
title: "Update 3DS forwarding method"
method: PUT
path: "/cards/{cardId}/3ds-forwarding"
tags: ["3DS Forwarding"]
---

# Update 3DS forwarding method

`PUT /cards/{cardId}/3ds-forwarding`

## Path parameters

- `cardId` string, uuid, required

## Headers

- `Accept-Version` string, required — Specifies the API version to use for this request.

## Request body

- object
  - `enroll` boolean — Indicates if 3DS forwarding is enabled for the card. Possible values: **true**: 3DS forwarding is enabled. **false**: 3DS forwarding is not enabled for the card. **Note**: This field will be deprecated in future versions. Use the **biometricEnroll** field instead.
  - `biometricEnroll` boolean — Indicates whether biometric authentication is part of the 3DS verification process. **true**: Biometric authentication is enabled and will be required as part of the 3DS process. Cardholders must complete a biometric verification step, such as using a fingerprint or facial recognition, during the 3DS checkout (e.g., in-app verification). **false**: Biometric authentication is not enabled and is not part of the 3DS verification process. **Important**: To enable biometric authentication, additional technical implementation is required from your side, such as configuring in-app workflows for biometric enrollment. Learn more about [3DS verfication](https://reap.readme.io/reference/3ds-forwarding#/).
  - `smsEnroll` boolean — Indicates whether SMS-based verification is enabled for the card during 3DS transactions. **true**: SMS verification is enabled. A one-time passcode (OTP) will be sent to the cardholder’s registered mobile number to authenticate the 3DS transaction. **false**: SMS verification is not enabled for the card.

## Response `200`

3DS forwarding status updated successfully

## Other responses

- `400` — Bad Request
- `404` — Not found
- `406` — Not Acceptable

---

[API](https://skmtc.net/reap-global/apis/reap-api.md) · [All operations](https://skmtc.net/reap-global/apis/reap-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reap-global/reap-api/versions/525072733e02/schema)
