v1

latestOpenAPI 3.0.02026-08-04620256.0 KB
3DS Forwarding

Update 3DS forwarding method

put/cards/{cardId}/3ds-forwarding

Path parameters

cardIdstring uuid required

The unique identifier of the card you want to enroll in 3DS forwarding

Headers

Accept-Versionstring required

Specifies the API version to use for this request.

Request body

enrollboolean

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.

biometricEnrollboolean

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.

smsEnrollboolean

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

3DS forwarding status updated successfully